[Add] VisionSDK 1.6.1
[CocoaPods.git] / Specs / 0 / 5 / d / PHFComposeBarView / 2.0.1 / PHFComposeBarView.podspec.json
blob7664c3c746d20808a6b56d01dec6ce94fec75d73
2   "name": "PHFComposeBarView",
3   "version": "2.0.1",
4   "summary": "A precise reconstruction of the compose bar from iOS 7 Messages.app.",
5   "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. Further, the color of the send button can\nbe customized.\n",
6   "homepage": "https://github.com/fphilipe/PHFComposeBarView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Philipe Fatio": "me@phili.pe"
13   },
14   "source": {
15     "git": "https://github.com/fphilipe/PHFComposeBarView.git",
16     "tag": "v2.0.1"
17   },
18   "source_files": "Classes/*",
19   "preserve_paths": [
20     "LICENSE",
21     "README.md"
22   ],
23   "requires_arc": true,
24   "platforms": {
25     "ios": "7.0"
26   },
27   "screenshots": [
28     "https://raw.github.com/fphilipe/PHFComposeBarView/v2.0.0/Screenshots/demo.gif",
29     "https://raw.github.com/fphilipe/PHFComposeBarView/v2.0.0/Screenshots/empty.png",
30     "https://raw.github.com/fphilipe/PHFComposeBarView/v2.0.0/Screenshots/text.png"
31   ],
32   "dependencies": {
33     "PHFDelegateChain": [
34       "~> 1.0"
35     ]
36   }