mirror of
https://github.com/zhigang1992/agora-react-native-rtm.git
synced 2026-05-27 16:59:24 +08:00
init
This commit is contained in:
20
agora-react-native-rtm.podspec
Normal file
20
agora-react-native-rtm.podspec
Normal file
@@ -0,0 +1,20 @@
|
||||
require 'json'
|
||||
|
||||
package = JSON.parse File.read File.join __dir__, "package.json"
|
||||
Pod::Spec.new do |s|
|
||||
s.name = package["name"]
|
||||
s.version = package["version"]
|
||||
s.summary = package["summary"]
|
||||
s.description = package["description"]
|
||||
|
||||
s.homepage = package["homepage"]
|
||||
s.license = package["license"]
|
||||
s.authors = package["authors"]
|
||||
s.platform = :ios
|
||||
s.source = { :git => package["repository"]["url"], :tag => "#{s.version}" }
|
||||
s.source_files = 'ios/src/**/*.{h,m}'
|
||||
|
||||
s.dependency 'AgoraRtm_iOS', '0.9.3'
|
||||
s.dependency 'React'
|
||||
s.ios.deployment_target = '8.0'
|
||||
end
|
||||
Reference in New Issue
Block a user