blob: 5b114db2dd999647bb9239a95394824bf78d23af [file] [log] [blame]
{
"name": "SGAPI",
"version": "1.3.1",
"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": "8.0"
},
"source": {
"git": "https://github.com/seatgeek/SGAPI.git",
"tag": "1.3.1"
},
"source_files": "SGAPI/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"SGHTTPRequest/Core": [
">= 1.8.1"
]
}
}