[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / 8 / b / 0 / EDKeyboardHandler / 0.0.1 / EDKeyboardHandler.podspec.json
blobb9f6dc047ae02820b5171af4428ccf8c16228d16
2   "name": "EDKeyboardHandler",
3   "version": "0.0.1",
4   "summary": "simple keyboard listener",
5   "description": "lightweight keyboard listener to adjust views according to keyboard position.",
6   "homepage": "https://github.com/merend/EDKeyboardHandler",
7   "license": "MIT",
8   "authors": {
9     "Eren Demirbuken": "erendemirbuken@peakgames.net"
10   },
11   "source": {
12     "git": "https://github.com/merend/EDKeyboardHandler.git",
13     "tag": "0.0.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source_files": "EDKeyboardHandler/Classes/**/*",
19   "resource_bundles": {
20     "EDKeyboardHandler": [
21       "EDKeyboardHandler/Assets/*.png"
22     ]
23   }