blob: 8b5a174754b2ffb19f5dac79e618e6293cdd79cb [file] [log] [blame]
{
"name": "SGHTTPRequest",
"version": "1.1.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": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/seatgeek/SGHTTPRequest.git",
"tag": "1.1.0"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
]
}
}