[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / 4 / b / FloatingLabel / 0.2.1 / FloatingLabel.podspec.json
blobe4d6d336b5974cd6cf270b89dd5c880b452a297f
2   "name": "FloatingLabel",
3   "version": "0.2.1",
4   "summary": "An implementation of a UX pattern \"Float Label Pattern\"",
5   "description": "A collection of UI component that are implementing the \"Float Label Pattern\"\nlike TextField, TextView and more.",
6   "homepage": "https://github.com/kevin-hirsch/FloatingLabel",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "kevin-hirsch": "kevin.hirsch.be@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/kevinh6113",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/kevin-hirsch/FloatingLabel.git",
20     "tag": "0.2.1"
21   },
22   "source_files": [
23     "FloatingLabel/src",
24     "FloatingLabel/src/**/*.{swift}",
25     "FloatingLabel/src/helpers",
26     "FloatingLabel/src/helpers/**/*.{h,m}",
27     "FloatingLabel/src/basic field",
28     "FloatingLabel/src/basic field/**/*.{swift}",
29     "FloatingLabel/src/input",
30     "FloatingLabel/src/input/**/*.{swift}",
31     "FloatingLabel/src/fields",
32     "FloatingLabel/src/fields/**/*.{swift}",
33     "FloatingLabel/src/tableView:collectionView",
34     "FloatingLabel/src/tableView:collectionView/**/*.{swift}"
35   ],
36   "resource_bundles": {
37     "FloatingLabel": [
38       "FloatingLabel/Resources/**/*.png"
39     ]
40   },
41   "dependencies": {
42     "DropDown": [
44     ],
45     "SZTextView": [
47     ]
48   },
49   "requires_arc": true