[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / d / 1 / 4 / RMStore / 0.5 / RMStore.podspec.json
blob2964fd4eae4c627dfc78b35db88e1073218b041a
2   "name": "RMStore",
3   "version": "0.5",
4   "license": "Apache 2.0",
5   "summary": "A lightweight iOS framework for In-App Purchases.",
6   "homepage": "https://github.com/robotmedia/RMStore",
7   "authors": "Hermes Pique",
8   "social_media_url": "https://twitter.com/robotmedia",
9   "source": {
10     "git": "https://github.com/robotmedia/RMStore.git",
11     "tag": "v0.5"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "frameworks": "StoreKit",
17   "requires_arc": true,
18   "default_subspecs": [
19     "Core"
20   ],
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "RMStore/*.{h,m}"
25     },
26     {
27       "name": "KeychainPersistence",
28       "dependencies": {
29         "RMStore/Core": [
31         ]
32       },
33       "source_files": "RMStore/Optional/RMStoreKeychainPersistence.{h,m}",
34       "frameworks": "Security"
35     },
36     {
37       "name": "NSUserDefaultsPersistence",
38       "dependencies": {
39         "RMStore/Core": [
41         ]
42       },
43       "source_files": [
44         "RMStore/Optional/RMStoreUserDefaultsPersistence.{h,m}",
45         "RMStore/Optional/RMStoreTransaction.{h,m}"
46       ]
47     },
48     {
49       "name": "AppReceiptVerificator",
50       "dependencies": {
51         "RMStore/Core": [
53         ],
54         "OpenSSL": [
55           "~> 1.0.1"
56         ]
57       },
58       "platforms": {
59         "ios": "7.0"
60       },
61       "source_files": [
62         "RMStore/Optional/RMStoreAppReceiptVerificator.{h,m}",
63         "RMStore/Optional/RMAppReceipt.{h,m}"
64       ]
65     },
66     {
67       "name": "TransactionReceiptVerificator",
68       "dependencies": {
69         "RMStore/Core": [
71         ]
72       },
73       "source_files": "RMStore/Optional/RMStoreTransactionReceiptVerificator.{h,m}"
74     }
75   ]