-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIBACoreUI.podspec
More file actions
30 lines (24 loc) · 1.08 KB
/
Copy pathIBACoreUI.podspec
File metadata and controls
30 lines (24 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Pod::Spec.new do |spec|
spec.name = "IBACoreUI"
spec.version = "1.0.0"
spec.summary = "iBuildApp Core UI"
spec.description = <<-DESC
Public iBuildApp Core UI
DESC
spec.homepage = "https://ibuildapp.com"
spec.license = "LICENSE"
spec.author = { 'Anton Boyarkin' => 'anton.boyarkin@icloud.com' }
spec.platform = :ios, "10.0"
spec.source = { :git => "https://gitlab.vladimir.ibuildapp.com/ios/ibacoreui_public.git", :tag => "#{spec.version}" }
spec.frameworks = "UIKit", "Foundation"
spec.swift_versions = '5.0'
spec.module_name = 'IBACoreUI'
spec.vendored_frameworks = 'Frameworks/IBACoreUI.framework', 'Frameworks/Lightbox.framework'
spec.dependency 'IBACore'
spec.dependency 'GRDB.swift', '4.4.0'
spec.dependency 'Kingfisher', '5.8.3'
spec.dependency 'PKHUD', '5.3.0'
spec.dependency 'FlexLayout', '1.3.17'
spec.dependency 'PinLayout', '1.8.12'
spec.dependency 'Tabman', '2.6.3'
end