-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathSRAttractionsMap.podspec
More file actions
18 lines (15 loc) · 914 Bytes
/
Copy pathSRAttractionsMap.podspec
File metadata and controls
18 lines (15 loc) · 914 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Pod::Spec.new do |s|
s.name = 'SRAttractionsMap'
s.version = '1.0.3'
s.summary = 'This is the map which contains attractions added on it.'
s.description = <<-DESC
The map contains attractions placed on it with the abillity to click and see the full description.
DESC
s.homepage = 'https://github.com/rsrbk/SRAttractionsMap.git'
s.license = { :type => 'MIT', :file => 'LICENSE.txt' }
s.author = { 'Ruslan Serebriakov' => 'rsrbk1@gmail.com' }
s.source = { :git => 'https://github.com/rsrbk/SRAttractionsMap.git', :tag => s.version.to_s }
s.ios.deployment_target = '11.0'
s.source_files = 'SRAttractionsMap/**/*.swift'
s.resources = 'SRAttractionsMap/Callout\ View/close_icon.png', 'SRAttractionsMap/Callout\ View/SRCalloutView.xib', 'SRAttractionsMap/Annotation\ View/annotation_icon.png'
end