[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / e / d / 3 / SKKeyboardResigner / 0.1.0 / SKKeyboardResigner.podspec.json
blobc7f2ad3592c8c65e0e1be56ca6b9ff5623b4e2a5
2   "name": "SKKeyboardResigner",
3   "version": "0.1.0",
4   "summary": "SKKeyboardResigner can resign the keyboard responder for you.",
5   "description": "                       With SKKeyboardResigner you can forget about resigning the keyboard by yourself by adding a big button inside a view or doing some 'ñapas' like that. This library takes care of resigning the keyboard for the view you want without doing nothing.\n",
6   "homepage": "https://github.com/skyweb07/SKKeyboardResigner",
7   "license": "MIT",
8   "authors": {
9     "Oscar Duran": "skyweb09@hotmail.es"
10   },
11   "source": {
12     "git": "https://github.com/skyweb07/SKKeyboardResigner.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/skyweb07",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "SKKeyboardResigner": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "frameworks": [
27     "UIKit",
28     "Foundation"
29   ]