Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Commit cc932dd

Browse files
committed
Allow WordPressShared to be updated easily
1 parent 4d61f0e commit cc932dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ target 'WordPressKit' do
1818
pod 'OHHTTPStubs', '6.1.0'
1919
pod 'OHHTTPStubs/Swift', '6.1.0'
2020
pod 'OCMock', '~> 3.4.2'
21-
pod 'WordPressShared', '1.2.0-beta.1'
21+
pod 'WordPressShared', '~> 1.2.0-beta.1'
2222
end
2323
end

WordPressKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Pod::Spec.new do |s|
2222

2323
s.dependency 'Alamofire', '~> 4.7.3'
2424
s.dependency 'CocoaLumberjack', '3.4.2'
25-
s.dependency 'WordPressShared', '1.2.0-beta.1'
25+
s.dependency 'WordPressShared', '~> 1.2.0-beta.1'
2626
s.dependency 'NSObject-SafeExpectations', '0.0.3'
2727
s.dependency 'wpxmlrpc', '0.8.3'
2828
s.dependency 'UIDeviceIdentifier', '~> 0.4'

0 commit comments

Comments
 (0)