[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / a / 5 / 3 / TSMessages / 0.9.1 / TSMessages.podspec.json
blobf818083e86711e97d7ec52a9af0a1186c8f2aea2
2   "name": "TSMessages",
3   "version": "0.9.1",
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": "felix@toursprung.com"
10   },
11   "source": {
12     "git": "https://github.com/toursprung/TSMessages.git",
13     "tag": "0.9.1"
14   },
15   "platforms": {
16     "ios": "5.0"
17   },
18   "source_files": [
19     "Classes/**/*.{h,m}",
20     "Views/**/*.{h,m}"
21   ],
22   "resources": "Resources/**/*.{png,json}",
23   "requires_arc": true,
24   "dependencies": {
25     "MLUIColorAdditions": [
27     ]
28   }