blob: 16d7594f783ef64fbe2e88245e7dd28404b6e89e [file] [log] [blame]
{
"name": "SlackTextViewController",
"version": "1.0",
"summary": "A drop-in UIViewController subclass with a custom growing text input and other useful messaging features.",
"homepage": "https://slack.com/",
"screenshots": "https://github.com/slackhq/SlackTextViewController/raw/master/Screenshots/slacktextviewcontroller_demo.gif",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Slack Technologies, Inc.": "ios-team@slack-corp.com"
},
"source": {
"git": "https://github.com/slackhq/SlackTextViewController.git",
"tag": "v1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"header_mappings_dir": "Source",
"source_files": [
"Classes",
"Source/Classes/*.{h,m}"
],
"frameworks": "UIKit",
"subspecs": [
{
"name": "Additions",
"source_files": "Source/Additions/*.{h,m}"
}
]
}