[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 7 / c / 5 / TPInAppReceipt / 2.3.4 / TPInAppReceipt.podspec.json
blobaafa207f516f91661b70962a44ec617907bac993
2   "name": "TPInAppReceipt",
3   "version": "2.3.4",
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.3.4"
11   },
12   "authors": {
13     "Pavel Tikhonenko": "hi@tikhop.com"
14   },
15   "swift_versions": "5.1",
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.1"