blob: c7e21a6b68a6ca8d4c9c881613c0e5ca4394bb70 [file] [log] [blame]
{
"name": "CRToastSwift",
"version": "1.0.0-alpha.2",
"summary": "A wrapper library of CRToast totally redesigned for Swift 2.",
"description": "A wrapper library of CRToast totally redesigned for Swift 2.\n\nFeatures:\n- Awesome UX based on CRToast\n- Carefully considered, highly structured and Swiftish API\n- Strongly typed properties\n- Flowable event handlings by method chaining and trailing closures\n- Easy customization for your applications",
"homepage": "https://github.com/masahiko24/CRToastSwift",
"license": "MIT",
"authors": {
"Masahiko Tsujita": "tsujitamasahiko.dev@icloud.com"
},
"source": {
"git": "https://github.com/masahiko24/CRToastSwift.git",
"tag": "1.0.0-alpha.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "CRToastSwift/**/*",
"frameworks": "UIKit",
"dependencies": {
"CRToast": [
"~> 0.0.9"
]
}
}