blob: f7781997518c0b012a0b1281eccd98d9133a3ac3 [file] [log] [blame]
{
"name": "MyComponentA",
"version": "0.1.0",
"summary": "Test MyComponentA.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/qiuqiu32/MyComponentA",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"1442687881@qq.com": "1442687881@qq.com"
},
"source": {
"git": "https://github.com/qiuqiu32/MyComponentA.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MyComponentA/Classes/**/*",
"dependencies": {
"MyTestRouter": [
"~> 0.1.0"
]
}
}