[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20220526
[CocoaPods.git] / Specs / e / 2 / 4 / ASTextInputAccessoryView / 0.1.7 / ASTextInputAccessoryView.podspec.json
blob783cd68a06e25f393ebe8a7a9d8132ca080531eb
2   "name": "ASTextInputAccessoryView",
3   "version": "0.1.7",
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.",
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": "0.1.7"
14   },
15   "social_media_url": "https://twitter.com/adamshare",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "frameworks": "UIKit",
22   "dependencies": {
23     "ASPlaceholderTextView": [
24       "~> 0.1"
25     ]
26   }