blob: 69b28c74ff0a7fc1973c2610005ca1662ccd1c0d [file] [log] [blame]
{
"name": "WaitForIt",
"version": "0.4.0",
"platforms": {
"ios": "10.0"
},
"summary": "In app event and time based scenarios made easy",
"description": "WaitForIt simplifies implementing common app development scenarios, like:\n\"Display a tutorial screen when user launches an app for the first time.\"\n\"Ask user for a review, but only if he installed the app more then two weeks ago and launched it at least 5 times.\"\n\"Ask user to buy a subscription once every 3 days, but no more then 5 times in total.\"\n\netc.",
"homepage": "https://github.com/pawurb/WaitForIt",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"pawurb": "p.urbanek89@gmail.com"
},
"source": {
"git": "https://github.com/pawurb/WaitForIt.git",
"tag": "0.4.0"
},
"source_files": "WaitForIt/**/*.swift",
"pushed_with_swift_version": "3.0"
}