blob: 985a4a1032c329864bc05f2319ac92fcafcbdfdd [file] [log] [blame]
{
"name": "GFToast",
"version": "1.0",
"summary": "A simple message box on the iOS platform, mainly imitate the Android Toast.",
"homepage": "https://github.com/gydmercy/GFToast",
"license": "MIT",
"authors": {
"Mercy": "gyd0915@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/gydmercy/GFToast.git",
"tag": "1.0"
},
"source_files": "GFToast/*.{h,m}",
"requires_arc": true
}