[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 7 / 1 / GKRToast / 0.0.4 / GKRToast.podspec.json
blobb3d34dc46d2810b4a18483b81be1bcf261c5fb4e
2   "name": "GKRToast",
3   "version": "0.0.4",
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.4"
25   },
26   "source_files": "*Toast.{h,m}",
27   "requires_arc": true,
28   "dependencies": {
29     "Masonry": [
30       "~> 0.6.2"
31     ]
32   }