alobanov / ALUtils

Several libs for better working on your project

Repository from Github https://github.comalobanov/ALUtilsRepository from Github https://github.comalobanov/ALUtils

DBUtils

Utils

source 'https://github.com/alobanov/ALSpec.git'
source 'https://github.com/CocoaPods/Specs.git'

use_frameworks!
inhibit_all_warnings!
platform :ios, '9.0'

target 'TestLib' do
pod 'ALUtils/Utils', :git => 'https://github.com/alobanov/ALUtils.git', :branch => 'master'
pod 'ALUtils/DBUtils', :git => 'https://github.com/alobanov/ALUtils.git', :branch => 'master'
pod 'ALUtils/RxCoredataProvider', :git => 'https://github.com/alobanov/ALUtils.git', :branch => 'master'
end

About

Several libs for better working on your project

License:MIT License


Languages

Language:Swift 98.0%Language:Ruby 2.0%