blob: 6bf9a34526a45acbd99918823b2f6fe00f1d45f7 [file] [log] [blame]
{
"name": "TwentyFourSeven",
"version": "0.0.1",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/dommmel/TwentyFourSeven",
"authors": {
"Dominik Heier": "dommmel@gmail.com"
},
"summary": "Schedule when your app should be allowed to go idle and when it should not",
"source": {
"git": "https://github.com/dommmel/TwentyFourSeven.git",
"tag": "0.0.1"
},
"source_files": "*.swift",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"resource_bundles": {
"Settings": "ShopHours.plist"
},
"dependencies": {
"NSUserDefaults+SettingsBundle": [
"~> 0.0.2"
]
}
}