blob: de9a1afa9b0c50b2447b1865c27585e8f403dbb6 [file] [log] [blame]
{
"name": "code",
"version": "0.0.1",
"summary": "A short description of code.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/zhuangtao97/CodeDemo",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhuangtao97": "1069156011@qq.com"
},
"source": {
"git": "https://github.com/zhuangtao97/CodeDemo.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "code/Classes/**/*",
"dependencies": {
"AFNetworking": [
"~> 2.3"
]
},
"subspecs": [
{
"name": "net",
"source_files": "code/Classes/net/**/*"
}
]
}