[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / 4 / b / FloatingLabel / 0.1.0 / FloatingLabel.podspec.json
blob30c9946bb1df7b1e544b9175cdf2664b4ebc90f0
2   "name": "FloatingLabel",
3   "version": "0.1.0",
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.1.0"
21   },
22   "source_files": [
23     "FloatingLabel/src",
24     "FloatingLabel/src/**/*.{h,m}",
25     "FloatingLabel/src/helpers",
26     "FloatingLabel/src/helpers/**/*.{h,m}"
27   ],
28   "dependencies": {
29     "DropDown": [
31     ]
32   },
33   "requires_arc": true