Skip to content

Commit

Permalink
update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Bảo Gia committed Aug 3, 2021
1 parent e6b5370 commit 2f89ad3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/ios/PhotoEditorExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh";
shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh\n";
};
2D02E4CB1E0B4B27006451C7 /* Bundle React Native Code And Images */ = {
isa = PBXShellScriptBuildPhase;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baronha/react-native-photo-editor",
"version": "0.1.0",
"version": "0.1.2",
"description": "🌄 Image editor using native modules for iOS and Android",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
1 change: 1 addition & 0 deletions react-native-photo-editor.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Pod::Spec.new do |s|

s.platforms = { :ios => "12.0" }
s.source = { :git => "https://github.com/baronha/react-native-photo-editor.git", :tag => "#{s.version}" }
s.swift_version = '5.3'

s.source_files = "ios/**/*.{h,m,mm,swift}"

Expand Down

0 comments on commit 2f89ad3

Please sign in to comment.