[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / f / 7 / e / YJFNetworking / 0.1.0 / YJFNetworking.podspec.json
blob17a1b3ac42f8c92291fd31f420579ee5a4a94b6a
2   "name": "YJFNetworking",
3   "version": "0.1.0",
4   "summary": "网络请求类针对AFNetworking的封装",
5   "description": "YTKNetworking的copy版。代码里加了部分注释,仅仅为了学习。如有需要请直接使用YTKNetworking,https://github.com/yuantiku/YTKNetwork。",
6   "homepage": "https://github.com/sclcoder/YJFNetworking",
7   "license": "MIT",
8   "authors": {
9     "sclcoder": "sclcoder@163.com"
10   },
11   "source": {
12     "git": "https://github.com/sclcoder/YJFNetworking.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source_files": "YJFNetworking/Classes/**/*",
19   "frameworks": "UIKit",
20   "dependencies": {
21     "AFNetworking": [
22       "~> 3.1.0"
23     ]
24   }