blob: 427cd9cf0499805de99f8e55d7cca42b92af8352 [file] [log] [blame]
{
"name": "FloatingLabel",
"version": "0.2.5",
"summary": "An implementation of a UX pattern \"Float Label Pattern\"",
"description": "A collection of UI component that are implementing the \"Float Label Pattern\"\nlike TextField, TextView and more.",
"homepage": "https://github.com/kevin-hirsch/FloatingLabel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kevin-hirsch": "kevin.hirsch.be@gmail.com"
},
"social_media_url": "http://twitter.com/kevinh6113",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/kevin-hirsch/FloatingLabel.git",
"tag": "0.2.5"
},
"source_files": [
"FloatingLabel/src",
"FloatingLabel/src/**/*.{swift}",
"FloatingLabel/src/helpers",
"FloatingLabel/src/helpers/**/*.{h,m}",
"FloatingLabel/src/basic field",
"FloatingLabel/src/basic field/**/*.{swift}",
"FloatingLabel/src/input",
"FloatingLabel/src/input/**/*.{swift}",
"FloatingLabel/src/fields",
"FloatingLabel/src/fields/**/*.{swift}",
"FloatingLabel/src/tableView:collectionView",
"FloatingLabel/src/tableView:collectionView/**/*.{swift}"
],
"resource_bundles": {
"FloatingLabel": [
"FloatingLabel/Resources/**/*.png"
]
},
"dependencies": {
"DropDown": [
],
"SZTextView": [
]
},
"requires_arc": true
}