blob: b28db834ecf94c401796c395dea5b5227cf9df36 [file] [log] [blame]
{
"name": "SGHTTPRequest",
"version": "1.8.2",
"summary": "A lightweight AFNetworking wrapper for making HTTP requests with minimal code, and callback blocks for success, failure, and retry.",
"homepage": "https://github.com/seatgeek/SGHTTPRequest",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": "SeatGeek",
"source": {
"git": "https://github.com/seatgeek/SGHTTPRequest.git",
"tag": "1.8.2"
},
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~>3.0"
],
"MGEvents": [
"~> 1.1"
]
},
"default_subspecs": [
"Core",
"UIKit"
],
"platforms": {
"ios": "7.0"
},
"subspecs": [
{
"name": "Core",
"platforms": {
"ios": "7.0",
"watchos": "2.0"
},
"source_files": "SGHTTPRequest/Core/**/*.{h,m}"
},
{
"name": "UIKit",
"platforms": {
"ios": "7.0"
},
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SG_INCLUDE_UIKIT=1"
},
"dependencies": {
"SGHTTPRequest/Core": [
]
},
"source_files": "SGHTTPRequest/UI/**/*.{h,m}"
}
]
}