[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 0 / 3 / 9 / IAP / 1.2.4 / IAP.podspec.json
blobfd61f41734c8125e5130ba428f8f32a2ea730e35
2   "name": "IAP",
3   "version": "1.2.4",
4   "summary": "IAP",
5   "description": "iOS In App Purchase helper",
6   "homepage": "https://github.com/wishWinds/IAP",
7   "license": "MIT",
8   "authors": {
9     "shupeng": "john.hi.gm@gmail.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/wishWinds/IAP.git",
16     "tag": "1.2.4"
17   },
18   "source_files": "IAP/*.{h,m}",
19   "exclude_files": "IAP/Local",
20   "public_header_files": [
21     "IAP/IAP.h",
22     "IAP/LocalReceiptValidator.h",
23     "IAP/RMAppReceipt.h"
24   ],
25   "resources": "IAP/AppleIncRootCertificate.cer",
26   "xcconfig": {
27     "HEADER_SEARCH_PATHS": "$(PODS_TARGET_SRCROOT)/IAP/openssl/include"
28   },
29   "requires_arc": true,
30   "dependencies": {
31     "SystemServices": [
33     ],
34     "BlocksKit/Core": [
36     ],
37     "BlocksKit/DynamicDelegate": [
39     ]
40   },
41   "subspecs": [
42     {
43       "name": "IAPDelegateTempate",
44       "resources": "IAP/IAPDelegateTemplate/*.{h,m}"
45     },
46     {
47       "name": "openssl",
48       "source_files": "IAP/openssl/include/**/*.h",
49       "vendored_libraries": [
50         "IAP/openssl/libcrypto.a",
51         "IAP/openssl/libssl.a"
52       ],
53       "private_header_files": "IAP/openssl/include/**/*.h"
54     }
55   ]