@expo/expo-modules-macros-plugin 0.0.7 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
require 'json'
|
|
2
|
-
|
|
3
|
-
package = JSON.parse(File.read(File.join(__dir__, '..', 'package.json')))
|
|
4
|
-
|
|
5
|
-
Pod::Spec.new do |s|
|
|
6
|
-
s.name = 'ExpoModulesMacros'
|
|
7
|
-
s.version = package['version']
|
|
8
|
-
s.summary = package['description']
|
|
9
|
-
s.description = package['description']
|
|
10
|
-
s.license = package['license']
|
|
11
|
-
s.author = package['author']
|
|
12
|
-
s.homepage = package['homepage']
|
|
13
|
-
s.platforms = {
|
|
14
|
-
:ios => '15.1',
|
|
15
|
-
:tvos => '15.1',
|
|
16
|
-
:osx => '11.0',
|
|
17
|
-
}
|
|
18
|
-
s.source = { git: 'https://github.com/expo/expo-modules-macros-plugin.git' }
|
|
19
|
-
s.source_files = 'Sources/ExpoModulesOptimized/**/*.swift'
|
|
20
|
-
|
|
21
|
-
# A stub test_spec is required for expo/expo native-tests to install this pod as a dependency.
|
|
22
|
-
s.test_spec 'Tests' do |test_spec|
|
|
23
|
-
test_spec.source_files = 'PodTests/**/*.swift'
|
|
24
|
-
end
|
|
25
|
-
end
|
package/expo-module.config.json
DELETED