[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 3 / 7 / SGHTTPRequest / 1.8.1 / SGHTTPRequest.podspec.json
blob500d4d3892ed4c203558d9d48437b6acbf586546
2   "name": "SGHTTPRequest",
3   "version": "1.8.1",
4   "summary": "A lightweight AFNetworking wrapper for making HTTP requests with minimal code, and callback blocks for success, failure, and retry.",
5   "homepage": "https://github.com/seatgeek/SGHTTPRequest",
6   "license": {
7     "type": "BSD",
8     "file": "LICENSE"
9   },
10   "authors": "SeatGeek",
11   "source": {
12     "git": "https://github.com/seatgeek/SGHTTPRequest.git",
13     "tag": "1.8.1"
14   },
15   "requires_arc": true,
16   "dependencies": {
17     "AFNetworking": [
18       "~>3.0"
19     ],
20     "MGEvents": [
21       "~> 1.1"
22     ]
23   },
24   "default_subspecs": [
25     "Core",
26     "UIKit"
27   ],
28   "platforms": {
29     "ios": "7.0",
30     "watchos": "2.0"
31   },
32   "subspecs": [
33     {
34       "name": "Core",
35       "source_files": "SGHTTPRequest/Core/**/*.{h,m}"
36     },
37     {
38       "name": "UIKit",
39       "xcconfig": {
40         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SG_INCLUDE_UIKIT=1"
41       },
42       "dependencies": {
43         "SGHTTPRequest/Core": [
45         ]
46       },
47       "source_files": "SGHTTPRequest/UI/**/*.{h,m}"
48     }
49   ]