blob: 1f95750de8e7c7fb0657ccac91b25042a139fff4 [file] [log] [blame]
{
"name": "SwiftTrigger",
"version": "0.1.0",
"summary": "Trigger is used to easily check if some events should be trigged by executing times.",
"description": "The event can be trigged by following cases\n* The first time run\n* The N time run\n* every N times run\n* every N times run but stop after repeating M times",
"homepage": "https://github.com/guoyingtao/Trigger",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Yingtao Guo": "guoyingtao@outlook.com"
},
"social_media_url": "http://twitter.com/guoyingtao",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/guoyingtao/Trigger.git",
"tag": "0.1.0"
},
"source_files": "Trigger/Trigger.swift",
"resources": "Trigger/TriggerModel.xcdatamodeld",
"pushed_with_swift_version": "4.0"
}