Commit af2e42bc authored by Qiu Xiang's avatar Qiu Xiang

Add podspec

parent 0cd273b2
require 'json'
package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
Pod::Spec.new do |s|
s.name = "react-native-amap3d"
s.version = package['version']
s.summary = "React Native AMap3D component for iOS"
s.authors = { "qiuxiang" => "i@7c00.cc" }
s.homepage = "https://github.com/qiuxiang/react-native-amap3d"
s.license = "MIT"
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/qiuxiang/react-native-amap3d.git" }
s.source_files = "ios/**/*.{h,m}"
s.dependency 'React'
s.dependency 'AMap3DMap'
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment