Skip to content

Commit

Permalink
Initial Release
Browse files Browse the repository at this point in the history
  • Loading branch information
ranesr committed May 12, 2017
1 parent 3ed183b commit 5242b8e
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
## [Unreleased]


## 0.0.1 - 2017-05-11
## 1.0.0 - 2017-05-12

### Added

- Initial Version of EmojiOne
- Cocoapod Support
- SwiftPM Support

[Unreleased]: https://github.com/ranesr/EmojiOne
[Unreleased]: https://github.com/ranesr/EmojiOne/compare/1.0.0...master
16 changes: 16 additions & 0 deletions EmojiOne.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Pod::Spec.new do |s|
s.name = 'EmojiOne'
s.version = '1.0.0'
s.summary = 'EmojiOne - A library for using EmojiOne icons'
s.description = 'EmojiOne library helps you use icons from EmojiOne. EmojiOne 3.0 contains over 2,560 stunning emoji icons in total.'

s.license = { :type => 'MIT', :file => 'LICENSE' }
s.authors = { 'Saurabh Rane' => '[email protected]' }
s.social_media_url = 'https://github.com/ranesr'
s.homepage = 'https://github.com/ranesr/EmojiOne'

s.source = { :git => 'https://github.com/ranesr/EmojiOne.git', :tag => s.version }
s.ios.deployment_target = '8.0'
s.source_files = 'Sources/EmojiOne.swift'

end
2 changes: 2 additions & 0 deletions EmojiOne.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
A61B425E1EC3C2FD00F1020D /* CHANGELOG.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = CHANGELOG.md; sourceTree = SOURCE_ROOT; };
A61B42601EC50D5C00F1020D /* IconTableViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IconTableViewCell.swift; sourceTree = "<group>"; };
A61B42641EC5FD2300F1020D /* Package.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Package.swift; sourceTree = SOURCE_ROOT; };
A61B42651EC6006300F1020D /* EmojiOne.podspec */ = {isa = PBXFileReference; lastKnownFileType = text; path = EmojiOne.podspec; sourceTree = SOURCE_ROOT; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -104,6 +105,7 @@
A61B425C1EC3C2CF00F1020D /* LICENSE */,
A61B425E1EC3C2FD00F1020D /* CHANGELOG.md */,
A61B42641EC5FD2300F1020D /* Package.swift */,
A61B42651EC6006300F1020D /* EmojiOne.podspec */,
);
path = EmojiOne;
sourceTree = "<group>";
Expand Down

0 comments on commit 5242b8e

Please sign in to comment.