blob: d5a499e9b604b37c0d1cce4ad2f75b150b2b76cc [file] [log] [blame]
{
"name": "SwiftTrigger",
"version": "0.1.10",
"summary": "SwiftTrigger 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.10"
},
"source_files": "SwiftTrigger/SwiftTrigger.swift",
"resources": "SwiftTrigger/SwiftTriggerModel.xcdatamodeld",
"pushed_with_swift_version": "4.0"
}