[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 7 / c / 5 / TPInAppReceipt / 2.6 / TPInAppReceipt.podspec.json
blob9d352d5a984def19d71e4cacfcd5d0a21b18a487
2   "name": "TPInAppReceipt",
3   "version": "2.6",
4   "summary": "Reading and Validating In App Purchase Receipt Locally",
5   "description": "A lightweight iOS/OSX library for reading and validating Apple In App Purchase Receipt locally. 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.6"
11   },
12   "authors": {
13     "Pavel Tikhonenko": "hi@tikhop.com"
14   },
15   "swift_versions": [
16     "5.0",
17     "5.1",
18     "5.2"
19   ],
20   "platforms": {
21     "ios": "9.0",
22     "osx": "10.10",
23     "tvos": "9.0",
24     "watchos": "2.0"
25   },
26   "requires_arc": true,
27   "source_files": [
28     "TPInAppReceipt/Source/*.{swift}",
29     "TPInAppReceipt/Source/Vendor/CryptoSwift/*.{swift}"
30   ],
31   "resources": "TPInAppReceipt/AppleIncRootCertificate.cer",
32   "swift_version": "5.2"