[Add] MapboxCommon 24.10.0-daily-2024-12-21-04-26
[CocoaPods.git] / Specs / 2 / 8 / 5 / SlackTextViewController / 1.4 / SlackTextViewController.podspec.json
bloba8217fe29eac579aa4944eba03b97ceed7a7f63f
2   "name": "SlackTextViewController",
3   "version": "1.4",
4   "summary": "A drop-in UIViewController subclass with a custom growing text input and other useful messaging features.",
5   "description": "Meant to be a replacement for UITableViewController & UICollectionViewController. This library is used in Slack's iOS app. It was built to fit our needs, but is flexible enough to be reused by others wanting to build great messaging apps for iOS.",
6   "homepage": "https://slack.com/",
7   "screenshots": "https://github.com/slackhq/SlackTextViewController/raw/master/Screenshots/slacktextviewcontroller_demo.gif",
8   "license": {
9     "type": "Apache License, Version 2.0",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Slack Technologies, Inc.": "ios-team@slack-corp.com"
14   },
15   "source": {
16     "git": "https://github.com/slackhq/SlackTextViewController.git",
17     "tag": "v1.4"
18   },
19   "platforms": {
20     "ios": "7.0"
21   },
22   "requires_arc": true,
23   "header_mappings_dir": "Source",
24   "source_files": [
25     "Classes",
26     "Source/Classes/*.{h,m}"
27   ],
28   "subspecs": [
29     {
30       "name": "Additions",
31       "source_files": [
32         "Source/Additions/*.{h,m}",
33         "Source/Classes/SLKTextView.h"
34       ]
35     }
36   ]