- Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathGooglePlacesSearchController.podspec
More file actions
Latest commit
19 lines (16 loc) · 969 Bytes
/
Copy pathGooglePlacesSearchController.podspec
File metadata and controls
19 lines (16 loc) · 969 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Pod::Spec.newdo |s|
s.name="GooglePlacesSearchController"
s.version="0.2.3"
s.summary="Autocompleting address search controller, uses Google Maps Autocomplete API. Written in Swift 4."
s.homepage="https://github.com/shmidt/GooglePlacesSearchController"
s.screenshots="https://raw.githubusercontent.com/shmidt/GooglePlacesSearchController/master/Screenshots/view.png","https://raw.githubusercontent.com/shmidt/GooglePlacesSearchController/master/Screenshots/search.png"
s.license='MIT'
s.author={"Dmitry Shmidt"=>"dima.shmidt@gmail.com"}
s.social_media_url="https://twitter.com/mind_detonator"
s.swift_version='4.0'
s.source={:git=>"https://github.com/shmidt/GooglePlacesSearchController.git",:tag=>s.version.to_s}
s.platform=:ios,'8.0'
s.requires_arc=true
s.source_files='Pod/Classes/**/*'
s.resources='Pod/Assets/*.png'
end