blob: 3c17fb9e23b95d03e191971ff8da9b52926287a4 [file] [log] [blame]
{
"name": "FWDFirstLibrary",
"version": "0.1.0",
"summary": "This is my first library.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://gitee.com/felixwu",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"felixwu": "felixvanwu@126.com"
},
"source": {
"git": "https://gitee.com/felixwu/FWDFirstLibrary.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "FWDFirstLibrary/Classes/**/*",
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
}
}