{ | |
"name": "FYDemo", | |
"version": "5.0.1", | |
"summary": "A short description of FYDemo.", | |
"description": "TODO: Add long description of the pod here.", | |
"homepage": "https://github.com/fanyu/FYDemo", | |
"license": { | |
"type": "MIT", | |
"file": "LICENSE" | |
}, | |
"authors": { | |
"fanyu": "fanyu@kuaishou.com" | |
}, | |
"source": { | |
"git": "https://github.com/fanyu/Pod2.git", | |
"tag": "5.0.1" | |
}, | |
"platforms": { | |
"ios": "8.0" | |
}, | |
"source_files": "FYDemo/Classes/**/*", | |
"dependencies": { | |
"AFNetworking": [ | |
"~> 2.3" | |
], | |
"JSONModel": [ | |
] | |
} | |
} |