blob: afb2844c6ce6d347ba21f9eb751d839bedc7e776 [file] [log] [blame]
{
"name": "WKJNetworking",
"version": "1.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "一个流畅的链式请求框架(基于AFNetworking实现)",
"homepage": "https://github.com/Jerry-Zed/WKJNetworking",
"source": {
"git": "https://github.com/Jerry-Zed/WKJNetworking.git",
"tag": "1.0.0"
},
"source_files": "WKJNetworking/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"AFNetworking": [
"~>3.2"
]
},
"authors": {
"WKJ": "843377736@qq.com"
},
"social_media_url": "https://www.wkjstudio.com"
}