[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / e / 6 / 7 / SCPStoreKitManager / 1.1.2 / SCPStoreKitManager.podspec.json
blob78ee1c734049f2a9d645d14b43b3e709ceea7d48
2   "name": "SCPStoreKitManager",
3   "platforms": {
4     "ios": null
5   },
6   "version": "1.1.2",
7   "summary": "Block based store kit manager for In-App Purchase on iOS7 & iOS8 with receipt validation.",
8   "description": "                       Block based store kit manager for In-App Purchase for iOS7 & iOS8 with receipt validation. Please note that you must have iTunes Connect set up correctly with some IAPs already. The example App has no visual feed back to the user but you can follow it's progress via the console. The app can only work on a iDevice and can not be ran in a simulator.\n",
9   "homepage": "https://github.com/steprescott/SCPStoreKitManager",
10   "license": "MIT",
11   "authors": {
12     "Ste Prescott": "github@ste.me"
13   },
14   "source": {
15     "git": "https://github.com/steprescott/SCPStoreKitManager.git",
16     "tag": "1.1.2"
17   },
18   "social_media_url": "https://twitter.com/ste_prescott",
19   "requires_arc": true,
20   "frameworks": "StoreKit",
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": [
26         "Classes/SCPStoreKitManager.{h,m}",
27         "Classes/Categories/NSError+SCPStoreKitManager.{h,m}"
28       ]
29     },
30     {
31       "name": "SCPStoreKitReceiptValidator",
32       "dependencies": {
33         "SCPStoreKitManager/Core": [
35         ],
36         "OpenSSL": [
37           "~> 1.0.0"
38         ]
39       },
40       "source_files": "Classes/SCPStoreKitReceiptValidator/**/*.{h,m}",
41       "resource_bundles": {
42         "SCPStoreKitReceiptValidatorResources": [
43           "Classes/SCPStoreKitReceiptValidator/**/*.{cer}"
44         ]
45       }
46     }
47   ]