[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 6 / 0 / Tally / 1.0.1 / Tally.podspec.json
blobaf73a0f410c6359945a4ac9550a9922e4afce0ff
2   "name": "Tally",
3   "version": "1.0.1",
4   "summary": "Tally is a simple framework that checks how many times the user has opened 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": "1.0.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"