blob: d8285357fbb6ffc00ae971a16b9be076eae2288d [file] [log] [blame]
{
"name": "Dismissy",
"version": "0.1.0",
"summary": "Dismissy is an objective-C category on UIViewController to add keyboard dismissing to all View Controllers.",
"description": " Dismissy is an objective-C category on UIViewController to add keyboard dismissing to all View\n Controllers. It automatically resigns all first responders when a user taps outside any active\n textfields.\n",
"homepage": "https://github.com/drmaj/Dismissy",
"license": "MIT",
"authors": {
"Miguel Alonso Jr.": "drmiguelalonsojr@gmail.com"
},
"source": {
"git": "https://github.com/drmaj/Dismissy.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Dismissy": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"JRSwizzle": [
]
}
}