[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 3 / 7 / SGHTTPRequest / 1.9.0 / SGHTTPRequest.podspec.json
blobc2d681b526385c402ede9d854ecd653eab8d87ba
2   "name": "SGHTTPRequest",
3   "version": "1.9.0",
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.9.0"
14   },
15   "requires_arc": true,
16   "dependencies": {
17     "AFNetworking/NSURLSession": [
18       "~>3.0"
19     ],
20     "AFNetworking/Reachability": [
21       "~>3.0"
22     ],
23     "MGEvents": [
24       "~> 1.1"
25     ]
26   },
27   "default_subspecs": [
28     "Core",
29     "UIKit"
30   ],
31   "platforms": {
32     "ios": "9.0"
33   },
34   "subspecs": [
35     {
36       "name": "Core",
37       "platforms": {
38         "ios": "9.0"
39       },
40       "source_files": "SGHTTPRequest/Core/**/*.{h,m}"
41     },
42     {
43       "name": "UIKit",
44       "platforms": {
45         "ios": "9.0"
46       },
47       "xcconfig": {
48         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SG_INCLUDE_UIKIT=1"
49       },
50       "dependencies": {
51         "SGHTTPRequest/Core": [
53         ]
54       },
55       "source_files": "SGHTTPRequest/UI/**/*.{h,m}"
56     }
57   ]