[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 7 / f / d / SwiftTrigger / 0.1.13 / SwiftTrigger.podspec.json
blob48bd7c504022c6cf48583fd8c6802dcd235eef4a
2   "name": "SwiftTrigger",
3   "version": "0.1.13",
4   "summary": "SwiftTrigger is used to easily check if some events should be trigged by executing times.",
5   "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",
6   "homepage": "https://github.com/guoyingtao/Trigger",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Yingtao Guo": "guoyingtao@outlook.com"
13   },
14   "social_media_url": "http://twitter.com/guoyingtao",
15   "platforms": {
16     "ios": "10.0"
17   },
18   "source": {
19     "git": "https://github.com/guoyingtao/Trigger.git",
20     "tag": "0.1.13"
21   },
22   "source_files": "SwiftTrigger/*.swift",
23   "resources": "SwiftTrigger/*.xcdatamodeld"