mirror of
https://github.com/status-im/react-native-languages.git
synced 2026-08-27 18:11:10 +00:00
Initial release
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
require 'json'
|
||||
|
||||
package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
|
||||
|
||||
Pod::Spec.new do |spec|
|
||||
spec.name = "ReactNativeLanguages"
|
||||
spec.summary = "React Native properties and methods related to the language of the device"
|
||||
spec.version = package['version']
|
||||
|
||||
spec.authors = { "Mathieu Acthernoene" => "zoontek@gmail.com" }
|
||||
spec.homepage = "https://github.com/react-community/react-native-languages"
|
||||
spec.license = "MIT"
|
||||
spec.platform = :ios, "8.0"
|
||||
|
||||
spec.source = { :git => "https://github.com/react-community/react-native-languages.git" }
|
||||
spec.source_files = "ios/**/*.{h,m}"
|
||||
end
|
||||
Reference in New Issue
Block a user