[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / 7 / c / 5 / TPInAppReceipt / 3.3.1 / TPInAppReceipt.podspec.json
blobf7aff2a2c846c79fea936967735405a0729c0b93
2   "name": "TPInAppReceipt",
3   "version": "3.3.1",
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.3.1"
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       "exclude_files": "Sources/Objc/*.{swift}",
30       "source_files": "Sources/*.{swift}",
31       "resources": [
32         "Sources/AppleIncRootCertificate.cer",
33         "Sources/StoreKitTestCertificate.cer"
34       ],
35       "dependencies": {
36         "ASN1Swift": [
37           "~> 1.2.3"
38         ]
39       }
40     },
41     {
42       "name": "Objc",
43       "source_files": "Sources/Objc/*.{swift}",
44       "dependencies": {
45         "TPInAppReceipt/Core": [
47         ]
48       }
49     }
50   ],
51   "swift_version": "5.3"