blob: a756ef39ff179d1a242e6a4535f1f27fa2d7ebea [file] [log] [blame]
{
"name": "DYFToast",
"version": "2.0.3",
"summary": "The useful toast for iOS, fully imitates Android toast.",
"description": "Fully imitating the Android toast, using chain programming, through point operation, it can achieve the properties settings and display of the toast, the code is concise and efficient.",
"homepage": "https://github.com/dgynfi/DYFToast",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dyf": "vinphy.teng@foxmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/dgynfi/DYFToast.git",
"tag": "2.0.3"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"public_header_files": "Classes/**/*.h",
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics"
],
"requires_arc": true
}