blob: f97c43dadb67d36284ae0f31acde038efc21b982 [file] [log] [blame]
{
"name": "Tally",
"version": "0.5.0",
"summary": "Simple framework do events based on the number of times user has open the application",
"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.",
"homepage": "https://github.com/stockx/Tally",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Laurent Shala": "laurentshala@icloud.com"
},
"source": {
"git": "https://github.com/stockx/Tally.git",
"tag": "0.5.0"
},
"social_media_url": "https://twitter.com/laurentshala",
"platforms": {
"ios": "8.0"
},
"source_files": "Tally/Classes/**/*",
"pushed_with_swift_version": "3.0"
}