blob: f59e5829cf139e766393177078f4ae486819d1b0 [file] [log] [blame]
{
"name": "KVAFNetworking",
"version": "1.0.1",
"summary": "This is a based on network request.",
"description": "This is a based on network request afnetworking 3.0 encapsulation.",
"homepage": "https://github.com/9025316/KVAFNetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"韩问": "9025316@qq.com"
},
"source": {
"git": "https://github.com/9025316/KVAFNetworking.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"KVAFNetworking/*",
"KVAFNetworking/Cache/*",
"KVAFNetworking/RequestManager/*",
"KVAFNetworking/Vendor/*"
],
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
]
}
}