From 20e4fb4b6b8e441f513dd5f7bf2c44fe5c13361c Mon Sep 17 00:00:00 2001 From: Patrick Steadman Date: Fri, 15 May 2020 23:52:38 -0400 Subject: [PATCH 1/5] Update RNNativeIOS.podspec --- ios/RNNativeIOS.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ios/RNNativeIOS.podspec b/ios/RNNativeIOS.podspec index a5590de..8b671f8 100644 --- a/ios/RNNativeIOS.podspec +++ b/ios/RNNativeIOS.podspec @@ -6,7 +6,7 @@ Pod::Spec.new do |s| s.description = <<-DESC RNNativeIOS DESC - s.homepage = "" + s.homepage = "https://github.com/computer-lab/NativeIOS" s.license = "MIT" # s.license = { :type => "MIT", :file => "FILE_LICENSE" } s.author = { "author" => "author@domain.cn" } @@ -21,4 +21,4 @@ Pod::Spec.new do |s| end - \ No newline at end of file + From 7687ac80cba6ea4fb6dcc7717251f900b500dfa9 Mon Sep 17 00:00:00 2001 From: Patrick Steadman Date: Sat, 16 May 2020 01:08:05 -0400 Subject: [PATCH 2/5] add podspec Signed-off-by: Patrick Steadman --- NativeIos.podspec | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 NativeIos.podspec diff --git a/NativeIos.podspec b/NativeIos.podspec new file mode 100644 index 0000000..73d7bfa --- /dev/null +++ b/NativeIos.podspec @@ -0,0 +1,11 @@ +Pod::Spec.new do |s| + s.name = "NativeIos" + s.version = "1.0.0" + s.summary = "" + s.homepage = "https://www.github.com/modavi/native-ios" + s.license = { :type => "" } + s.authors = { "" => "" } + s.platform = :ios, "8.0" + s.source = { :path => "." } + s.source_files = "ios", "ios/**/*.{h,m}" + s.dependency 'React'end From 2bfb002ee5613e1f5b3b5e49ad028063a9271e93 Mon Sep 17 00:00:00 2001 From: Patrick Steadman Date: Sat, 16 May 2020 01:17:46 -0400 Subject: [PATCH 3/5] fix original podspec Signed-off-by: Patrick Steadman --- NativeIos.podspec | 11 ----------- ios/RNNativeIOS.podspec | 2 +- 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 NativeIos.podspec diff --git a/NativeIos.podspec b/NativeIos.podspec deleted file mode 100644 index 73d7bfa..0000000 --- a/NativeIos.podspec +++ /dev/null @@ -1,11 +0,0 @@ -Pod::Spec.new do |s| - s.name = "NativeIos" - s.version = "1.0.0" - s.summary = "" - s.homepage = "https://www.github.com/modavi/native-ios" - s.license = { :type => "" } - s.authors = { "" => "" } - s.platform = :ios, "8.0" - s.source = { :path => "." } - s.source_files = "ios", "ios/**/*.{h,m}" - s.dependency 'React'end diff --git a/ios/RNNativeIOS.podspec b/ios/RNNativeIOS.podspec index 8b671f8..e6d08a4 100644 --- a/ios/RNNativeIOS.podspec +++ b/ios/RNNativeIOS.podspec @@ -12,7 +12,7 @@ Pod::Spec.new do |s| s.author = { "author" => "author@domain.cn" } s.platform = :ios, "7.0" s.source = { :git => "https://github.com/author/RNNativeIOS.git", :tag => "master" } - s.source_files = "RNNativeIos/**/*.{h,m}" + s.source_files = "src/**/*.{h,m}" s.requires_arc = true From 0f782c234d9b594cb64fc515a10bbf65cfd251ec Mon Sep 17 00:00:00 2001 From: Patrick Steadman Date: Sat, 16 May 2020 01:32:21 -0400 Subject: [PATCH 4/5] fix Podspec by moving it to root, fixing author metadata Signed-off-by: Patrick Steadman --- ios/RNNativeIOS.podspec => RNNativeIOS.podspec | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) rename ios/RNNativeIOS.podspec => RNNativeIOS.podspec (70%) diff --git a/ios/RNNativeIOS.podspec b/RNNativeIOS.podspec similarity index 70% rename from ios/RNNativeIOS.podspec rename to RNNativeIOS.podspec index e6d08a4..de8fcbb 100644 --- a/ios/RNNativeIOS.podspec +++ b/RNNativeIOS.podspec @@ -6,12 +6,12 @@ Pod::Spec.new do |s| s.description = <<-DESC RNNativeIOS DESC - s.homepage = "https://github.com/computer-lab/NativeIOS" + s.homepage = "https://github.com/modavi/NativeIOS" s.license = "MIT" # s.license = { :type => "MIT", :file => "FILE_LICENSE" } - s.author = { "author" => "author@domain.cn" } + s.author = { "author" => "modavi@github.com" } s.platform = :ios, "7.0" - s.source = { :git => "https://github.com/author/RNNativeIOS.git", :tag => "master" } + s.source = { :git => "https://github.com/modavi/RNNativeIOS.git", :tag => "master" } s.source_files = "src/**/*.{h,m}" s.requires_arc = true @@ -20,5 +20,3 @@ Pod::Spec.new do |s| #s.dependency "others" end - - From 339b6718074cb7299e395d4d5e1883708471ede3 Mon Sep 17 00:00:00 2001 From: Patrick Steadman Date: Sat, 16 May 2020 01:36:01 -0400 Subject: [PATCH 5/5] bump version number Signed-off-by: Patrick Steadman --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 29cc3ce..a149136 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "native-ios", - "version": "1.0.0", + "version": "1.0.1", "description": "", "main": "index.js", "scripts": {