Skip to content

Commit 2bcffb6

Browse files
committed
change OptimizelySDKShared podspec to search for shared tag and depend on core
1 parent 586dca4 commit 2bcffb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

OptimizelySDKShared.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010
s.tvos.deployment_target = "9.0"
1111
s.source = {
1212
:git => "https://github.com/optimizely/objective-c-sdk.git",
13-
:tag => "userProfile-"+s.version.to_s
13+
:tag => "shared-"+s.version.to_s
1414
}
1515
s.source_files = "OptimizelySDKShared/OptimizelySDKShared/*.{h,m}"
1616
s.public_header_files = "OptimizelySDKShared/OptimizelySDKShared/*.h"
@@ -21,5 +21,5 @@ Pod::Spec.new do |s|
2121
ss.dependency 'JSONModel', '= 1.3.0'
2222
ss.xcconfig = { "FRAMEWORK_SEARCH_PATHS" => "$(PODS_ROOT)/JSONModel" }
2323
end
24-
s.dependency 'OptimizelySDKCore'
24+
s.dependency 'OptimizelySDKCore', '=0.2.1-alpha'
2525
end

0 commit comments

Comments
 (0)