diff --git a/MapConductorCore.podspec b/MapConductorCore.podspec index 3064cae..50203a2 100644 --- a/MapConductorCore.podspec +++ b/MapConductorCore.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = "MapConductorCore" - s.version = "1.2.0" + s.version = "1.3.1" s.summary = "MapConductor's provider-agnostic core types and protocols." s.license = { :type => "Apache-2.0", :file => "LICENSE" } s.author = "MapConductor" s.homepage = "https://github.com/MapConductor/ios-sdk-core" - s.source = { :path => __dir__ } + s.source = { :git => "https://github.com/MapConductor/ios-sdk-core.git", :tag => s.version.to_s } s.platform = :ios, "15.1" s.swift_version = "5.9" s.source_files = "Sources/MapConductorCore/**/*.swift"