blob: 1f25f6e7abeed831ffc5061bc31d9341c0db5c33 [file] [log] [blame]
{
"name": "SwiftTrigger",
"version": "2.0.3",
"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": "2.0.3"
},
"source_files": "SwiftTrigger/*.swift",
"resources": "SwiftTrigger/*.xcdatamodeld"
}