blob: 45d0b3a8b9aab287be719472b43b8a43d91026a5 [file] [log] [blame]
{
"name": "SGHTTPRequest",
"version": "1.0.1",
"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.0.1"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
]
}
}