-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove SwiftyJSON and set minimum deployment target to 12.0
- Loading branch information
1 parent
09dafe3
commit f3471aa
Showing
8 changed files
with
31 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,16 @@ | ||
platform :ios, '10.0' | ||
platform :ios, '12.0' | ||
|
||
target 'iOS Example' do | ||
use_frameworks! | ||
|
||
pod 'ChatViewController', :path => ".." | ||
pod 'Kingfisher' | ||
pod 'SwiftyJSON' | ||
end | ||
|
||
post_install do |installer| | ||
installer.pods_project.targets.each do |target| | ||
target.build_configurations.each do |config| | ||
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '12.0' | ||
end | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,31 @@ | ||
PODS: | ||
- ChatViewController (1.1.0): | ||
- ChatViewController (1.2.0): | ||
- PlaceholderUITextView | ||
- Kingfisher (5.3.1) | ||
- Kingfisher (7.10.0) | ||
- PlaceholderUITextView (1.2.0) | ||
- SwiftyJSON (4.3.0) | ||
- SwiftLint (0.54.0) | ||
|
||
DEPENDENCIES: | ||
- ChatViewController (from `..`) | ||
- Kingfisher | ||
- SwiftyJSON | ||
- SwiftLint | ||
|
||
SPEC REPOS: | ||
https://github.com/cocoapods/specs.git: | ||
trunk: | ||
- Kingfisher | ||
- PlaceholderUITextView | ||
- SwiftyJSON | ||
- SwiftLint | ||
|
||
EXTERNAL SOURCES: | ||
ChatViewController: | ||
:path: ".." | ||
|
||
SPEC CHECKSUMS: | ||
ChatViewController: e2ab18e0a4910cce0544773239ba1549a9afe4b9 | ||
Kingfisher: d9e7e0b209b59b8f9873aa2f37654e81a7beea51 | ||
ChatViewController: b8b4b16c9a50c4b1ec4146a0349aa7725c87c8ec | ||
Kingfisher: a18f05d3b6d37d8650ee4a3e61d57a28fc6207f6 | ||
PlaceholderUITextView: a2158e51dc0a3217ecca2d879bbe59372292d391 | ||
SwiftyJSON: 6faa0040f8b59dead0ee07436cbf76b73c08fd08 | ||
SwiftLint: c1de071d9d08c8aba837545f6254315bc900e211 | ||
|
||
PODFILE CHECKSUM: dca9be4f0f56343a982263e8bd7d779297a35449 | ||
PODFILE CHECKSUM: f9efcf20ed351e0f7798c7364948b1892c9c3c75 | ||
|
||
COCOAPODS: 1.6.0 | ||
COCOAPODS: 1.14.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,6 @@ | |
// | ||
|
||
import UIKit | ||
import SwiftyJSON | ||
|
||
enum BubbleStyle { | ||
case facebook | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters