blob: 5876ab5589ad0a77bb7bef6bd44f4aa094cb6b02 [file] [log] [blame]
{
"name": "SpaceXAPI-Swift",
"platforms": {
"ios": "11.0"
},
"summary": "SpaceXAPI-Swift is a swift wrapper for ApaceX API created by r/SpaceX.",
"requires_arc": true,
"version": "1.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sami Sharafeddine": "me@samisharaf.com"
},
"homepage": "https://github.com/devsamsh/SpaceXAPI-Swift",
"source": {
"git": "https://github.com/devsamsh/SpaceXAPI-Swift.git",
"tag": "1.0.0"
},
"dependencies": {
"Alamofire": [
"~> 4.8.1"
]
},
"source_files": "SpaceXAPI-Swift/**/*.{swift}",
"swift_version": "4.2"
}