blob: 2b49a320d8480f51c3679c4b9baad0a253121b39 [file] [log] [blame]
{
"name": "SGHTTPRequest",
"version": "1.7.0",
"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",
"platforms": {
"watchos": "2.0",
"ios": "7.0"
},
"source": {
"git": "https://github.com/seatgeek/SGHTTPRequest.git",
"tag": "1.7.0"
},
"source_files": "SGHTTPRequest/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~>3.0"
],
"MGEvents": [
"~> 1.1"
]
}
}