blob: 382310a774c755aeee7c32eb1a272cea41c4ab8d [file] [log] [blame]
{
"name": "SpaceX",
"platforms": {
"ios": "10.0"
},
"swift_version": "4.0",
"requires_arc": true,
"version": "1.2.9",
"summary": "A wrapper for the SpaceX launch API.",
"description": "A simple API wrapper for the SpaceX launch API. Allows the rapid development of applications relating to SpaceX.",
"homepage": "https://github.com/robbroadwell/space-x",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Rob Broadwell": "hello@robbroadwell.com"
},
"source": {
"git": "https://github.com/robbroadwell/space-x.git",
"tag": "1.2.9"
},
"source_files": "*",
"exclude_files": "Classes/Exclude",
"dependencies": {
"Alamofire": [
"~> 4.6.0"
],
"SwiftyJSON": [
"~> 4.0.0"
]
}
}