File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1
1
require 'json'
2
2
3
- package = JSON . parse ( File . read ( File . join ( __dir__ , '../ package.json' ) ) )
3
+ package = JSON . parse ( File . read ( File . join ( __dir__ , 'package.json' ) ) )
4
4
5
5
Pod ::Spec . new do |spec |
6
6
spec . name = "ReactNativeBrownfield"
@@ -14,7 +14,7 @@ Pod::Spec.new do |spec|
14
14
15
15
# s.source = { :git => "[email protected] /michalchudziak/react-native-brownfield.git", :tag => "v#{s.version}" }
16
16
spec . source = { :path => "." }
17
- spec . source_files = "**/*.{h,m}"
17
+ spec . source_files = "ios/ **/*.{h,m}"
18
18
19
19
spec . dependency 'React'
20
20
end
Original file line number Diff line number Diff line change @@ -29,6 +29,4 @@ target 'NativeExample' do
29
29
30
30
use_native_modules! ( '../..' )
31
31
32
- pod 'ReactNativeBrownfield' , :path => '../../ios'
33
-
34
32
end
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ DEPENDENCIES:
109
109
- React-RCTText (from `../../node_modules/react-native/Libraries/Text`)
110
110
- React-RCTVibration (from `../../node_modules/react-native/Libraries/Vibration`)
111
111
- React-RCTWebSocket (from `../../node_modules/react-native/Libraries/WebSocket`)
112
- - ReactNativeBrownfield (from `../../ios `)
112
+ - ReactNativeBrownfield (from `../../`)
113
113
- RNGestureHandler (from `../../node_modules/react-native-gesture-handler`)
114
114
- yoga (from `../../node_modules/react-native/ReactCommon/yoga`)
115
115
@@ -161,7 +161,7 @@ EXTERNAL SOURCES:
161
161
React-RCTWebSocket:
162
162
:path: "../../node_modules/react-native/Libraries/WebSocket"
163
163
ReactNativeBrownfield:
164
- :path: "../../ios "
164
+ :path: "../../"
165
165
RNGestureHandler:
166
166
:path: "../../node_modules/react-native-gesture-handler"
167
167
yoga:
@@ -190,10 +190,10 @@ SPEC CHECKSUMS:
190
190
React-RCTText: 685fca2e13b024271048e7e247ef24476f28a41e
191
191
React-RCTVibration: 4ee1cf208ab17a50fafb1c16ffe28fe594a64e4f
192
192
React-RCTWebSocket: fca087d583724aa0e5fef7d911f0f2a28d0f2736
193
- ReactNativeBrownfield: 9ea6e9bee9cbe4389598631670e815997024ff2a
193
+ ReactNativeBrownfield: af3caba0d9116aaec5964348258636293fa94f7c
194
194
RNGestureHandler: 5329a942fce3d41c68b84c2c2276ce06a696d8b0
195
195
yoga: 616fde658be980aa60a2158835170f3f9c2d04b4
196
196
197
- PODFILE CHECKSUM: 9eb067650fd7e3b5b51f03a2fce8acb6f2d9b5f3
197
+ PODFILE CHECKSUM: ba373afec6fc96ea314dd755df3ac5ef81b30999
198
198
199
199
COCOAPODS: 1.7.3
You can’t perform that action at this time.
0 commit comments