[Add] AWSPinpoint 2.40.1
[CocoaPods.git] / Specs / b / 3 / 7 / SGHTTPRequest / 1.8.2 / SGHTTPRequest.podspec.json
blobb28db834ecf94c401796c395dea5b5227cf9df36
2   "name": "SGHTTPRequest",
3   "version": "1.8.2",
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.2"
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   },
31   "subspecs": [
32     {
33       "name": "Core",
34       "platforms": {
35         "ios": "7.0",
36         "watchos": "2.0"
37       },
38       "source_files": "SGHTTPRequest/Core/**/*.{h,m}"
39     },
40     {
41       "name": "UIKit",
42       "platforms": {
43         "ios": "7.0"
44       },
45       "xcconfig": {
46         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SG_INCLUDE_UIKIT=1"
47       },
48       "dependencies": {
49         "SGHTTPRequest/Core": [
51         ]
52       },
53       "source_files": "SGHTTPRequest/UI/**/*.{h,m}"
54     }
55   ]