blob: 94ac630406fbee277c2d0ae1b9d78146d7643a59 [file] [log] [blame]
{
"name": "KNAfn",
"version": "0.1.1",
"summary": "对AFNetworking的二次封装.",
"description": "对AFNetworking的二次封装,以方便自己的使用.",
"homepage": "https://github.com/kenan0620/KNAfn",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kenan": "houkenan0620@126.com"
},
"source": {
"git": "https://github.com/kenan0620/KNAfn.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "KNAfn/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"RealReachability": [
"~> 1.1.8"
]
}
}