| { |
| "name": "UIMessageBar", |
| "version": "1.0.0", |
| "license": { |
| "type": "MIT" |
| }, |
| "homepage": "https://github.com/Meniny/UIMessageBar", |
| "authors": { |
| "Elias Abel": "meniny@qq.com" |
| }, |
| "summary": "A very flexible message bar for iOS written in Swift.", |
| "source": { |
| "git": "https://github.com/Meniny/UIMessageBar.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "UIMessageBar/**/*.{swift}", |
| "resource_bundles": { |
| "UIMessageBar": [ |
| "UIMessageBar/Resources/**/*.{xib,png}" |
| ] |
| }, |
| "frameworks": "UIKit", |
| "requires_arc": true, |
| "pushed_with_swift_version": "4.0", |
| "deprecated": true |
| } |