blob: 3b24dfef7b32768c903244ead189097b5455aa23 [file] [log] [blame]
{
"name": "testMyPodlib",
"version": "0.1.2",
"summary": "A short description of testMyPodlib.",
"description": "TODO: this is test demo.",
"homepage": "https://github.com/yuanwy/testMyPodlib",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yuanwy": "ywy32@qq.com"
},
"source": {
"git": "https://github.com/yuanwy/testMyPodlib.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "testMyPodlib/Classes/**/*",
"dependencies": {
"AFNetworking": [
"~> 2.3"
]
}
}