Skip to content

Commit

Permalink
add podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
ykyouhei committed Jul 7, 2016
1 parent 099f98d commit 73bbbab
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Binary file added Images/plist.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions SwiftyConfiguration.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = "SwiftyConfiguration"
s.version = "1.0.0"
s.summary = "SwiftyConfiguration is modern Swift API for Plist."
s.homepage = "https://github.com/ykyouhei/SwiftyConfiguration"
s.license = "MIT"
s.author = { "Kyohei Yamaguchi" => "[email protected]" }
s.social_media_url = "https://twitter.com/kyo__hei"
s.platform = :ios
s.source = { :git => "https://github.com/ykyouhei/SwiftyConfiguration.git", :tag => s.version.to_s }
s.source_files = "SwiftyConfiguration/Classes/*.swift"
s.requires_arc = true
s.ios.deployment_target = '8.0'
end

0 comments on commit 73bbbab

Please sign in to comment.