blob: 1c3787a20ee92027d946c88e858d4e0ded322760 [file] [log] [blame]
{
"name": "YQNetworking",
"version": "0.0.3",
"summary": "a light weight framework",
"homepage": "https://github.com/sevnqiao/NetWork",
"license": "MIT",
"authors": {
"sevn_Xiong": "1020203007@qq.com"
},
"source": {
"git": "https://github.com/sevnqiao/NetWork.git",
"tag": "0.0.3"
},
"source_files": "NetWork/NetWork/*.{h,m}",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"AFNetworking": [
"~> 2.6.0"
],
"MJExtension": [
"~> 3.0.13"
],
"YYModel": [
"~> 1.0.4"
]
}
}