[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / 9 / 4 / RMessage / 2.1.1 / RMessage.podspec.json
blob5d84e5ea0b9d8adc05510ed1789f61d51f00c053
2   "name": "RMessage",
3   "version": "2.1.1",
4   "summary": "Easy to use and customizable messages/notifications for iOS",
5   "description": "This framework provides an easy to use class to show little notification views on the top of the screen.\nThe notification moves from the top of the screen underneath the navigation bar and stays there for a few seconds, depending on the length of the displayed text. To dismiss a notification before the time runs out, the user can swipe it to the top or just tap it.\nThere are 4 different types already set up for you: Success, Error, Warning, Message, Custom.",
6   "homepage": "https://github.com/donileo/RMessage",
7   "license": "MIT",
8   "authors": {
9     "Adonis Peralta": "donileo@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/donileo/RMessage.git",
13     "tag": "2.1.1"
14   },
15   "social_media_url": "https://twitter.com/donileo",
16   "platforms": {
17     "ios": "9.0"
18   },
19   "requires_arc": true,
20   "source_files": "RMessage/**/*.{h,m}",
21   "resources": [
22     "RMessage/Resources/**/*.xib",
23     "RMessage/Assets/**/*.{png,jpg,json}"
24   ],
25   "public_header_files": "RMessage/*.h",
26   "dependencies": {
27     "HexColors": [
28       "~> 4.0"
29     ],
30     "PPTopMostController": [
32     ]
33   }