blob: 2f319457ea98edd101c58930e7000394cf415f87 [file] [log] [blame]
{
"name": "CocoapodSpecDemo",
"version": "0.0.1",
"summary": "test how to create cocoapodspec.",
"description": "test how to create cocoapodspec of mine",
"homepage": "https://github.com/potato512/CocoapodSpecDemo",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"herman": "zhangsy757@163.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/potato512/CocoapodSpecDemo.git",
"tag": "0.0.1"
},
"source_files": [
"CocoapodSpecDemo",
"CocoapodSpecDemo/*.{h,m}"
],
"public_header_files": "CocoapodSpecDemo/*.h",
"requires_arc": true
}