blob: 4c1d5967b79a6a9186bd04293efefb08209a1b56 [file] [log] [blame]
{
"name": "CRToast",
"version": "0.0.9",
"license": "MIT",
"summary": "A modern iOS toast view that can fit your notification needs",
"homepage": "https://github.com/cruffenach/CRToast",
"authors": {
"Collin Ruffenach": "cruffenach@gmail.com",
"Ashton Williams": ""
},
"source": {
"git": "https://github.com/cruffenach/CRToast.git",
"tag": "0.0.9"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"source_files": "CRToast/*.{h,m}",
"public_header_files": [
"CRToast/CRToast.h",
"CRToast/CRToastConfig.h",
"CRToast/CRToastManager.h"
]
}