blob: fbb1bd7eb4d48c90dd83de560f98b245acccfb6f [file] [log] [blame]
{
"name": "AlarmKit",
"version": "0.0.1",
"summary": "A simple way to create scheduled and repeating alarms in Swift.",
"description": "A simple way to create scheduled and repeating alarms in Swift. Can be used in iOS or OSX to make alarm clock apps, notification systems, or more.",
"homepage": "https://github.com/brimizer/AlarmKit",
"license": "MIT",
"authors": {
"Daniel Brim": "brimizer@gmail.com"
},
"source": {
"git": "https://github.com/brimizer/AlarmKit.git",
"tag": "0.0.1"
},
"social_media_url": "https://twitter.com/brimizer",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/**/*",
"resource_bundles": {
"AlarmKit": [
"Assets/*.png"
]
},
"frameworks": "Foundation"
}