blob: aa1c38fd698191868d0c8515ff3589caf1743444 [file] [log] [blame]
{
"name": "FZNetworkEngine",
"version": "0.0.1",
"summary": "A short description of FZNetworkEngine.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/wufuzeng/FZNetworkEngine",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wufuzeng": "wufuzeng_lucky@sina.com"
},
"source": {
"git": "https://github.com/wufuzeng/FZNetworkEngine.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"FZNetworkEngine/Classes/*.{h,m}",
"FZNetworkEngine/Classes/Private/*.{h,m}"
],
"public_header_files": "FZNetworkEngine/Classes/FZNetworkEngine.h",
"frameworks": "Foundation",
"private_header_files": [
"FZNetworkEngine/Classes/Private/*.h",
"Foundation",
"UIKit"
],
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
]
}
}