blob: f3cfd803b74b5356f899beec0d60ac700474b777 [file] [log] [blame]
{
"name": "IOToastInput",
"version": "0.2.0",
"summary": "IOToastInput is toast with textfield",
"description": " IOToastInput give you nice toast with just 1 line of code\n",
"homepage": "https://github.com/ibeneb/IOToastInput",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Benjamin Prieur": "benjamin@prieur.org"
},
"source": {
"git": "https://github.com/ibeneb/IOToastInput.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"IOToastInput": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"QuartzCore"
]
}