加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
LocationPicker.podspec 810 Bytes
一键复制 编辑 原始数据 按行查看 历史
Pod::Spec.new do |s|
s.name = 'LocationPicker'
s.version = '1.4.2'
s.author = { 'Almas Sapargali' => 'almassapargali@gmail.com' }
s.homepage = 'https://github.com/almassapargali/LocationPicker'
s.description = "LocationPickerViewController is a UIViewController subclass to let users choose locations by searching or selecting on map. It's designed to work as UIImagePickerController."
s.summary = "UIViewController subclass for searching or selecting locations on map."
s.license = 'MIT'
s.source = { :git => 'https://github.com/almassapargali/LocationPicker.git', :tag => s.version.to_s }
s.source_files = 'LocationPicker'
s.resource = 'LocationPicker/Images.xcassets'
s.platform = :ios
s.swift_version = '5.0'
s.ios.deployment_target = '8.0'
s.requires_arc = true
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化