mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-06-06 06:29:32 +08:00
26 lines
998 B
JSON
Executable File
26 lines
998 B
JSON
Executable File
{
|
|
"name": "SlackTextViewController",
|
|
"version": "1.9.1",
|
|
"summary": "A drop-in UIViewController subclass with a custom growing text input and other useful messaging features.",
|
|
"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.",
|
|
"homepage": "https://slack.com/",
|
|
"screenshots": "https://github.com/slackhq/SlackTextViewController/raw/master/Screenshots/slacktextviewcontroller_demo.gif",
|
|
"license": {
|
|
"type": "MIT",
|
|
"file": "LICENSE"
|
|
},
|
|
"authors": {
|
|
"Slack Technologies, Inc.": "ios-team@slack-corp.com"
|
|
},
|
|
"source": {
|
|
"git": "https://github.com/slackhq/SlackTextViewController.git",
|
|
"tag": "v1.9.1"
|
|
},
|
|
"platforms": {
|
|
"ios": "7.0"
|
|
},
|
|
"requires_arc": true,
|
|
"header_mappings_dir": "Source",
|
|
"source_files": "Source/**/*.{h,m}"
|
|
}
|