blob: 0fa02ce13d008e937eea2048197a892c0b3d5a0a [file] [log] [blame]
{
"name": "SGAPI",
"version": "1.2.0",
"summary": "An iOS SDK for querying the SeatGeek Platform web service.",
"homepage": "http://platform.seatgeek.com",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": "SeatGeek",
"platforms": {
"watchos": "2.0",
"ios": "7.0"
},
"source": {
"git": "https://github.com/seatgeek/SGAPI.git",
"tag": "1.2.0"
},
"source_files": "SGAPI/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"SGHTTPRequest": [
">= 1.7.0"
]
}
}