blob: f6e8b56067d10c01f94756f7198ceb8b2c23d2f1 [file] [log] [blame]
{
"name": "XGFramework",
"version": "1.0.0",
"summary": "西瓜公共组件",
"description": "西瓜公共组件:网络、UI、工具类...",
"homepage": "https://gitlab.xiguacity.cn/songwei/xgcomponentframework-ios.git",
"license": "MIT",
"authors": {
"songwei": "517227087@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://gitlab.xiguacity.cn/songwei/xgcomponentframework-ios.git",
"tag": "1.0.0"
},
"source_files": "XGKit/*.h",
"public_header_files": "XGKit/XGKit.h",
"subspecs": [
{
"name": "UI",
"public_header_files": "XGKit/UI/*.h",
"source_files": "XGKit/UI/*.{h,m}",
"dependencies": {
"SVProgressHUD": [
]
}
},
{
"name": "Network",
"public_header_files": "XGKit/Network/*.h",
"source_files": "XGKit/Network/*.{h,m}",
"dependencies": {
"AFNetworking": [
],
"ReactiveObjC": [
],
"YYModel": [
]
}
}
]
}