[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 7 / c / 5 / TPInAppReceipt / 2.1.3 / TPInAppReceipt.podspec.json
blobfad4afb3f8d2865b2a204fb936db5154c7e5e404
2   "name": "TPInAppReceipt",
3   "version": "2.1.3",
4   "summary": "Decode Apple Store Receipt and make it easy to read and validate it",
5   "description": "The library provides transparent way to decode and validate Apple Store Receipt. Pure swift, No OpenSSL!",
6   "homepage": "https://github.com/tikhop/TPInAppReceipt",
7   "license": "MIT",
8   "source": {
9     "git": "https://github.com/tikhop/TPInAppReceipt.git",
10     "tag": "2.1.3"
11   },
12   "authors": {
13     "Pavel Tikhonenko": "hi@tikhop.com"
14   },
15   "swift_versions": "5.0",
16   "platforms": {
17     "ios": "9.0",
18     "osx": "10.10"
19   },
20   "requires_arc": true,
21   "source_files": [
22     "TPInAppReceipt/Source/*.{swift}",
23     "TPInAppReceipt/Source/Vendor/CryptoSwift/*.{swift}"
24   ],
25   "resources": "TPInAppReceipt/AppleIncRootCertificate.cer",
26   "swift_version": "5.0"