blob: a078ac0cc7fccf54726ebaf0ecf08d08cc1a976d [file] [log] [blame]
{
"name": "XMGFMBase",
"version": "0.1.0",
"summary": "XMGFMBase.",
"description": "XMGFMBase.包含了基本的配置, 分类, 工具类等等",
"homepage": "https://github.com/winsions/XMGFMBase",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wzc": "327574878@qq.com"
},
"source": {
"git": "https://github.com/winsions/XMGFMBase.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "Base",
"source_files": "XMGFMBase/Classes/Base/**/*"
},
{
"name": "Category",
"source_files": "XMGFMBase/Classes/Category/**/*"
},
{
"name": "Network",
"source_files": "XMGFMBase/Classes/Network/**/*",
"dependencies": {
"AFNetworking": [
]
}
},
{
"name": "Tool",
"source_files": "XMGFMBase/Classes/Tool/**/*"
}
]
}