Revision 1d24f8ad Podfile
Podfile | ||
---|---|---|
6 | 6 |
installer.pods_project.targets.each do |target| |
7 | 7 |
target.build_configurations.each do |config| |
8 | 8 |
config.build_settings['ENABLE_BITCODE'] = 'NO' |
9 |
config.build_settings['CLANG_WARN_DOCUMENTATION_COMMENTS'] = 'NO' |
|
10 |
config.build_settings['CLANG_WARN_STRICT_PROTOTYPES'] = 'NO' |
|
9 | 11 |
end |
10 | 12 |
end |
11 | 13 |
end |
... | ... | |
13 | 15 |
platform :ios, "9.0" |
14 | 16 |
|
15 | 17 |
use_frameworks! |
18 |
# inhibit_all_warnings! |
|
16 | 19 |
|
17 | 20 |
source 'https://github.com/CocoaPods/Specs.git' |
18 | 21 |
|
... | ... | |
26 | 29 |
pod 'ARChromeActivity', '~> 1.0' |
27 | 30 |
pod 'QRCodeReaderViewController', '~> 4.0' |
28 | 31 |
# pod 'ParkedTextField', '~> 0.3.1' |
29 |
pod 'ParkedTextField', :git => 'https://github.com/gmertk/ParkedTextField.git', :commit => '46df17a' # Swift 4
|
|
32 |
pod 'ParkedTextField', :git => 'https://github.com/gmertk/ParkedTextField.git', :commit => '43f1d3b' # Swift 4
|
|
30 | 33 |
|
31 | 34 |
|
32 | 35 |
pod 'JSQMessagesViewController', :path => 'Submodules/JSQMessagesViewController/JSQMessagesViewController.podspec' |
Also available in: Unified diff