blob: f462c5231618e7efe2f5f8369f9a2627ca2739cb [file] [log] [blame]
{
"name": "kk_toast",
"version": "1.0.0",
"summary": "a component of toast on iOS",
"homepage": "https://github.com/kk07self/kk_toast",
"description": "It is a component for ios toast, written by Swift.",
"license": "MIT",
"authors": {
"Kirk": "kk.07.self@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/kk07self/kk_toast.git",
"tag": "1.0.0"
},
"source_files": "toast/toast/*",
"resource_bundles": {
"toast": [
"toast/toast/resource/*.png"
]
},
"requires_arc": true
}