60 lines
1.1 KiB
Ruby
60 lines
1.1 KiB
Ruby
abstract_target 'LeadKit' do
|
|
pod "CocoaLumberjack/Swift", '~> 3.1.0'
|
|
pod "RxSwift", '4.0.0-beta.0'
|
|
pod "RxCocoa", '4.0.0-beta.0'
|
|
pod "RxAlamofire", :git => 'https://github.com/RxSwiftCommunity/RxAlamofire.git', :branch => 'master', :commit => 'c2fdccf8058d1a61f5fbb540054c21372de1151d'
|
|
pod "ObjectMapper", '~> 3.0.0'
|
|
|
|
inhibit_all_warnings!
|
|
|
|
target 'LeadKit iOS' do
|
|
platform :ios, '9.0'
|
|
|
|
use_frameworks!
|
|
|
|
pod "TableKit", '~> 2.5.0'
|
|
pod "UIScrollView-InfiniteScroll", '~> 1.0.0'
|
|
|
|
target 'LeadKit iOSTests' do
|
|
inherit! :search_paths
|
|
# Pods for testing
|
|
end
|
|
|
|
end
|
|
|
|
target 'LeadKit iOS Extensions' do
|
|
platform :ios, '9.0'
|
|
|
|
use_frameworks!
|
|
|
|
target 'LeadKit iOS ExtensionsTests' do
|
|
inherit! :search_paths
|
|
# Pods for testing
|
|
end
|
|
|
|
end
|
|
|
|
target 'LeadKit watchOS' do
|
|
platform :watchos, '2.0'
|
|
|
|
use_frameworks!
|
|
|
|
end
|
|
|
|
target 'LeadKit tvOS' do
|
|
platform :tvos, '9.0'
|
|
|
|
use_frameworks!
|
|
|
|
target 'LeadKit tvOSTests' do
|
|
inherit! :search_paths
|
|
# Pods for testing
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
# If you have slow HDD
|
|
ENV['COCOAPODS_DISABLE_STATS'] = "true"
|