[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 2 / 9 / 4 / RMessage / 1.0 / RMessage.podspec.json
blobbd6385e2cd6a74c7bf58ce07390aa2bd52c2cbf4
2   "name": "RMessage",
3   "version": "1.0",
4   "summary": "Easy to use and customizable messages/notifications for iOS à la Tweetbot.",
5   "description": "This framework provides an easy to use class to show little notification views on the top of the screen. (à la Tweetbot).\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.",
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": "1.0"
14   },
15   "social_media_url": "https://twitter.com/donileo",
16   "platforms": {
17     "ios": "7.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       "~> 3.0.0"
29     ],
30     "PPTopMostController": [
32     ]
33   }