mirror of
https://github.com/status-im/react-native-status-keycard.git
synced 2025-02-28 20:10:28 +00:00
_
This commit is contained in:
parent
ae19379479
commit
455886d770
28
react-native-status-keycard.podspec
Normal file
28
react-native-status-keycard.podspec
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
require "json"
|
||||||
|
|
||||||
|
package = JSON.parse(File.read(File.join(__dir__, "package.json")))
|
||||||
|
|
||||||
|
Pod::Spec.new do |s|
|
||||||
|
s.name = "react-native-status-keycard"
|
||||||
|
s.version = package["version"]
|
||||||
|
s.summary = package["description"]
|
||||||
|
s.description = <<-DESC
|
||||||
|
react-native-status-keycard
|
||||||
|
DESC
|
||||||
|
s.homepage = "https://github.com/github_account/react-native-status-keycard"
|
||||||
|
# brief license entry:
|
||||||
|
s.license = "MIT"
|
||||||
|
# optional - use expanded license entry instead:
|
||||||
|
# s.license = { :type => "MIT", :file => "LICENSE" }
|
||||||
|
s.authors = { "Your Name" => "yourname@email.com" }
|
||||||
|
s.platforms = { :ios => "9.0" }
|
||||||
|
s.source = { :git => "https://github.com/github_account/react-native-status-keycard.git", :tag => "#{s.version}" }
|
||||||
|
|
||||||
|
s.source_files = "ios/**/*.{h,m,swift}"
|
||||||
|
s.requires_arc = true
|
||||||
|
|
||||||
|
s.dependency "React"
|
||||||
|
# ...
|
||||||
|
# s.dependency "..."
|
||||||
|
end
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user