[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / 3 / c / 7 / VerifyStoreReceipt / 1.0.1 / VerifyStoreReceipt.podspec.json
blob270353e9bbb1e4ed44341e15ee5277cb0123b135
2   "name": "VerifyStoreReceipt",
3   "version": "1.0.1",
4   "summary": "This validator parses and validates the payload and the PKCS7 container itself.",
5   "description": "This validator parses and validates the payload and the PKCS7 container itself.\n\nThanks to Matthew Stevens for coming up with the parser code. Thanks to Dave Carlton for polishing it a bit. Thanks to Fraser Hess for more polish and correcting my non-native English. Thanks to anlumo for the certificate checking code. Thanks to Alessandro Segala for the In-App purchasing code.\n\nMissing from this project:\n\nApple's root certificate. This may be obtained from http://www.apple.com/certificateauthority/\nAny measures to make your app cracker proof.\n",
6   "homepage": "https://github.com/maciekish/VerifyStoreReceiptiOS",
7   "license": "MIT",
8   "authors": {
9     "Maciej Swic (Only Pod)": "maciej@swic.name"
10   },
11   "source": {
12     "git": "https://github.com/maciekish/VerifyStoreReceipt.git",
13     "tag": "1.0.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes",
20   "public_header_files": "Pod/Classes/*.h",
21   "frameworks": [
22     "StoreKit",
23     "Security"
24   ],
25   "dependencies": {
26     "OpenSSL-Universal": [
27       "1.0.1.j"
28     ]
29   }