blob: 30c9946bb1df7b1e544b9175cdf2664b4ebc90f0 [file] [log] [blame]
{
"name": "FloatingLabel",
"version": "0.1.0",
"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.1.0"
},
"source_files": [
"FloatingLabel/src",
"FloatingLabel/src/**/*.{h,m}",
"FloatingLabel/src/helpers",
"FloatingLabel/src/helpers/**/*.{h,m}"
],
"dependencies": {
"DropDown": [
]
},
"requires_arc": true
}