blob: d5ff265224656e2947ca1789a42fc7ca62780285 [file] [log] [blame]
{
"name": "KNAfn",
"version": "0.1.2",
"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.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "KNAfn/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"RealReachability": [
"~> 1.1.8"
]
}
}