-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLHxHub.podspec
More file actions
17 lines (16 loc) · 856 Bytes
/
LHxHub.podspec
File metadata and controls
17 lines (16 loc) · 856 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Pod::Spec.new do |spec|
spec.name = "LHxHub"
spec.version = "1.0.11"
spec.summary = "A personal framework only use by laohanme"
spec.description = "A personal framework that made by laohanme"
spec.homepage = "https://github.com/laohanme/LHxHub"
spec.license = { :type => 'MIT', :file => 'LICENSE' }
spec.author = "laohanme"
spec.social_media_url = "https://twitter.com/laohanme"
spec.platform = :ios, "12.0"
spec.ios.deployment_target = '11.0'
spec.source = { :git => "https://github.com/laohanme/LHxHub.git", :tag => "#{spec.version}" }
spec.source_files = "Sources/**/*{h,m,swift}"
spec.swift_versions = "5.0"
spec.frameworks = 'UIKit', 'Foundation'
end