blob: 9a21cb355248b262481da543ba2c898db3da5c79 [file] [log] [blame]
{
"name": "FHSmartAPILibrary",
"version": "0.1.0",
"summary": "A short description of FHSmartAPILibrary.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://gitee.com/xh1990/FHSmartAPILibrary",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"XuHao": "286089659@qq.com"
},
"source": {
"git": "https://gitee.com/xh1990/FHSmartAPILibrary.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "FHSmartAPILibrary/Classes/**/*.{m,h}",
"public_header_files": "FHSmartAPILibrary/Classes/**/*.h",
"dependencies": {
"AFNetworking": [
"~> 3.0.0"
]
}
}