[Add] DemoTestFramework 1.0.7
[CocoaPods.git] / Specs / 2 / c / 0 / FJPay / 0.0.2 / FJPay.podspec.json
blob069f8709851a4bf293c59f2c0266a01a0a4897a1
2   "name": "FJPay",
3   "version": "0.0.2",
4   "summary": "An easy way for calling pay process",
5   "homepage": "https://github.com/jeffnjut/FJPay",
6   "license": "MIT",
7   "authors": {
8     "jeff_njut": "jeff_njut@163.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/jeffnjut/FJPay.git",
15     "tag": "0.0.2"
16   },
17   "source_files": "FJPay/**/*.{h,m}",
18   "resources": "FJPay/SDK/Alipay/AlipaySDK.bundle",
19   "requires_arc": true,
20   "pod_target_xcconfig": {
21     "OTHER_LDFLAGS": [
22       "-ObjC",
23       "-all_load"
24     ],
25     "FRAMEWORK_SEARCH_PATHS": "\"$(SRCROOT)/FJPay/FJPay/SDK/Alipay\""
26   },
27   "preserve_paths": "FJPay/SDK/Alipay/**",
28   "frameworks": [
29     "AlipaySDK",
30     "CoreMotion",
31     "CFNetwork",
32     "SystemConfiguration",
33     "CoreTelephony",
34     "QuartzCore",
35     "CoreText",
36     "CoreGraphics",
37     "UIKit",
38     "Foundation",
39     "Security"
40   ],
41   "libraries": [
42     "z",
43     "c++",
44     "sqlite3"
45   ],
46   "vendored_libraries": "FJPay/SDK/Wechat/*.a",
47   "dependencies": {
48     "JSONModel": [
50     ]
51   }