[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 6 / 7 / 8 / FRNetworking / 1.0.1 / FRNetworking.podspec.json
blob00f7de288d3d55116330d23b3bc81b0a15259495
2   "name": "FRNetworking",
3   "version": "1.0.1",
4   "platforms": {
5     "ios": "7.0"
6   },
7   "summary": "Secondary packaging library for AFN",
8   "homepage": "https://github.com/fanrongQu/FRNetworking",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "FR": "1366225686@qq.com"
15   },
16   "source": {
17     "git": "https://github.com/fanrongQu/FRNetworking.git",
18     "tag": "1.0.1"
19   },
20   "source_files": "FRNetworking/*.{h,m}",
21   "requires_arc": true,
22   "frameworks": "CFNetwork",
23   "dependencies": {
24     "AFNetworking": [
25       "~> 3.0"
26     ],
27     "YYCache": [
28       "~> 1.0.4"
29     ]
30   }