blob: 92fe09aec9713e454952da8c79f429486893bd04 [file] [log] [blame]
{
"name": "RGToast",
"version": "1.0.0",
"summary": "A small library to provide a toast functionality.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/rwgrier/RGToast",
"authors": {
"Ryan Grier": "rwgrier@gmail.com"
},
"source": {
"git": "https://github.com/rwgrier/RGToast.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "RGToast/*.{h,m}",
"requires_arc": true
}