Skip to content

Commit

Permalink
fix source and version
Browse files Browse the repository at this point in the history
  • Loading branch information
ERussel committed Oct 25, 2021
1 parent dbcc66e commit c8b5a19
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Example/SubstrateSdk.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
60654FCEF77A2B707A129454 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
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 = "<group>"; };
84060E992726870E0070F2E4 /* SubstrateSdk.podspec */ = {isa = PBXFileReference; lastKnownFileType = text; name = SubstrateSdk.podspec; path = ../SubstrateSdk.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
841D528925C4A11900DFA15B /* RegexParserTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RegexParserTests.swift; sourceTree = "<group>"; };
841D52B325C6BAE600DFA15B /* ComponentsParserTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ComponentsParserTests.swift; sourceTree = "<group>"; };
841D52E525C6DD1E00DFA15B /* TypeMappingParserTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TypeMappingParserTests.swift; sourceTree = "<group>"; };
Expand Down
8 changes: 4 additions & 4 deletions SubstrateSdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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' => '[email protected]' }
s.source = { :git => 'https://github.com/soramitsu/fearless-utils-iOS.git', :tag => s.version.to_s }
s.author = { 'ERussel' => '[email protected]' }
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'
Expand Down

0 comments on commit c8b5a19

Please sign in to comment.