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