[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 3 / 8 / b / YWModuleLib / 0.0.5 / YWModuleLib.podspec.json
blob07bf70e560eb2e12a06b08595f69340a7e99d546
2   "name": "YWModuleLib",
3   "version": "0.0.5",
4   "summary": "YWModuleLib.",
5   "description": "this is YWModuleLib",
6   "homepage": "http://new-gitlab.yiyaowang.com/yaowang/yiyao_rn.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "CasaTaloyum": "yyw@111.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "http://new-gitlab.yiyaowang.com/yaowang/yiyao_rn.git",
19     "tag": "0.0.5"
20   },
21   "source_files": "iOS/YWModuleLib/YWModuleLib/YWModuleLib/**/*.{h,m}",
22   "pod_target_xcconfig": {
23     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 i386"
24   },
25   "user_target_xcconfig": {
26     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 i386"
27   },
28   "requires_arc": true,
29   "ios": {
30     "exclude_files": [
31       "iOS/YWModuleLib/YWModuleLib/YWModuleLib/Common/Keychain/MRC/*.{h,m}",
32       "iOS/YWModuleLib/YWModuleLib/YWModuleLib/Network/Utility/MRC/*.{h,m}"
33     ]
34   },
35   "dependencies": {
36     "AFNetworking": [
37       "~> 4.0.1"
38     ],
39     "ReactiveObjC": [
40       "~> 3.1.1"
41     ],
42     "YYModel": [
43       "~>1.0.4"
44     ],
45     "Reachability": [
46       "~> 3.2"
47     ],
48     "OpenSSL-Universal": [
50     ],
51     "Masonry": [
52       "~> 1.1.0"
53     ],
54     "SDWebImage": [
56     ],
57     "MJRefresh": [
59     ],
60     "FMDB": [
61       "~> 2.5"
62     ],
63     "Weibo_SDK": [
65     ],
66     "WechatOpenSDK": [
68     ]
69   },
70   "subspecs": [
71     {
72       "name": "ThirdPartVendor",
73       "resources": "iOS/YWModuleLib/YWModuleLib/YWModuleLib/Vendor/TencentOpenApi_IOS_Bundle.bundle",
74       "ios": {
75         "vendored_frameworks": [
76           "iOS/YWModuleLib/YWModuleLib/YWModuleLib/Vendor/TencentOpenAPI.framework",
77           "iOS/YWModuleLib/YWModuleLib/YWModuleLib/Vendor/AMapLocationKit.framework",
78           "iOS/YWModuleLib/YWModuleLib/YWModuleLib/Vendor/AMapSearchKit.framework",
79           "iOS/YWModuleLib/YWModuleLib/YWModuleLib/Vendor/AMapFoundationKit.framework",
80           "iOS/YWModuleLib/YWModuleLib/YWModuleLib/Vendor/MAMapKit.framework"
81         ],
82         "frameworks": [
83           "UIKit",
84           "Foundation",
85           "WebKit"
86         ],
87         "libraries": [
88           "iconv",
89           "sqlite3",
90           "c++",
91           "z"
92         ]
93       },
94       "frameworks": [
95         "Security",
96         "SystemConfiguration",
97         "CoreGraphics",
98         "CoreTelephony",
99         "ExternalAccessory",
100         "GLKit"
101       ]
102     },
103     {
104       "name": "no-arc",
105       "requires_arc": false,
106       "source_files": [
107         "iOS/YWModuleLib/YWModuleLib/YWModuleLib/Common/Keychain/MRC/*.{h,m}",
108         "iOS/YWModuleLib/YWModuleLib/YWModuleLib/Network/Utility/MRC/*.{h,m}"
109       ]
110     }
111   ]