Skip to content

Instantly share code, notes, and snippets.

@brynbellomy
Created January 3, 2013 18:30
Show Gist options
  • Select an option

  • Save brynbellomy/4445695 to your computer and use it in GitHub Desktop.

Select an option

Save brynbellomy/4445695 to your computer and use it in GitHub Desktop.
iOS-CrackRock-rewrite.podspec
Pod::Spec.new do |s|
s.name = "iOS-CrackRock"
s.version = "0.1.0"
s.summary = "In-app purchase helper classes."
s.homepage = "http://brynbellomy.github.com/iOS-CrackRock"
s.author = { "bryn austin bellomy" => "bryn.bellomy@gmail.com" }
s.license = "WTFPL"
s.source = { :git => "https://github.com/brynbellomy/iOS-CrackRock.git", :commit => "eac715423c2c3f5a420cc27c5576121917c5909d" }
s.source_files = "iOS-CrackRock/*.{h,m}"
s.platform = :ios, "5.0"
s.requires_arc = true
s.xcconfig = { "PUBLIC_HEADERS_FOLDER_PATH" => "include/$(TARGET_NAME)" }
s.framework = "StoreKit"
s.dependency "BrynKit", ">= 0.0.1"
#s.dependency "iOS-BlingLord", ">= 0.0.1"
s.dependency "ObjC-StatelyNotificationRobot", ">= 0.0.1"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment