[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 6 / 7 / SKNetWorking / 0.0.3 / SKNetWorking.podspec.json
blob42c00021c31a0ae7c077415dd6564542d182ecbe
2   "name": "SKNetWorking",
3   "version": "0.0.3",
4   "summary": "基于AFNetWorking的二次封装",
5   "description": "基于AFNetWorking的离散型接口访问基本框架",
6   "homepage": "https://github.com/Mr-Wei/SKNetWorking",
7   "license": "MIT",
8   "authors": {
9     "Wei": "weiyuchen1109\u0010@163.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/Mr-Wei/SKNetWorking.git",
16     "tag": "0.0.3"
17   },
18   "source_files": "SKNetWorking/Classes/*.{h,m}",
19   "exclude_files": "Classes/Exclude",
20   "dependencies": {
21     "YYCache": [
22       "~> 1.0.4"
23     ],
24     "AFNetworking": [
25       "~> 3.0"
26     ]
27   }