[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 4 / a / f / TYBase / 0.0.45 / TYBase.podspec.json
blobfc5c2592002f6dfceca222530c269595a9fef626
2   "name": "TYBase",
3   "version": "0.0.45",
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.45"
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   "libraries": [
35     "c++",
36     "z"
37   ],
38   "dependencies": {
39     "AFNetworking": [
41     ],
42     "MBProgressHUD": [
44     ],
45     "Masonry": [
47     ],
48     "MJExtension": [
50     ],
51     "MJRefresh": [
53     ],
54     "WechatOpenSDK": [
55       "1.8.4"
56     ],
57     "SDWebImage": [
59     ],
60     "MGJRouter": [
62     ]
63   },
64   "subspecs": [
65     {
66       "name": "TYBaseTools",
67       "source_files": "TYBase/TYBaseTools/*.{h,m}",
68       "public_header_files": "TYBase/TYBaseTools/*.h"
69     }
70   ]