Skip to content

Commit

Permalink
Finalize pod versions for 11.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jkmassel committed Jan 25, 2019
1 parent e53ed54 commit 318f9b9
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
8 changes: 4 additions & 4 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ end
##
def wordpress_shared
## for production:
pod 'WordPressShared', '~> 1.6.1-beta.1'
pod 'WordPressShared', '~> 1.6.2'

## for development:
##pod 'WordPressShared', :path => '../WordPress-iOS-Shared'
Expand Down Expand Up @@ -52,7 +52,7 @@ def wordpress_ui
end

def wordpress_kit
pod 'WordPressKit', '~> 1.8.0-beta'
pod 'WordPressKit', '~> 1.8.0'
##pod 'WordPressKit', :git => 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', :commit => '28ca4a9'
##pod 'WordPressKit', :path => '~/Developer/a8c/WordPressKit-iOS'
end
Expand Down Expand Up @@ -124,14 +124,14 @@ target 'WordPress' do
## Automattic libraries
## ====================
##
pod 'Automattic-Tracks-iOS', :git => 'https://github.com/Automattic/Automattic-Tracks-iOS.git', :tag => '0.3-beta.1'
pod 'Automattic-Tracks-iOS', :git => 'https://github.com/Automattic/Automattic-Tracks-iOS.git', :tag => '0.3'
pod 'NSURL+IDN', '0.3'
pod 'WPMediaPicker', '1.3.2'
pod 'Gridicons', '~> 0.16'
## while PR is in review:
## pod 'WPMediaPicker', :git => 'https://github.com/wordpress-mobile/MediaPicker-iOS.git', :commit => 'e546205cd2a992838837b0a4de502507b89b6e63'

pod 'WordPressAuthenticator', '~> 1.1.8-beta.3'
pod 'WordPressAuthenticator', '~> 1.1.8'
#pod 'WordPressAuthenticator', :path => '../WordPressAuthenticator-iOS'
#pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git' , :commit => '82900447393674532003833cc1f3a4ad1c53997f'

