[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 4 / d / SpaceX / 1.2.9 / SpaceX.podspec.json
blob382310a774c755aeee7c32eb1a272cea41c4ab8d
2   "name": "SpaceX",
3   "platforms": {
4     "ios": "10.0"
5   },
6   "swift_version": "4.0",
7   "requires_arc": true,
8   "version": "1.2.9",
9   "summary": "A wrapper for the SpaceX launch API.",
10   "description": "A simple API wrapper for the SpaceX launch API. Allows the rapid development of applications relating to SpaceX.",
11   "homepage": "https://github.com/robbroadwell/space-x",
12   "license": {
13     "type": "MIT",
14     "file": "LICENSE"
15   },
16   "authors": {
17     "Rob Broadwell": "hello@robbroadwell.com"
18   },
19   "source": {
20     "git": "https://github.com/robbroadwell/space-x.git",
21     "tag": "1.2.9"
22   },
23   "source_files": "*",
24   "exclude_files": "Classes/Exclude",
25   "dependencies": {
26     "Alamofire": [
27       "~> 4.6.0"
28     ],
29     "SwiftyJSON": [
30       "~> 4.0.0"
31     ]
32   }