[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / c / 7 / 1 / GKRToast / 0.0.5 / GKRToast.podspec.json
blob7484e3ca504ef9038c45d23ffb95330abda646b4
2   "name": "GKRToast",
3   "version": "0.0.5",
4   "summary": "iOS replay for Android Toast massages, made with easy customization in mind.",
5   "homepage": "https://github.com/AllinMobile/GKRToast",
6   "screenshots": [
7     "https://raw.githubusercontent.com/AllinMobile/GKRToast/master/Assets/GKRToast.gif",
8     "https://raw.githubusercontent.com/AllinMobile/GKRToast/master/Assets/AIMToast.gif",
9     "https://raw.githubusercontent.com/AllinMobile/GKRToast/master/Assets/AIMFancyToast.gif"
10   ],
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Maciej Gad": "https://github.com/MaciejGad"
17   },
18   "social_media_url": "https://twitter.com/maciej_gad",
19   "platforms": {
20     "ios": "7.0"
21   },
22   "source": {
23     "git": "https://github.com/AllinMobile/GKRToast.git",
24     "tag": "0.0.5"
25   },
26   "source_files": "*Toast.{h,m}",
27   "requires_arc": true,
28   "dependencies": {
29     "Masonry": [
30       "~> 0.6.2"
31     ]
32   }