[Add] CookieOvenWebtoon 3.2.6
[CocoaPods.git] / Specs / 2 / 9 / 4 / RMessage / 3.0.3 / RMessage.podspec.json
blob5c87229157b295380aa10f4e23891850b02fb439
2   "name": "RMessage",
3   "version": "3.0.3",
4   "license": "MIT",
5   "summary": "Easy to use and customizable messages/notifications for iOS",
6   "homepage": "https://github.com/donileo/RMessage",
7   "description": "This framework provides an easy to use class to show small customizable notification views on to the screen.\nThe notification animates on to the screen to your target position, top, bottom, etc and then dismisses according to various options, automatic, on tap, on swipe, never etc.\nThere are 4 different types already set up for you: Success, Error, Warning, Message, Custom. Give it a try!",
8   "authors": {
9     "Adonis Peralta": "donileo@gmail.com"
10   },
11   "social_media_url": "https://twitter.com/donileo",
12   "source": {
13     "git": "https://github.com/donileo/RMessage.git",
14     "tag": "3.0.3"
15   },
16   "platforms": {
17     "ios": "11.0"
18   },
19   "swift_version": "4.1",
20   "requires_arc": true,
21   "source_files": "Sources/**/*.{swift}",
22   "resources": [
23     "Sources/Resources/**/*.xib",
24     "Sources/Assets/**/*.{png,jpg,jpeg,json,pdf}"
25   ],
26   "dependencies": {
27     "HexColors": [
28       "~> 6.0"
29     ]
30   }