blob: 599028015fd72c9fa01948ae4cbca5aad55490ad [file] [log] [blame]
{
"name": "TestCoCoPods7",
"version": "1.0.4",
"summary": "一个建立pod仓库的简单demo.",
"description": "这只是一个建立pod仓库的简单demo,并没有实际的意思。教学使用。",
"homepage": "https://github.com/zhaopeng0007/TestCoCoPods7",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhaopeng0007": "wszppygr@126.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/zhaopeng0007/TestCoCoPods7.git",
"tag": "1.0.4"
},
"source_files": [
"Classes",
"TestCoCoPods7/TestCoCoPods7/Classes/**/*.{h,m}",
"OtherClasses",
"TestCoCoPods7/TestCoCoPods7/OtherClasses/**/*.{h,m}"
],
"requires_arc": true,
"subspecs": [
{
"name": "Classes",
"source_files": "TestCoCoPods7/TestCoCoPods7/Classes/**/*.{h,m}"
},
{
"name": "OtherClasses",
"source_files": "TestCoCoPods7/TestCoCoPods7/OtherClasses/**/*.{h,m}"
}
]
}