[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 6 / 7 / SKNetWorking / 0.0.4 / SKNetWorking.podspec.json
blobd43596ce1a205eecc01ff1b4357c0fe702091da2
2   "name": "SKNetWorking",
3   "version": "0.0.4",
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.4"
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   }