Skip to content

Commit

Permalink
Remove Swift 2.3 language lock. We now use Swift 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
jverkoey committed Jul 18, 2016
1 parent 5e1d68c commit 1e1c391
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions Podfile
Expand Up @@ -16,12 +16,4 @@ abstract_target 'MaterialMotionTransitions' do
target "UnitTests" do
project 'tests/apps/UnitTests/UnitTests.xcodeproj'
end

post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['SWIFT_VERSION'] = '2.3'
end
end
end
end
2 changes: 1 addition & 1 deletion Podfile.lock
Expand Up @@ -23,6 +23,6 @@ SPEC CHECKSUMS:
MaterialMotionRuntime: 97dd05916b9b445dbf5766fa202c08cf8d83f21f
MaterialMotionTransitions: f452f27e64ced27423e8de24cd45e999d316b50b

PODFILE CHECKSUM: 61b2113c2ac7d0de0eb972b83cb7f9145bc3dba3
PODFILE CHECKSUM: 90f5186fa290b8a2c486fcef69da138601909de9

COCOAPODS: 1.0.1

0 comments on commit 1e1c391

Please sign in to comment.