| { |
| "name": "Dialog", |
| "version": "1.0.0", |
| "summary": "A delightful dialog view for iOS written in Swift", |
| "description": "Fire is a delightful dialog view for iOS written in Swift.", |
| "homepage": "https://github.com/Meniny/Dialog", |
| "license": "MIT", |
| "authors": { |
| "Meniny": "Meniny@qq.com" |
| }, |
| "source": { |
| "git": "https://github.com/Meniny/Dialog.git", |
| "tag": "1.0.0" |
| }, |
| "social_media_url": "https://meniny.cn/", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "Dialog/*.*", |
| "public_header_files": "Dialog/Dialog.h", |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ], |
| "pushed_with_swift_version": "3.0" |
| } |