[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / c / 5 / TPInAppReceipt / 2.2 / TPInAppReceipt.podspec.json
blob4d07132c8973932180a3c85752466d88a1903724
2   "name": "TPInAppReceipt",
3   "version": "2.2",
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.2"
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     "tvos": "9.0",
20     "watchos": "2.0"
21   },
22   "requires_arc": true,
23   "source_files": [
24     "TPInAppReceipt/Source/*.{swift}",
25     "TPInAppReceipt/Source/Vendor/CryptoSwift/*.{swift}"
26   ],
27   "resources": "TPInAppReceipt/AppleIncRootCertificate.cer",
28   "swift_version": "5.0"