blob: 17a1b3ac42f8c92291fd31f420579ee5a4a94b6a [file] [log] [blame]
{
"name": "YJFNetworking",
"version": "0.1.0",
"summary": "网络请求类针对AFNetworking的封装",
"description": "YTKNetworking的copy版。代码里加了部分注释,仅仅为了学习。如有需要请直接使用YTKNetworking,https://github.com/yuantiku/YTKNetwork。",
"homepage": "https://github.com/sclcoder/YJFNetworking",
"license": "MIT",
"authors": {
"sclcoder": "sclcoder@163.com"
},
"source": {
"git": "https://github.com/sclcoder/YJFNetworking.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "YJFNetworking/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
]
}
}