blob: 9781ed0adbbce3464ecdf31f272de226d283b6a0 [file] [log] [blame]
{
"name": "SGHTTPRequest",
"version": "1.5.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.5.0"
},
"source_files": "**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~>2.0"
]
}
}