[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 4 / a / f / TYBase / 0.0.49 / TYBase.podspec.json
blobb4ad1bdd6d62de7f596afb073a88ce636e25fc0e
2   "name": "TYBase",
3   "version": "0.0.49",
4   "summary": "通用基础项目框架",
5   "description": "通用基础项目框架,直接使用pod导入到新的项目中即可使用;",
6   "homepage": "https://code.aliyun.com/tyche-ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "huwenqiang": "hwqforapple@163.com"
13   },
14   "source": {
15     "git": "https://code.aliyun.com/tyche-ios/base_ios.git",
16     "tag": "0.0.49"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "TYBase/**/*",
22   "vendored_frameworks": "TYBase/AliPay/AlipaySDK.framework",
23   "frameworks": [
24     "UIKit",
25     "Foundation",
26     "SystemConfiguration",
27     "QuartzCore",
28     "CoreText",
29     "CoreGraphics",
30     "CFNetwork",
31     "CoreMotion",
32     "CoreTelephony"
33   ],
34   "pod_target_xcconfig": {
35     "VALID_ARCHS": "x86_64 armv7 arm64"
36   },
37   "libraries": [
38     "c++",
39     "z"
40   ],
41   "dependencies": {
42     "AFNetworking": [
43       "3.2.1"
44     ],
45     "MBProgressHUD": [
47     ],
48     "Masonry": [
50     ],
51     "MJExtension": [
53     ],
54     "MJRefresh": [
56     ],
57     "WechatOpenSDK": [
58       "1.8.4"
59     ],
60     "SDWebImage": [
62     ],
63     "MGJRouter": [
65     ]
66   },
67   "subspecs": [
68     {
69       "name": "TYBaseTools",
70       "source_files": "TYBase/TYBaseTools/*.{h,m}",
71       "public_header_files": "TYBase/TYBaseTools/*.h"
72     }
73   ]