[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 0 / 4 / f / JDFNotificationView / 1.0 / JDFNotificationView.podspec.json
blobff8fcaeb59aff85fa4aa5d27325d232450f432a5
2   "name": "JDFNotificationView",
3   "version": "1.0",
4   "summary": "A UIView subclass for easily showing simple notifications to the user.",
5   "description": "                        JDFNotificationView is a simple UIView subclass that makes it easy to show simple notifications to the user without getting in their way.\n",
6   "homepage": "https://github.com/JoeFryer/JDFNotificationView",
7   "license": "MIT",
8   "authors": {
9     "Joe Fryer": "joe.d.fryer@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/JoeFryer/JDFNotificationView.git",
13     "tag": "1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes",
20   "resource_bundles": {
21     "JDFNotificationView": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "frameworks": "UIKit"