blob: 6a5e873e8226a366f749b923d07855002151b061 [file] [log] [blame]
{
"name": "APToast",
"version": "1.0",
"summary": "A UIView category to provide rich toast notifications.",
"description": "APToast can display one or more toast notifications queued one by one, by providing NSString objects or custom UIView as toast. ",
"homepage": "https://github.com/podkovyrin/APToast",
"license": "MIT",
"authors": {
"Andrew Podkovyrin": "podkovyin@gmail.com"
},
"source": {
"git": "https://github.com/podkovyrin/APToast.git",
"tag": "1.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "APToast/APToast/*.{h,m}",
"requires_arc": true,
"frameworks": "QuartzCore"
}