blob: 204f1c77c74960bf0f954afe3367952c3080a44f [file] [log] [blame]
{
"name": "XGFramework",
"version": "1.0.1",
"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.1"
},
"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": [
]
}
}
]
}