blob: 81fbe7c29a2de7855105b8d6fa74f5efb3323259 [file] [log] [blame]
{
"name": "Startup",
"version": "0.1.10",
"summary": "Swift library that provides a declarative API for defining startup operations",
"description": "Startup is library that provides declarative components for defining apps startup operations.",
"homepage": "https://github.com/pepibumur/Startup",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Pedro Piñera Buendía": "pepibumur@gmail.com"
},
"social_media_url": "https://twitter.com/pepibumur",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/pepibumur/Startup.git",
"tag": "0.1.10"
},
"source_files": "Sources/**/*",
"frameworks": "Foundation",
"pushed_with_swift_version": "3.0"
}