[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 2 / 8 / d / BFPay / 0.0.4 / BFPay.podspec.json
blob1d5d4d7ec35f7db3e68bccf91ea84f7420ca16d2
2   "name": "BFPay",
3   "version": "0.0.4",
4   "summary": "BF支付.",
5   "requires_arc": true,
6   "description": "贝付支付真机SDK,模拟器的话跑不了",
7   "homepage": "https://github.com/cyqluowang/BFPay",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "陈玉琪": "yq.chen@renrunkeji.com"
14   },
15   "source": {
16     "git": "https://github.com/cyqluowang/BFPay.git",
17     "tag": "0.0.4"
18   },
19   "source_files": [
20     "Core",
21     "Core/**/*.{h,m}"
22   ],
23   "vendored_libraries": "Core/*.a",
24   "resources": "Core/BFResource.bundle",
25   "frameworks": [
26     "SystemConfiguration",
27     "Security",
28     "CFNetwork"
29   ],
30   "xcconfig": {
31     "OTHER_LDFLAGS": "--all_load"
32   }