[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 5 / c / 4 / SKNetworkRequest / 0.0.7 / SKNetworkRequest.podspec.json
blobe38b93250e0bac60f5243b1dc54a9feb1113964b
2   "name": "SKNetworkRequest",
3   "version": "0.0.7",
4   "summary": "A network  based on  AFNetworking 3.x+",
5   "description": "网络通用\nSKNetworkRequest",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "homepage": "https://github.com/shaveKevin/SKNetworkRequest",
11   "authors": {
12     "shavekevin": "shavekevin@gmail.com"
13   },
14   "social_media_url": "http://www.shavekevin.com",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "SKNetworkRequest/**/*.{h,m}",
20   "public_header_files": "SKNetworkRequest/**/*.{h}",
21   "source": {
22     "git": "https://github.com/shaveKevin/SKNetworkRequest.git",
23     "tag": "0.0.7"
24   },
25   "dependencies": {
26     "AFNetworking": [
27       "~> 3.1.0"
28     ]
29   },
30   "frameworks": "Foundation"