blob: 0137e3b3563ab25a5de13318ab5a61707377b69a [file] [log] [blame]
{
"name": "CocoaDaemon",
"version": "0.9.2",
"summary": "Daemon Kit to manage background closures to be called each set period of time.",
"homepage": "https://github.com/ideastouch/CocoaDaemon",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Gustavo Halperin": "gustavoh@ideastouch.com"
},
"social_media_url": "http://twitter.com/ideastouch",
"platforms": {
"ios": "11.0"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/ideastouch/CocoaDaemon.git",
"tag": "0.9.2"
},
"source_files": "CocoaDaemon/CocoaDaemon/**/*.{h,swift}",
"requires_arc": true
}