[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 2 / c / e / Dismissy / 0.1.0 / Dismissy.podspec.json
blobd8285357fbb6ffc00ae971a16b9be076eae2288d
2   "name": "Dismissy",
3   "version": "0.1.0",
4   "summary": "Dismissy is an objective-C category on UIViewController to add keyboard dismissing to all View Controllers.",
5   "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",
6   "homepage": "https://github.com/drmaj/Dismissy",
7   "license": "MIT",
8   "authors": {
9     "Miguel Alonso Jr.": "drmiguelalonsojr@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/drmaj/Dismissy.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "Dismissy": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "JRSwizzle": [
28     ]
29   }