blob: a5d30c559277222dfe1a203af013ed06c9dbe5dc [file] [log] [blame]
{
"name": "DYFToast",
"version": "2.0.4",
"summary": "Realize the simulation of Android's Toast in iOS.",
"description": "This project uses chain programming and point syntax operation to realize the simulation of Android's Toast in iOS, and its 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.4"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"public_header_files": "Classes/**/*.h",
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics"
],
"requires_arc": true
}