{ | |
"name": "TestPodfile", | |
"version": "0.0.1", | |
"summary": "TestPodfile", | |
"description": "这里是写描述的地方", | |
"homepage": "https://github.com/focus-ming", | |
"license": "MIT", | |
"authors": { | |
"szm": "shi812017040@qq.com" | |
}, | |
"platforms": { | |
"ios": "7.0" | |
}, | |
"source": { | |
"git": "https://github.com/focus-ming/SZMTestDemo.git", | |
"tag": "0.0.1" | |
}, | |
"source_files": "TestPodfile/*.{h,m}", | |
"requires_arc": true | |
} |