[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / c / e / 8 / SGAPI / 1.1.1 / SGAPI.podspec.json
blob40f117bc2eb6545ed40ce23d72931d721c459ae7
2   "name": "SGAPI",
3   "version": "1.1.1",
4   "summary": "An iOS SDK for querying the SeatGeek Platform web service.",
5   "homepage": "http://platform.seatgeek.com",
6   "license": {
7     "type": "BSD",
8     "file": "LICENSE"
9   },
10   "authors": "SeatGeek",
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/seatgeek/SGAPI.git",
16     "tag": "1.1.1"
17   },
18   "source_files": "SGAPI/**/*.{h,m}",
19   "requires_arc": true,
20   "dependencies": {
21     "SGHTTPRequest": [
22       ">= 1.1.0"
23     ]
24   }