From 41fd216c92974c32de2ddce6fb78eacc0067127b Mon Sep 17 00:00:00 2001 From: Victor Ilyukevich Date: Mon, 26 Nov 2012 22:20:42 +0300 Subject: [PATCH] Revert "add MKStoreKit 5.0" This reverts commit c7d0fe5e3f1d182382d738f8fde2d992515d139a. --- MKStoreKit/5.0/MKStoreKit.podspec | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 MKStoreKit/5.0/MKStoreKit.podspec diff --git a/MKStoreKit/5.0/MKStoreKit.podspec b/MKStoreKit/5.0/MKStoreKit.podspec deleted file mode 100644 index 9949627f9a1c1f..00000000000000 --- a/MKStoreKit/5.0/MKStoreKit.podspec +++ /dev/null @@ -1,19 +0,0 @@ -Pod::Spec.new do |s| - s.name = 'MKStoreKit' - s.version = '5.0' - 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', :commit => '55963bd8ce5d52c2634d95830858d2e58b0608a0' } - s.platform = :ios - s.source_files = '*.{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