{ | |
"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" | |
] | |
} | |
} |