[Add] LiveKitWebRTC-Vama 125.6422.11
[CocoaPods.git] / Specs / 4 / d / 6 / StreakManager / 1.0.0 / StreakManager.podspec.json
blobea26404a9b9381cc397e0e193c86b18b7254f0fd
2   "name": "StreakManager",
3   "version": "1.0.0",
4   "summary": "Count the streak usage of your app.",
5   "description": "A wrapper to count the streak usage of your app. Count: Days, Weeks, Months and Years.",
6   "homepage": "https://github.com/OpenCraft/StreakManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Henrique Morbin": "morbin_@hotmail.com"
13   },
14   "source": {
15     "git": "https://github.com/OpenCraft/StreakManager.git",
16     "tag": "1.0.0"
17   },
18   "social_media_url": "https://twitter.com/Morbin_",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "StreakManager/Classes/**/*",
23   "dependencies": {
24     "SwiftDate": [
25       "~> 3.0.8"
26     ]
27   }