-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreact-native-tomtom-maps.podspec
More file actions
29 lines (23 loc) · 936 Bytes
/
react-native-tomtom-maps.podspec
File metadata and controls
29 lines (23 loc) · 936 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
require "json"
package = JSON.parse(File.read(File.join(__dir__, "package.json")))
Pod::Spec.new do |s|
s.name = "react-native-tomtom-maps"
s.version = package["version"]
s.summary = package["description"]
s.description = <<-DESC
react-native-tomtom-maps
DESC
s.homepage = "https://github.com/aliustaoglu/react-native-tomtom-maps"
s.license = "MIT"
# s.license = { :type => "MIT", :file => "FILE_LICENSE" }
s.authors = { "Cuneyt Aliustaoglu" => "aliustaoglu@yahoo.com" }
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/aliustaoglu/react-native-tomtom-maps.git", :tag => "#{s.version}" }
s.swift_version = '5.0'
s.source_files = "ios/**/*.{h,m,swift}"
s.requires_arc = true
s.dependency "React"
s.dependency 'TomTomOnlineSDKMaps'
#s.dependency 'AFNetworking', '~> 3.0'
# s.dependency "..."
end