Expand Down
32 changes: 16 additions & 16 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ PODS:
- AFNetworking/UIKit (3.2.1):
- AFNetworking/NSURLSession
- Alamofire (4.7.3)
- Automattic-Tracks-iOS (0.3-beta.1):
- Automattic-Tracks-iOS (0.3):
- CocoaLumberjack (~> 3.4.1)
- Reachability (~> 3.1)
- UIDeviceIdentifier (~> 1.1.4)
Expand Down Expand Up @@ -177,7 +177,7 @@ PODS:
- WordPress-Aztec-iOS (1.4.1)
- WordPress-Editor-iOS (1.4.1):
- WordPress-Aztec-iOS (= 1.4.1)
- WordPressAuthenticator (1.1.8-beta.3):
- WordPressAuthenticator (1.1.8):
- 1PasswordExtension (= 1.8.5)
- Alamofire (= 4.7.3)
- CocoaLumberjack (= 3.4.2)
Expand All @@ -186,17 +186,17 @@ PODS:
- lottie-ios (= 2.5.2)
- "NSURL+IDN (= 0.3)"
- SVProgressHUD (= 2.2.5)
- WordPressKit (~> 1.8.0-beta)
- WordPressKit (~> 1.8.0)
- WordPressShared (~> 1.4)
- WordPressUI (~> 1.0)
- WordPressKit (1.8.0-beta.1):
- WordPressKit (1.8.0):
- Alamofire (~> 4.7.3)
- CocoaLumberjack (= 3.4.2)
- NSObject-SafeExpectations (= 0.0.3)
- UIDeviceIdentifier (~> 1.1.4)
- WordPressShared (~> 1.4)
- wpxmlrpc (= 0.8.4)
- WordPressShared (1.6.1-beta.1):
- WordPressShared (1.6.2):
- CocoaLumberjack (~> 3.4)
- FormatterKit/TimeIntervalFormatter (= 1.8.2)
- WordPressUI (1.2.0)
Expand All @@ -217,7 +217,7 @@ DEPENDENCIES:
- 1PasswordExtension (= 1.8.5)
- AFNetworking (= 3.2.1)
- Alamofire (= 4.7.3)
- Automattic-Tracks-iOS (from `https://github.com/Automattic/Automattic-Tracks-iOS.git`, tag `0.3-beta.1`)
- Automattic-Tracks-iOS (from `https://github.com/Automattic/Automattic-Tracks-iOS.git`, tag `0.3`)
- BuddyBuildSDK (= 1.0.17)
- CocoaLumberjack (= 3.4.2)
- Crashlytics (= 3.12.0)
Expand Down Expand Up @@ -246,9 +246,9 @@ DEPENDENCIES:
- Starscream (= 3.0.6)
- SVProgressHUD (= 2.2.5)
- WordPress-Editor-iOS (= 1.4.1)
- WordPressAuthenticator (~> 1.1.8-beta.3)
- WordPressKit (~> 1.8.0-beta)
- WordPressShared (~> 1.6.1-beta.1)
- WordPressAuthenticator (~> 1.1.8)
- WordPressKit (~> 1.8.0)
- WordPressShared (~> 1.6.2)
- WordPressUI (from `https://github.com/wordpress-mobile/WordPressUI-iOS.git`, tag `1.2.0`)
- WPMediaPicker (= 1.3.2)
- yoga (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/master/react-native-gutenberg-bridge/third-party-podspecs/yoga.podspec.json`)
Expand Down Expand Up @@ -298,7 +298,7 @@ SPEC REPOS:
EXTERNAL SOURCES:
Automattic-Tracks-iOS:
:git: https://github.com/Automattic/Automattic-Tracks-iOS.git
:tag: 0.3-beta.1
:tag: '0.3'
Folly:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/master/react-native-gutenberg-bridge/third-party-podspecs/Folly.podspec.json
Gutenberg:
Expand All @@ -325,7 +325,7 @@ EXTERNAL SOURCES:
CHECKOUT OPTIONS:
Automattic-Tracks-iOS:
:git: https://github.com/Automattic/Automattic-Tracks-iOS.git
:tag: 0.3-beta.1
:tag: '0.3'
Gutenberg:
:git: http://github.com/wordpress-mobile/gutenberg-mobile/
:tag: v0.3.4
Expand All @@ -343,7 +343,7 @@ SPEC CHECKSUMS:
1PasswordExtension: 0e95bdea64ec8ff2f4f693be5467a09fac42a83d
AFNetworking: b6f891fdfaed196b46c7a83cf209e09697b94057
Alamofire: c7287b6e5d7da964a70935e5db17046b7fde6568
Automattic-Tracks-iOS: 44a384695dd4d37707912d964b48b6e95742717f
Automattic-Tracks-iOS: ebf4af27bc662682f785a272afe19eba49747fe3
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
BuddyBuildSDK: 8ae12ee721098b356a961ea7dce70ae55f93a7d2
CocoaLumberjack: db7cc9e464771f12054c22ff6947c5a58d43a0fd
Expand Down Expand Up @@ -380,15 +380,15 @@ SPEC CHECKSUMS:
UIDeviceIdentifier: 8f8a24b257a4d978c8d40ad1e7355b944ffbfa8c
WordPress-Aztec-iOS: 383ea61afd3f96ef4d0c7e3f1ab8e7a362f5cd67
WordPress-Editor-iOS: 617116ef6b454ff11eed2cbdeafc6cf78a54aec2
WordPressAuthenticator: 18cdcfd5c13e2caa0271c0fba1e8169bfb0e124c
WordPressKit: 6f7490df5367bb988acda5146b8b52bd1779a67c
WordPressShared: c52ecb98864f4474c8c18d3ee20103ac3542f494
WordPressAuthenticator: edea3f3cb344c97f2381722286c398a027054d4c
WordPressKit: 23d7de239367cfea9f9eef8aefe1933e47566cf2
WordPressShared: 111e5c935a4540a403d63811f1aba2a14e2fd074
WordPressUI: 44fe43a9c5c504dfd534286e39e1ce6ebcd69ff5
WPMediaPicker: e50edd8f30f5d87288840941ef3ff9cd11860937
wpxmlrpc: 6ba55c773cfa27083ae4a2173e69b19f46da98e2
yoga: f37b1edbd68be803f1dc4d57d40d8a5b277d8e2c
ZendeskSDK: 44ee00338dd718495f0364369420ae11b389c878

PODFILE CHECKSUM: 68903b7d2c5384bcde6ef94166ea3dc26c336256
PODFILE CHECKSUM: 2a1d64bc084e239209898a7983a56579bcbc52e4

COCOAPODS: 1.5.3

0 comments on commit 318f9b9

Please sign in to comment.