[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 2 / 8 / 5 / SlackTextViewController / 1.0 / SlackTextViewController.podspec.json
blob16d7594f783ef64fbe2e88245e7dd28404b6e89e
2   "name": "SlackTextViewController",
3   "version": "1.0",
4   "summary": "A drop-in UIViewController subclass with a custom growing text input and other useful messaging features.",
5   "homepage": "https://slack.com/",
6   "screenshots": "https://github.com/slackhq/SlackTextViewController/raw/master/Screenshots/slacktextviewcontroller_demo.gif",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Slack Technologies, Inc.": "ios-team@slack-corp.com"
13   },
14   "source": {
15     "git": "https://github.com/slackhq/SlackTextViewController.git",
16     "tag": "v1.0"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
22   "header_mappings_dir": "Source",
23   "source_files": [
24     "Classes",
25     "Source/Classes/*.{h,m}"
26   ],
27   "frameworks": "UIKit",
28   "subspecs": [
29     {
30       "name": "Additions",
31       "source_files": "Source/Additions/*.{h,m}"
32     }
33   ]