Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ def tracks
# pod 'Automattic-Tracks-iOS', :path => '../Automattic-Tracks-iOS'
end

def wordpress_kit
# To allow pod to pick up beta versions use -beta. E.g., 1.1.7-beta.1
pod 'WordPressKit', '~> 4.49.0'
# pod 'WordPressKit', :git => 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', :branch => ''
Comment on lines +37 to +39
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have opinions on how to define this but I'll leave them for a dedicated PR later on.

end

def keychain
pod 'KeychainAccess', '~> 4.2.2'
end
Expand Down Expand Up @@ -115,10 +121,7 @@ def yosemite_pods
alamofire
stripe_terminal
cocoa_lumberjack

# To allow pod to pick up beta versions use -beta. E.g., 1.1.7-beta.1
pod 'WordPressKit', '~> 4.49.0'
# pod 'WordPressKit', :git => 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', :branch => ''
wordpress_kit

aztec
end
Expand Down Expand Up @@ -174,9 +177,7 @@ def networking_pods
# Used for HTML parsing
aztec

# To allow pod to pick up beta versions use -beta. E.g., 1.1.7-beta.1
pod 'WordPressKit', '~> 4.49.0'
# pod 'WordPressKit', :git => 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', :branch => ''
wordpress_kit
end

# Networking Target:
Expand Down
2 changes: 1 addition & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,6 @@ SPEC CHECKSUMS:
ZendeskSupportProvidersSDK: 2bdf8544f7cd0fd4c002546f5704b813845beb2a
ZendeskSupportSDK: 3a8e508ab1d9dd22dc038df6c694466414e037ba

PODFILE CHECKSUM: 3b1ba1b6abc1062da9355f08123c1118559edf9c
PODFILE CHECKSUM: 55531c64b396f477ea6e3814ab400e9b14d0bf48

COCOAPODS: 1.11.3