[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 7 / c / 5 / TPInAppReceipt / 3.2.0 / TPInAppReceipt.podspec.json
blob7d749c9028abb2b0e9e6a70ffb93fd41ff1ead96
2   "name": "TPInAppReceipt",
3   "version": "3.2.0",
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": "3.2.0"
11   },
12   "authors": {
13     "Pavel Tikhonenko": "hi@tikhop.com"
14   },
15   "swift_versions": [
16     "5.3"
17   ],
18   "platforms": {
19     "ios": "10.0",
20     "osx": "10.12",
21     "tvos": "10.0",
22     "watchos": "6.2"
23   },
24   "requires_arc": true,
25   "default_subspecs": "Core",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "Sources/*.{swift}",
30       "resources": [
31         "Sources/AppleIncRootCertificate.cer",
32         "Sources/StoreKitTestCertificate.cer"
33       ],
34       "dependencies": {
35         "ASN1Swift": [
36           "~> 1.2.3"
37         ]
38       }
39     },
40     {
41       "name": "Objc",
42       "source_files": "Sources/Objc/*.{swift}",
43       "dependencies": {
44         "TPInAppReceipt/Core": [
46         ]
47       }
48     }
49   ],
50   "swift_version": "5.3"