blob: 198c4af990a5fcce02e59abb99e604ed0b164de0 [file] [log] [blame]
{
"name": "myFirstCocos",
"version": "1.0.2",
"summary": "一个建立pod仓库的简单demo.",
"description": "这只是一个建立pod仓库的简单demo,并没有实际的意思。教学使用。",
"homepage": "https://github.com/dream198806/myFirstCocos",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"colbert": "d392066541@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/dream198806/myFirstCocos.git",
"tag": "1.0.2"
},
"source_files": [
"Classes",
"myFirstCocos/Classes/**/*.{h,m}"
],
"requires_arc": true
}