[Add] SJPromise 0.0.3
[CocoaPods.git] / Specs / f / 2 / c / BDToastAlert / 0.0.1 / BDToastAlert.podspec.json
blob4ec5501cbc6e7dbff08815a61f97af951a8acf66
2   "name": "BDToastAlert",
3   "version": "0.0.1",
4   "license": "BSD",
5   "summary": "A simple UIKit class for displaying non-obstructive message labels on iOS UIView.",
6   "homepage": "https://github.com/norsez/BDToastAlert",
7   "authors": {
8     "Norsez Orankijanan": "norsez@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/norsez/BDToastAlert.git",
12     "tag": "0.0.1"
13   },
14   "description": "A simple UIKit class for displaying non-obstructive message labels on iOS UIView. Sometimes your app might want to display messages to user, but not needing user interaction to acknowledge those messages. BDAlertView can do that.",
15   "platforms": {
16     "ios": null
17   },
18   "source_files": [
19     "Classes",
20     "BDToastAlert/BDToastAlert/BDToastAlert"
21   ],
22   "frameworks": "QuartzCore",
23   "requires_arc": true