blob: 77e25d7290349f02b443b3eadfca32cf41b61127 [file] [log] [blame]
{
"name": "BBB",
"version": "0.0.1",
"summary": "Module B",
"description": "这是moduleB啊啊啊",
"homepage": "https://github.com/Specscd",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"suan": "zhaojq_ios@163.com"
},
"source": {
"git": "https://github.com/Specscd/BBModule.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"ios": {
"frameworks": "UIKit"
},
"default_subspecs": "BBB",
"requires_arc": true,
"subspecs": [
{
"name": "BBB",
"source_files": "BBB/BBB/**/*"
}
]
}