[Update] LeadKit (0.4.8)

This commit is contained in:
Igor Kislyuk 2017-04-17 16:23:14 +03:00
parent cfa60c290b
commit 8904210557
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
Pod::Spec.new do |s|
s.name = "LeadKit"
s.version = "0.4.8"
s.summary = "iOS framework with a bunch of tools for rapid development"
s.homepage = "https://github.com/TouchInstinct/LeadKit"
s.license = "Apache License, Version 2.0"
s.author = "Touch Instinct"
s.platform = :ios, "9.0"
s.source = { :git => "https://github.com/TouchInstinct/LeadKit.git", :tag => s.version }
s.source_files = "LeadKit/LeadKit/**/*.swift"
s.dependency "CocoaLumberjack/Swift", '~> 3.1.0'
s.dependency "RxSwift", '3.2.0'
s.dependency "RxCocoa", '3.2.0'
s.dependency "RxAlamofire", '3.0.0'
s.dependency "ObjectMapper", '~> 2.1'
s.dependency "Toast-Swift", '~> 2.0.0'
s.dependency "TableKit", '~> 2.3.1'
end