[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 7 / a / 5 / YBNetworking / 0.0.8 / YBNetworking.podspec.json
blobaaddd88ef85081e42a4f2a76951655777d4a21a3
2   "name": "YBNetworking",
3   "version": "0.0.8",
4   "summary": "A lightweight but powerful network library with simplified and expressive syntax based on AFNetworking.",
5   "homepage": "https://gitee.com/zhencanbing/YBNetworking",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "YBGO": "zhencanbing@jlpay.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "git@gitee.com:zhencanbing/YBNetworking.git",
18     "tag": "v0.0.8"
19   },
20   "source_files": "YBNetworking/*.{h,m}",
21   "public_header_files": "YBNetworking/*.h",
22   "requires_arc": true,
23   "dependencies": {
24     "AFNetworking": [
25       "~> 3.2.1"
26     ]
27   }