Skip to content

Commit

Permalink
Use swift4 branches for pods
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Sep 18, 2017
1 parent 0f4216d commit 0b96992
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Jedi/JsonPatchSync/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ platform :ios, '9.0'
use_frameworks!

target 'AeroGearSyncDemo' do
pod 'AeroGearSyncJsonPatch', '1.0.0-alpha.6'
pod 'AeroGearSyncClientJsonPatch', '1.0.0-alpha.6'
pod 'AeroGearSyncJsonPatch', :git => 'https://github.com/aerogear/aerogear-ios-sync', :branch => 'swift4'
pod 'AeroGearSyncClientJsonPatch', :git => 'https://github.com/aerogear/aerogear-ios-sync-client', :branch => 'swift4'
target 'AeroGearSyncDemoTests' do
pod 'AeroGearSyncJsonPatch', '1.0.0-alpha.6'
pod 'AeroGearSyncClientJsonPatch', '1.0.0-alpha.6'
pod 'AeroGearSyncJsonPatch', :git => 'https://github.com/aerogear/aerogear-ios-sync', :branch => 'swift4'
pod 'AeroGearSyncClientJsonPatch', :git => 'https://github.com/aerogear/aerogear-ios-sync-client', :branch => 'swift4'
end
end

0 comments on commit 0b96992

Please sign in to comment.