| { |
| "name": "JDFNotificationView", |
| "version": "1.0", |
| "summary": "A UIView subclass for easily showing simple notifications to the user.", |
| "description": " JDFNotificationView is a simple UIView subclass that makes it easy to show simple notifications to the user without getting in their way.\n", |
| "homepage": "https://github.com/JoeFryer/JDFNotificationView", |
| "license": "MIT", |
| "authors": { |
| "Joe Fryer": "joe.d.fryer@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/JoeFryer/JDFNotificationView.git", |
| "tag": "1.0" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes", |
| "resource_bundles": { |
| "JDFNotificationView": [ |
| "Pod/Assets/*.png" |
| ] |
| }, |
| "frameworks": "UIKit" |
| } |