blob: be40ba6d5f7e661abdf69a6145ed651865507a95 [file] [log] [blame]
{
"name": "HarkTest1",
"version": "1.0",
"summary": "第一次测试版",
"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/HarkTestDemo.git",
"tag": "1.0"
},
"source_files": "PodTest/**/*",
"requires_arc": true,
"dependencies": {
"YYCache": [
"~> 1.0.3"
],
"EGOCache": [
"~> 2.1.3"
]
}
}