[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 5 / 3 / TSMessages / 0.9.5 / TSMessages.podspec.json
blob9c882b1eba98d2ab203ccf6ec36c94b366c6e123
2   "name": "TSMessages",
3   "version": "0.9.5",
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.\n",
6   "homepage": "https://github.com/toursprung/TSMessages/",
7   "license": "MIT",
8   "authors": {
9     "Felix Krause": "krausefx@gmail.com"
10   },
11   "social_media_url": "https://twitter.com/KrauseFx",
12   "source": {
13     "git": "https://github.com/toursprung/TSMessages.git",
14     "tag": "0.9.5"
15   },
16   "platforms": {
17     "ios": "5.0"
18   },
19   "source_files": [
20     "TSMessages/Classes/**/*.{h,m}",
21     "TSMessages/Views/**/*.{h,m}"
22   ],
23   "resources": "TSMessages/Resources/**/*.{png,json}",
24   "requires_arc": true,
25   "dependencies": {
26     "HexColors": [
27         "~> 2.2.0"
28     ]
29   }