Skip to content

Commit 2761b4e

Browse files
jgavrisdzenbot
authored andcommitted
Declare framework dependencies in podspec (slackhq#666)
Users may want to build the pod with Clang modules disabled `-fno-modules` because they are using `ccache` which doesn't support `-fmodules`. When modules are disabled, auto-linking of framework modules is also disabled, so these dependencies need to be expressed explicitly.
1 parent 3c99367 commit 2761b4e

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [Version 1.9.7](https://github.com/slackhq/SlackTextViewController/releases/tag/v1.9.7)
4+
5+
#### Features:
6+
7+
- Enables building the CocoaPod with `CLANG_MODULES_ENABLED=NO` which enables compiling with `ccache`.
8+
39
## [Version 1.9.6](https://github.com/slackhq/SlackTextViewController/releases/tag/v1.9.6)
410

511
This release includes many iOS 11 and iPhone X hot fixes.

SlackTextViewController.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Pod::Spec.new do |s|
1111
s.author = { "Slack Technologies, Inc." => "ios-team@slack-corp.com" }
1212
s.source = { :git => "https://github.com/slackhq/SlackTextViewController.git", :tag => "v#{s.version}" }
1313

14+
s.frameworks = 'CoreGraphics', 'UIKit'
1415
s.platform = :ios, "7.0"
1516
s.requires_arc = true
1617

0 commit comments

Comments
 (0)