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