blob: b177b83c390989dc37479fecbab25959ef2cbbbf [file] [log] [blame]
{
"name": "SpaceX",
"platforms": {
"ios": "10.0"
},
"swift_version": "4.0",
"requires_arc": true,
"version": "1.3.0",
"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.3.0"
},
"source_files": "SpaceX/*.swift",
"exclude_files": "Classes/Exclude",
"dependencies": {
"Alamofire": [
"~> 4.6.0"
],
"SwiftyJSON": [
"~> 4.0.0"
]
}
}