[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / b / 2 / 4 / GridAPISwiftClient / 0.0.5 / GridAPISwiftClient.podspec.json
blob612ef9ec5321e99c9f00d3b6f90c219f02f72eb1
2   "name": "GridAPISwiftClient",
3   "version": "0.0.5",
4   "summary": "An API Client for The Grid API services.",
5   "homepage": "https://github.com/the-grid/GridAPISwiftClient",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "Nick Velloff": "nick.velloff@gmail.com"
11   },
12   "social_media_url": "https://twitter.com/nickvelloff",
13   "platforms": {
14     "ios": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/the-grid/GridAPISwiftClient.git",
18     "tag": "0.0.5"
19   },
20   "source_files": [
21     "Classes",
22     "APIClient/**/*.swift"
23   ],
24   "requires_arc": true,
25   "dependencies": {
26     "Alamofire": [
27       "~> 3.4.1"
28     ],
29     "SwiftyJSON": [
30       "~> 2.3.1"
31     ]
32   }