blob: ddafc19262abac530454b05350ff96ea62a6f4f2 [file] [log] [blame]
{
"name": "Robin",
"version": "0.95.0",
"summary": "A notifications scheduler written in Swift.",
"swift_versions": "4.2",
"description": "Robin is a notifications scheduler that provides an interface to schedule notifications using the UserNotifications framework.",
"homepage": "https://github.com/ahmdx/Robin",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ahmed Mohamed": "dev@ahmd.pro"
},
"source": {
"git": "https://github.com/ahmdx/Robin.git",
"tag": "0.95.0"
},
"platforms": {
"ios": "10.0",
"watchos": "3.0",
"osx": "10.14"
},
"source_files": "Sources/**/*",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"platforms": {
"ios": "10.0",
"osx": "10.14"
},
"source_files": "Tests/**/*"
}
],
"swift_version": "4.2"
}