[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 3 / a / 5 / NEPThirdParty / 1.3.0 / NEPThirdParty.podspec.json
blob409ca1bb144f80131b062db20070f83ca24df890
2   "name": "NEPThirdParty",
3   "version": "1.3.0",
4   "summary": "A short description of NEPThirdParty.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://g.hz.netease.com/NEPaySDKPod/NEPThirdParty",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "chenzhengxu": "chenzhengxu@corp.netease.com"
13   },
14   "source": {
15     "git": "ssh://git@g.hz.netease.com:22222/NEPaySDKPod/NEPThirdParty.git",
16     "tag": "1.3.0"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "pod_target_xcconfig": {
22     "OTHER_LDFLAGS": "-lObjC"
23   },
24   "ios": {
25     "libraries": [
26       "c++",
27       "z"
28     ]
29   },
30   "subspecs": [
31     {
32       "name": "AliPaySDK",
33       "vendored_frameworks": "NEPThirdParty/AliPaySDK/**/*.framework",
34       "resources": "NEPThirdParty/AliPaySDK/**/*.bundle",
35       "source_files": "NEPThirdParty/AliPaySDK/**/*.{h,m,mm,c}",
36       "public_header_files": "NEPThirdParty/AliPaySDK/**/*.h",
37       "frameworks": [
38         "UIKit",
39         "Foundation",
40         "CFNetwork",
41         "SystemConfiguration",
42         "QuartzCore",
43         "CoreGraphics",
44         "CoreMotion",
45         "CoreTelephony",
46         "CoreText",
47         "WebKit"
48       ]
49     },
50     {
51       "name": "WeiXinSDK",
52       "vendored_libraries": "NEPThirdParty/WeiXinSDK/**/*.a",
53       "source_files": "NEPThirdParty/WeiXinSDK/**/*.{h,m,mm,c}",
54       "public_header_files": "NEPThirdParty/WeiXinSDK/**/*.h",
55       "frameworks": [
56         "WebKit",
57         "Security",
58         "UIKit",
59         "CoreGraphics"
60       ],
61       "libraries": "sqlite3.0"
62     },
63     {
64       "name": "UPPaySDK",
65       "vendored_libraries": "NEPThirdParty/UPPaySDK/**/*.a",
66       "source_files": "NEPThirdParty/UPPaySDK/**/*.{h,m,mm,c}",
67       "public_header_files": "NEPThirdParty/UPPaySDK/**/*.h",
68       "frameworks": [
69         "CFNetwork",
70         "SystemConfiguration"
71       ]
72     }
73   ]