diff --git a/Example/SubstrateSdk.xcodeproj/project.pbxproj b/Example/SubstrateSdk.xcodeproj/project.pbxproj index d1591e4..e583d1a 100644 --- a/Example/SubstrateSdk.xcodeproj/project.pbxproj +++ b/Example/SubstrateSdk.xcodeproj/project.pbxproj @@ -134,7 +134,7 @@ 60654FCEF77A2B707A129454 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = ""; }; 607FACD01AFB9204008FA782 /* SubstrateSdkExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SubstrateSdkExample.app; sourceTree = BUILT_PRODUCTS_DIR; }; 607FACE51AFB9204008FA782 /* SubstrateSdkTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SubstrateSdkTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - 84060E992726870E0070F2E4 /* SubstrateSdk.podspec */ = {isa = PBXFileReference; lastKnownFileType = text; name = SubstrateSdk.podspec; path = ../SubstrateSdk.podspec; sourceTree = ""; }; + 84060E992726870E0070F2E4 /* SubstrateSdk.podspec */ = {isa = PBXFileReference; lastKnownFileType = text; name = SubstrateSdk.podspec; path = ../SubstrateSdk.podspec; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 841D528925C4A11900DFA15B /* RegexParserTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RegexParserTests.swift; sourceTree = ""; }; 841D52B325C6BAE600DFA15B /* ComponentsParserTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ComponentsParserTests.swift; sourceTree = ""; }; 841D52E525C6DD1E00DFA15B /* TypeMappingParserTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TypeMappingParserTests.swift; sourceTree = ""; }; diff --git a/SubstrateSdk.podspec b/SubstrateSdk.podspec index 7b468fd..a8148c6 100644 --- a/SubstrateSdk.podspec +++ b/SubstrateSdk.podspec @@ -8,13 +8,13 @@ Pod::Spec.new do |s| s.name = 'SubstrateSdk' - s.version = '0.13.1' + s.version = '1.0.0' s.summary = 'Utility library that implements clients specific logic to interact with substrate based networks' - s.homepage = 'https://github.com/soramitsu/fearless-utils-iOS' + s.homepage = 'https://github.com/nova-wallet/substrate-sdk-ios' s.license = { :type => 'MIT', :file => 'LICENSE' } - s.author = { 'ERussel' => 'rezin@soramitsu.co.jp' } - s.source = { :git => 'https://github.com/soramitsu/fearless-utils-iOS.git', :tag => s.version.to_s } + s.author = { 'ERussel' => 'ruslan@novawallet.io' } + s.source = { :git => 'https://github.com/nova-wallet/substrate-sdk-ios.git', :tag => s.version.to_s } s.swift_version = '5.0' s.ios.deployment_target = '11.0'