[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 5 / 6 / 0 / Tally / 0.5.0 / Tally.podspec.json
blobf97c43dadb67d36284ae0f31acde038efc21b982
2   "name": "Tally",
3   "version": "0.5.0",
4   "summary": "Simple framework do events based on the number of times user has open the application",
5   "description": "Tally is used to check how many times the user has opened the application using a\nsimple `if` statement. This adds a lot of flexability on when you want something to happen.\nWant to fire off an alert after the 15th opening? Easy.",
6   "homepage": "https://github.com/stockx/Tally",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Laurent Shala": "laurentshala@icloud.com"
13   },
14   "source": {
15     "git": "https://github.com/stockx/Tally.git",
16     "tag": "0.5.0"
17   },
18   "social_media_url": "https://twitter.com/laurentshala",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "Tally/Classes/**/*",
23   "pushed_with_swift_version": "3.0"