blob: ea26404a9b9381cc397e0e193c86b18b7254f0fd [file] [log] [blame]
{
"name": "StreakManager",
"version": "1.0.0",
"summary": "Count the streak usage of your app.",
"description": "A wrapper to count the streak usage of your app. Count: Days, Weeks, Months and Years.",
"homepage": "https://github.com/OpenCraft/StreakManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Henrique Morbin": "morbin_@hotmail.com"
},
"source": {
"git": "https://github.com/OpenCraft/StreakManager.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/Morbin_",
"platforms": {
"ios": "8.0"
},
"source_files": "StreakManager/Classes/**/*",
"dependencies": {
"SwiftDate": [
"~> 3.0.8"
]
}
}