blob: fe6ef02dc2e290c212dd510d37ca0ed1cc236235 [file] [log] [blame]
{
"name": "LYFMBase",
"version": "0.3.0",
"summary": "LYFMBase.",
"description": "LYFMBase.测试组件化开发,增加网络模块",
"homepage": "https://coding.net/u/liyang13145/p/LYSpec_Code",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"liyang.github.io": "995720636@qq.com"
},
"source": {
"git": "https://coding.net/u/liyang13145/p/LYSpec_Code/git",
"tag": "0.3.0"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "Base",
"source_files": "LYFMBase/Classes/Base/**/*"
},
{
"name": "Category",
"source_files": "LYFMBase/Classes/Category/**/*"
},
{
"name": "Tools",
"source_files": "LYFMBase/Classes/Tools/**/*",
"dependencies": {
"AFNetworking": [
]
}
}
]
}