diff --git a/ios/RNNativeIOS.podspec b/RNNativeIOS.podspec similarity index 65% rename from ios/RNNativeIOS.podspec rename to RNNativeIOS.podspec index a5590de..de8fcbb 100644 --- a/ios/RNNativeIOS.podspec +++ b/RNNativeIOS.podspec @@ -6,13 +6,13 @@ Pod::Spec.new do |s| s.description = <<-DESC RNNativeIOS DESC - s.homepage = "" + 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_files = "RNNativeIos/**/*.{h,m}" + 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 - - \ No newline at end of file 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": {