forked from hyperdriveme/SwiftTurf
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSwiftTurf.podspec
More file actions
22 lines (17 loc) · 849 Bytes
/
SwiftTurf.podspec
File metadata and controls
22 lines (17 loc) · 849 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Pod::Spec.new do |s|
s.name = 'SwiftTurf'
s.version = '0.3.3'
s.summary = 'SwiftTurf is Swift wrapper of the TurfJS library. http://turfjs.org'
s.description = <<-DESC
SwiftTurf is Swift wrapper of the TurfJS library. More information can be found at http://turfjs.org.
DESC
s.homepage = 'https://github.com/AirMap/SwiftTurf'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Adolfo Martinelli' => 'adolfo@airmap.com' }
s.source = { :git => 'https://github.com/AirMap/SwiftTurf.git', :tag => s.version.to_s }
s.ios.deployment_target = '8.0'
s.tvos.deployment_target = '12.0'
s.osx.deployment_target = '10.10'
s.source_files = 'SwiftTurf/Classes/**/*'
s.resources = 'SwiftTurf/Assets/js/dist/bundle.js'
end