[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 2 / b / RaisinToast / 1.0.5 / RaisinToast.podspec.json
blob50bb07a10659c6896af1f2aa971b0501c0127beb
2   "name": "RaisinToast",
3   "version": "1.0.5",
4   "summary": "A UIWindow subclass used to message information to the users of your app.",
5   "description": "RaisinToast provides a messaging window layer and a default \"toast\" view controller, ideal for presenting errors, warnings and feedback throughout your app. Think of it as bringing the really useful messaging concept of Android Toast to iOS.\n\nRaisinToast is simple to configure and minimizes the amount of notification code you have to add to your app to get consistent app-wide messaging.",
6   "homepage": "https://github.com/Raizlabs/RaisinToast",
7   "license": "MIT",
8   "authors": {
9     "adamhrz": "adam.howitt@raizlabs.com",
10     "arrouse": "alex@raizlabs.com"
11   },
12   "source": {
13     "git": "https://github.com/Raizlabs/RaisinToast.git",
14     "tag": "1.0.5"
15   },
16   "social_media_url": "https://twitter.com/earnshavian",
17   "platforms": {
18     "ios": "6.0"
19   },
20   "requires_arc": true,
21   "source_files": "Pod/Classes/**/*.[hm]",
22   "resources": "Pod/Assets/*.{xib}",
23   "public_header_files": "Pod/Classes/**/*.h",
24   "frameworks": "UIKit"