blob: 14e50ec182fe19ab867260a972a675789e074bd5 [file] [log] [blame]
{
"name": "Tally",
"version": "1.0.2",
"summary": "Tally is a simple framework that checks how many times the user has opened the application",
"homepage": "https://github.com/stockx/Tally",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Laurent Shala": "laurentshala@icloud.com"
},
"social_media_url": "https://twitter.com/laurentshala",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/stockx/Tally.git",
"tag": "1.0.2"
},
"source_files": "Tally/Classes/**/*",
"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.",
"pushed_with_swift_version": "3.0"
}