-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare the project to push the podspec (#3)
* minor changes in the podspec * cocoapods statuses are added to the readme; the changelog is updated * public interface is documented * changelog is updated
- Loading branch information
Artem Stepanenko
authored
Jan 8, 2017
1 parent
ba09b0e
commit 930601d
Showing
5 changed files
with
54 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,16 @@ | ||
# Sourcery CHANGELOG | ||
# Dekoter | ||
|
||
--- | ||
|
||
## 0.1.0 | ||
|
||
### Features | ||
|
||
* Basic functionality: a `Koting` protocol and a `Koter`. | ||
* API is polished | ||
* Unit tests are added | ||
* Readme is done | ||
* Basic Travis setup is done | ||
* Basic Travis setup is done | ||
* Podspec is prepared to be pushed | ||
* Cocoapods' statuses are added to the readme | ||
* Xcode documentation is added |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,17 @@ | ||
# | ||
# Be sure to run `pod lib lint Dekoter.podspec' to ensure this is a | ||
# valid spec before submitting. | ||
# | ||
# Any lines starting with a # are optional, but their use is encouraged | ||
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html | ||
# | ||
|
||
Pod::Spec.new do |s| | ||
s.name = 'Dekoter' | ||
s.version = '0.1.0' | ||
s.summary = "`NSCoding`'s counterpart for Swift structs." | ||
|
||
# This description is used to generate tags and improve search results. | ||
# * Think: What does it do? Why did you write it? What is the focus? | ||
# * Try to keep it short, snappy and to the point. | ||
# * Write the description between the DESC delimiters below. | ||
# * Finally, don't worry about the indent, CocoaPods strips it! | ||
|
||
s.summary = "NSCoding's counterpart for Swift structs." | ||
|
||
s.description = <<-DESC | ||
Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquid ex ea commodi consequat. Quis aute iure reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint obcaecat cupiditat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. | ||
Fills a gap left by the missing NSCoding's support for Swift structs. If you've ever implemented NSCoding, Koting will be familiar to you as well. | ||
DESC | ||
|
||
s.homepage = 'https://github.com/artemstepanenko/Dekoter' | ||
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2' | ||
s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
s.author = { 'Artem Stepanenko' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/artemstepanenko/Dekoter.git', :tag => s.version.to_s } | ||
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>' | ||
|
||
|
||
s.ios.deployment_target = '9.0' | ||
|
||
s.source_files = 'Dekoter/Classes/**/*' | ||
|
||
# s.resource_bundles = { | ||
# 'Dekoter' => ['Dekoter/Assets/*.png'] | ||
# } | ||
|
||
# s.public_header_files = 'Pod/Classes/**/*.h' | ||
# s.frameworks = 'UIKit', 'MapKit' | ||
# s.dependency 'AFNetworking', '~> 2.3' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters