Last active
December 19, 2015 13:59
-
-
Save kuwabarahiroshi/5965706 to your computer and use it in GitHub Desktop.
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
# | |
# Be sure to run `pod spec lint CCBReader.podspec' to ensure this is a | |
# valid spec and remove all comments before submitting the spec. | |
# | |
# To learn more about the attributes see http://docs.cocoapods.org/specification.html | |
# | |
Pod::Spec.new do |s| | |
s.name = "NSDictionary+XPath" | |
s.version = "0.0.2" | |
s.summary = "Get value from NSDictionary by XPath." | |
s.homepage = "https://github.com/ktysne/FastPhotoTweet/tree/master/FastPhotoTweet/Additions" | |
s.license = 'unknown' | |
s.author = { "ktysne" => "[email protected]" } | |
s.source = { :git => "https://github.com/kuwabarahiroshi/FastPhotoTweet.git", :commit => "7db6edfce629275218768e222374ac7e72f6687a" } | |
s.platform = :ios, '5.0' | |
s.source_files = 'FastPhotoTweet/Additions/NSObject+EmptyCheck.{h,m}', 'FastPhotoTweet/Additions/NSDictionary+XPath.{h,m}' | |
s.requires_arc = false | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment