blob: 3da8b5a1af6c7c23aad7d66a6f3e4b4d495445e4 [file] [log] [blame]
{
"name": "PHFComposeBarView",
"version": "1.0.0",
"summary": "A precise reconstruction of the compose bar from iOS Messages.app.",
"description": "The compose bar from the messages application on iOS is often replicated in\napplications, mostly with slightly different visuals and behavior. This class is\nan exact reconstruction of the compose bar and behaves exactly like it. It is\nconfigurable in terms of maximium height the input view can grow. By specifying\na maximum text length a counter is shown, similar to composing an SMS. You can\nalso specify an image for the utility button on the left of the input which\ncauses that button to become visible.\n",
"homepage": "https://github.com/fphilipe/PHFComposeBarView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Philipe Fatio": "me@phili.pe"
},
"source": {
"git": "https://github.com/fphilipe/PHFComposeBarView.git",
"tag": "v1.0.0"
},
"source_files": "Classes/*",
"resources": "Resources/*",
"preserve_paths": [
"LICENSE",
"README.md"
],
"requires_arc": true,
"platforms": {
"ios": "5.0"
},
"screenshots": [
"https://rawgithub.com/fphilipe/PHFComposeBarView/master/Screenshots/empty.png",
"https://rawgithub.com/fphilipe/PHFComposeBarView/master/Screenshots/text.png"
],
"dependencies": {
"PHFDelegateChain": [
"~> 1.0"
]
}
}