[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / 0 / 9 / 1 / MNLabelledTextField / 0.1.0 / MNLabelledTextField.podspec.json
blob63c80fcb5ed9f9b2960252280d1a3a58300a164b
2   "name": "MNLabelledTextField",
3   "version": "0.1.0",
4   "summary": "UITextField subclass that has a label above.",
5   "description": "Text field that display label once the text field contains some characters. Text for the label is taken from the placeholder.\n",
6   "homepage": "https://github.com/matnogaj/MNLabelledTextField",
7   "license": "MIT",
8   "authors": {
9     "Mateusz Nogaj": "matnogaj@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/matnogaj/MNLabelledTextField.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     "MNLabelledTextField": [
22       "Pod/Assets/*.png"
23     ]
24   }