| { |
| "name": "CRToastSwift", |
| "version": "0.1.1", |
| "summary": "A CRToast wrapper library for Swift.", |
| "description": "CRToastSwift is a Swift wrapper library of CRToast.\nIt provides strongly-typed properties and enum types, and non-Singleton based APIs.\nSo you can show toast notifications briefly, easily and safely.\nAdditionally, it provides 4 custom themes for common situations, such as notifying completion of a task or occurence of an error.", |
| "homepage": "https://github.com/masahikot/CRToastSwift", |
| "license": "MIT", |
| "authors": { |
| "Masahiko Tsujita": "tsujitamasahiko.dev@icloud.com" |
| }, |
| "source": { |
| "git": "https://github.com/masahikot/CRToastSwift.git", |
| "tag": "0.1.1" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "resource_bundles": { |
| "CRToastSwift": [ |
| "Pod/Assets/*.png" |
| ] |
| }, |
| "frameworks": "UIKit", |
| "dependencies": { |
| "CRToast": [ |
| "~> 0.0.9" |
| ] |
| } |
| } |