[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / c / e / 8 / SGAPI / 1.2.0 / SGAPI.podspec.json
blob0fa02ce13d008e937eea2048197a892c0b3d5a0a
2   "name": "SGAPI",
3   "version": "1.2.0",
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     "watchos": "2.0",
13     "ios": "7.0"
14   },
15   "source": {
16     "git": "https://github.com/seatgeek/SGAPI.git",
17     "tag": "1.2.0"
18   },
19   "source_files": "SGAPI/**/*.{h,m}",
20   "requires_arc": true,
21   "dependencies": {
22     "SGHTTPRequest": [
23       ">= 1.7.0"
24     ]
25   }