Skip to content

Instantly share code, notes, and snippets.

@brunocuratio
Created July 3, 2019 17:21
Show Gist options
  • Save brunocuratio/6240bcaf69adcfae5c9026086b466cb7 to your computer and use it in GitHub Desktop.
Save brunocuratio/6240bcaf69adcfae5c9026086b466cb7 to your computer and use it in GitHub Desktop.
platform :ios, '10.0'
project './HealingCircle.xcodeproj'
target 'Curatio' do
pod 'AFNetworking', '~> 2.6.3'
pod 'AFNetworkActivityLogger'
pod 'PEPhotoCropEditor'
pod 'REFrostedViewController', '~> 2.4.4'
pod 'MBProgressHUD', '~> 1.1.0'
pod 'RETableViewManager', '~> 1.5.10'
pod 'JSONModel'
pod 'SVProgressHUD', '0.8'
#pod 'IQKeyboardManager', '~>3.0.4'
pod 'IQKeyboardManager'
pod 'XCDYouTubeKit', '~>2.0.0'
#pod 'AMBubbleTableViewController'
pod 'UIView+draggable'
pod 'MaryPopin'
pod 'EAIntroView', '~> 2.6.0'
pod 'MZFormSheetController', '~> 2.3.4'
pod 'SDWebImage', '~>3.6'
pod 'KKProgressTimer', :git => 'http://github.com/gin0606/KKProgressTimer.git'
pod 'CupertinoYankee', '~>1.0.1'
pod 'CKCalendar', '~>1.0.0'
pod 'TNCheckBoxGroup'
pod 'CorePlot', '~> 1.6'
# pod 'KeepLayout', git: 'https://github.com/iMartinKiss/KeepLayout.git', :commit => '7dbb611b141232404a68318ea7194ff013b764d5'
#pod 'KeepLayout', '~> 1.2.2'
pod 'GRMustache', '~> 7.3.2'
pod 'SDCAlertView', '~>2.5.4'
pod 'TGLStackedViewController', '~> 1.1.0'
pod 'JDFTooltips'
pod 'SVWebViewController'
#pod 'SCLAlertView-Objective-C'
pod 'Localytics', '~> 5.1'
pod 'Branch', '0.12.4'
pod 'APAvatarImageView', '~>1.0.0'
pod 'UICollectionViewRightAlignedLayout'
pod 'LMDropdownView', '~>1.0.3'
pod 'Appirater', '~>2.2.0'
pod 'UITextView+Placeholder', '~> 1.2'
pod 'SAMKeychain', '~>1.5.2'
pod 'Block-KVO', :git => 'https://github.com/Tricertops/Block-KVO.git'
pod 'FormatterKit', '~>1.8.2'
pod 'Firebase/Core'
pod 'MaterialComponents/Tabs+Extensions'
pod 'MaterialComponents/AppBar+Extensions'
pod 'MaterialComponents/Buttons+Extensions'
pod 'Yoga', :git => 'https://github.com/facebook/yoga', :tag => '1.7.0',:modular_headers => true
pod 'YogaKit', :git => 'https://github.com/facebook/yoga', :tag => '1.7.0',:modular_headers => true
pod 'Cartography', '~> 2.0.0'
pod 'RxSwift', '~> 4.1'
pod 'RxCocoa', '~> 4.1'
pod 'Alamofire', '~> 4.5'
pod 'Moya/RxSwift', '~> 11.0'
pod 'Moya-ObjectMapper/RxSwift', '2.7'
pod 'PopupDialog', '~> 1.0'
pod 'Kingfisher', '~> 5.0'
pod 'DZNEmptyDataSet'
pod 'ReadMoreTextView'
pod 'M13Checkbox' , '~> 3.3.2'
pod 'SwiftyAttributes'
pod 'NMessenger',:modular_headers => true
pod 'AsyncDisplayKit',:modular_headers => true
pod 'Realm',:modular_headers => true
pod 'RealmSwift',:modular_headers => true
pod 'AlignedCollectionViewFlowLayout'
pod 'MaterialComponents/Snackbar'
pod 'MaterialComponents/PageControl'
pod 'TGPControls'
pod 'VerticalSteppedSlider'
end
target 'ThaliMe' do
pod 'AFNetworking', '~> 2.6.3'
pod 'AFNetworkActivityLogger'
pod 'PEPhotoCropEditor'
pod 'REFrostedViewController', '~> 2.4.4'
pod 'MBProgressHUD', '~> 1.1.0'
pod 'RETableViewManager', '~> 1.5.10'
pod 'JSONModel'
pod 'SVProgressHUD', '0.8'
#pod 'IQKeyboardManager', '~>3.0.4'
pod 'IQKeyboardManager'
pod 'XCDYouTubeKit', '~>2.0.0'
#pod 'AMBubbleTableViewController'
pod 'UIView+draggable'
pod 'MaryPopin'
pod 'EAIntroView', '~> 2.6.0'
pod 'MZFormSheetController', '~> 2.3.4'
pod 'SDWebImage', '~>3.6'
pod 'KKProgressTimer', :git => 'http://github.com/gin0606/KKProgressTimer.git'
pod 'CupertinoYankee', '~>1.0.1'
pod 'CKCalendar', '~>1.0.0'
pod 'TNCheckBoxGroup'
pod 'CorePlot', '~> 1.6'
# pod 'KeepLayout', git: 'https://github.com/iMartinKiss/KeepLayout.git', :commit => '7dbb611b141232404a68318ea7194ff013b764d5'
#pod 'KeepLayout', '~> 1.2.2'
pod 'GRMustache', '~> 7.3.2'
pod 'SDCAlertView', '~>2.5.4'
pod 'TGLStackedViewController', '~> 1.1.0'
pod 'JDFTooltips'
pod 'SVWebViewController'
#pod 'SCLAlertView-Objective-C'
pod 'Localytics', '~> 5.1'
pod 'Branch', '0.12.4'
pod 'APAvatarImageView', '~>1.0.0'
pod 'UICollectionViewRightAlignedLayout'
pod 'LMDropdownView', '~>1.0.3'
pod 'Appirater', '~>2.2.0'
pod 'UITextView+Placeholder', '~> 1.2'
pod 'SAMKeychain', '~>1.5.2'
pod 'Block-KVO', :git => 'https://github.com/Tricertops/Block-KVO.git'
pod 'FormatterKit', '~>1.8.2'
pod 'Firebase/Core'
pod 'MaterialComponents/Tabs+Extensions'
pod 'MaterialComponents/AppBar+Extensions'
pod 'MaterialComponents/Buttons+Extensions'
pod 'Yoga', :git => 'https://github.com/facebook/yoga', :tag => '1.7.0',:modular_headers => true
pod 'YogaKit', :git => 'https://github.com/facebook/yoga', :tag => '1.7.0',:modular_headers => true
pod 'Cartography', '~> 2.0.0'
pod 'RxSwift', '~> 4.1'
pod 'RxCocoa', '~> 4.1'
pod 'Alamofire', '~> 4.5'
pod 'Moya/RxSwift', '~> 11.0'
pod 'Moya-ObjectMapper/RxSwift', '2.7'
pod 'PopupDialog', '~> 1.0'
pod 'Kingfisher', '~> 5.0'
pod 'DZNEmptyDataSet'
pod 'ReadMoreTextView'
pod 'M13Checkbox' , '~> 3.3.2'
pod 'SwiftyAttributes'
pod 'NMessenger',:modular_headers => true
pod 'AsyncDisplayKit',:modular_headers => true
pod 'Realm',:modular_headers => true
pod 'RealmSwift', :modular_headers => true
pod 'AlignedCollectionViewFlowLayout'
pod 'MaterialComponents/Snackbar'
pod 'MaterialComponents/PageControl'
pod 'TGPControls'
pod 'VerticalSteppedSlider'
end
target 'CuratioTests' do
inherit! :search_paths
end
target 'ThaliMeTests' do
inherit! :search_paths
end
post_install do |installer|
installer.pods_project.targets.each do |target|
if target.name == 'NMessenger'
target.build_configurations.each do |config|
config.build_settings['SWIFT_VERSION'] = '3.0'
end
if target.name == 'Kingfisher'
target.build_configurations.each do |config|
config.build_settings['SWIFT_VERSION'] = '4.2'
end
if target.name == 'PopupDialog'
target.build_configurations.each do |config|
config.build_settings['SWIFT_VERSION'] = '4.2'
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment