Skip to content

Instantly share code, notes, and snippets.

@kuwabarahiroshi
Last active December 19, 2015 13:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kuwabarahiroshi/5965706 to your computer and use it in GitHub Desktop.
Save kuwabarahiroshi/5965706 to your computer and use it in GitHub Desktop.
#
# 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" => "github@ktysne.info" }
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