forked from almassapargali/LocationPicker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLocationPicker.podspec
More file actions
16 lines (16 loc) · 810 Bytes
/
LocationPicker.podspec
File metadata and controls
16 lines (16 loc) · 810 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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