blob: 3a10df006c6aa047a62fa19e2d1669bb2ab8628a [file] [log] [blame]
{
"name": "TYBase",
"version": "0.0.12",
"summary": "通用基础项目框架",
"description": "通用基础项目框架,直接使用pod导入到新的项目中即可使用;",
"homepage": "https://gitee.com/zhouyc/TYBase",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"huwenqiang": "hwqforapple@163.com"
},
"source": {
"git": "https://gitee.com/zhouyc/TYBase.git",
"tag": "0.0.12"
},
"platforms": {
"ios": "9.0"
},
"source_files": "TYBase/**/*",
"vendored_frameworks": "TYBase/AliPay/AlipaySDK.framework",
"frameworks": [
"UIKit",
"Foundation",
"SystemConfiguration",
"QuartzCore",
"CoreText",
"CoreGraphics",
"CFNetwork",
"CoreMotion",
"CoreTelephony"
],
"libraries": [
"c++",
"z"
],
"dependencies": {
"AFNetworking": [
],
"MBProgressHUD": [
],
"Masonry": [
],
"MJExtension": [
],
"WechatOpenSDK": [
],
"SDWebImage": [
]
},
"subspecs": [
{
"name": "TYBaseTools",
"source_files": "TYBase/TYBaseTools/*.{h,m}",
"public_header_files": "TYBase/TYBaseTools/*.h"
}
]
}