1 Star 0 Fork 0

zhaoxiaohui/objc-geohash

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
objc-geohash.podspec 500 Bytes
一键复制 编辑 原始数据 按行查看 历史
lyokato 提交于 2018-08-16 15:03 . updated podspec
Pod::Spec.new do |spec|
spec.name = 'objc-geohash'
spec.version = '0.0.3'
spec.homepage = 'https://github.com/lyokato/objc-geohash'
spec.license = 'MIT'
spec.summary = 'Objective-C GeoHash Library.'
spec.author = { 'Lyo Kato' => '[email protected]' }
spec.source = { :git => 'https://github.com/lyokato/objc-geohash.git', :tag => '0.0.3' }
spec.source_files = 'Classes/ARC/*'
spec.header_dir = 'Objc_GeoHash'
spec.requires_arc = true
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yiluxiangwan/objc-geohash.git
[email protected]:yiluxiangwan/objc-geohash.git
yiluxiangwan
objc-geohash
objc-geohash
master

搜索帮助