-
Notifications
You must be signed in to change notification settings - Fork 0
/
Genos.podspec
28 lines (25 loc) · 1006 Bytes
/
Genos.podspec
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
Pod::Spec.new do |s|
s.name = 'Genos'
s.version = '0.2.1'
s.license = 'MIT'
s.homepage = 'https://github.com/nyssance/GenosSwift'
s.author = { 'NY' => '[email protected]' }
s.summary = 'The BEST high-level framework for iOS by NY.'
s.source = { :git => 'https://github.com/nyssance/GenosSwift.git', :tag => s.version }
s.swift_versions = ['5.0', '5.1']
s.ios.deployment_target = '11.0'
s.source_files = 'Genos/Sources/**/*.swift'
s.resource_bundles = { 'Genos' => ['Genos/Resources/**/*'] }
s.dependency 'HMSegmentedControl'
s.dependency 'Alamofire', '5.0.0-rc.2'
s.dependency 'DeviceKit'
s.dependency 'Kingfisher', '~> 5.8.2'
s.dependency 'SwiftyBeaver', '~> 1.8.2'
s.dependency 'SwiftDate'
s.dependency 'SwiftEventBus'
s.dependency 'SwiftyUserDefaults'
s.dependency 'GrowingTextView'
s.dependency 'IQKeyboardManagerSwift'
s.dependency 'JSSAlertView'
s.dependency 'SwiftIcons'
end