blob: ebe93a436340ef49a4bcb60e2bfc9699d90d8e69 [file] [log] [blame]
{
"name": "MDToastKit",
"version": "0.0.2",
"summary": "A short description of MDToastKit.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/unicorn-china/MDToastKit_iOS.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Anyong123456": "wh.li@muheda.com"
},
"source": {
"git": "https://github.com/unicorn-china/MDToastKit_iOS.git",
"tag": "0.0.2"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "MDToastKit/*",
"resources": "MDToastKit/AssetsImage/*.png",
"subspecs": [
{
"name": "MDToastManager",
"source_files": "MDToastKit/MDToastManager/*"
}
]
}