[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20220526
[CocoaPods.git] / Specs / e / 2 / 4 / ASTextInputAccessoryView / 1.0.0 / ASTextInputAccessoryView.podspec.json
blob1b52e36758dd1adff6d3a2c5ee92e6feab57fea6
2   "name": "ASTextInputAccessoryView",
3   "version": "1.0.0",
4   "summary": "Messages app input view recreated in Swift.",
5   "description": "Messages app input accessory view recreated in Swift.\n\nSet as your chat ViewController's inputAccessoryView for a customizable and auto-resizing text input bar.\n\nPowered by ASPlaceholderTextView. For a full chat view controller implementation check out ASTextViewController.",
6   "homepage": "https://github.com/ashare80/ASTextInputAccessoryView",
7   "license": "MIT",
8   "authors": {
9     "Adam Share": "ashare80@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/ashare80/ASTextInputAccessoryView.git",
13     "tag": "1.0.0"
14   },
15   "social_media_url": "https://twitter.com/adamshare",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Source/**/*",
21   "frameworks": "UIKit",
22   "dependencies": {
23     "ASPlaceholderTextView": [
24       "~> 0.1"
25     ]
26   }