[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 0 / 3 / 9 / IAP / 1.2.2 / IAP.podspec.json
bloba7150489020a98463325461972781c71f5cbca13
2   "name": "IAP",
3   "version": "1.2.2",
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.2"
17   },
18   "source_files": [
19     "IAP/*.{h,m}",
20     "IAP/openssl/include/**/*.h"
21   ],
22   "exclude_files": "IAP/Local",
23   "public_header_files": [
24     "IAP/IAP.h",
25     "IAP/LocalReceiptValidator.h",
26     "IAP/RMAppReceipt.h"
27   ],
28   "resources": "IAP/AppleIncRootCertificate.cer",
29   "vendored_libraries": [
30     "IAP/openssl/libcrypto.a",
31     "IAP/openssl/libssl.a"
32   ],
33   "private_header_files": "IAP/openssl/include/**/*.h",
34   "xcconfig": {
35     "HEADER_SEARCH_PATHS": "$(PODS_TARGET_SRCROOT)/IAP/openssl/include"
36   },
37   "requires_arc": true,
38   "dependencies": {
39     "SystemServices": [
41     ],
42     "BlocksKit/Core": [
44     ],
45     "BlocksKit/DynamicDelegate": [
47     ]
48   },
49   "subspecs": [
50     {
51       "name": "IAPDelegateTempate",
52       "resources": "IAP/IAPDelegateTemplate/*.{h,m}"
53     }
54   ]