Skip to content

Instantly share code, notes, and snippets.

@jk
Created September 19, 2012 11:09
Show Gist options
  • Select an option

  • Save jk/3749087 to your computer and use it in GitHub Desktop.

Select an option

Save jk/3749087 to your computer and use it in GitHub Desktop.
Modified MKStoreKit 4.3 podfile
Pod::Spec.new do |s|
s.name = 'MKStoreKit'
s.version = '4.3'
s.license = 'zLib'
s.summary = 'In-App Purchases StoreKit for iOS devices.'
s.homepage = 'https://github.com/MugunthKumar/MKStoreKit'
s.author = { 'Mugunth' => 'http://mugunthkumar.com/' }
s.source = { :git => 'https://github.com/MugunthKumar/MKStoreKit.git', :tag => '4.3' }
s.platform = :ios
s.source_files = '{MKSKProduct,MKSKSubscriptionProduct,MKStoreManager,MKStoreObserver}.{h,m}'
s.requires_arc = true
s.frameworks = 'StoreKit', 'Security'
s.dependency 'JSONKit', '~> 1.4'
s.dependency 'NSData+Base64', '~> 1.0'
s.dependency 'SFHFKeychainUtils', '0.0.1'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment