blob: 9f5569dd0469ac211f08591a72eafdb9e99f98e8 [file] [log] [blame]
{
"name": "YTKNetwork-MV",
"version": "0.0.1",
"summary": "基于AFNetowrking网络框架 YTKNetwork-MV.",
"description": "基于AFNetowrking网络框架 YTKNetwork-MV.",
"homepage": "https://github.com/boyssimple/YTKNetwork-MV.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"luowei": "luowei@cqyanyu.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/boyssimple/YTKNetwork-MV.git",
"tag": "0.0.1"
},
"source_files": "Sources/**/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"AFNetworking": [
"~> 3.2.1"
]
}
}