[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 6 / 0 / Tally / 0.5.1 / Tally.podspec.json
blob488db24a669f9ce34ad4d77e90cd2bdbc58621ae
2   "name": "Tally",
3   "version": "0.5.1",
4   "summary": "Simple framework do events based on the number of times user has open the application",
5   "homepage": "https://github.com/stockx/Tally",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Laurent Shala": "laurentshala@icloud.com"
12   },
13   "social_media_url": "https://twitter.com/laurentshala",
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/stockx/Tally.git",
19     "tag": "0.5.1"
20   },
21   "source_files": "Tally/Classes/**/*",
22   "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.",
23   "pushed_with_swift_version": "3.0"