Skip to content

Commit

Permalink
Removed pod post install Swift version 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jimvanzummeren committed Sep 23, 2017
1 parent feed79d commit 968411b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15 deletions.
13 changes: 1 addition & 12 deletions Example/Podfile
Original file line number Diff line number Diff line change
@@ -1,21 +1,10 @@
use_frameworks!

target 'markymark_Example' do

pod 'markymark', :path => '../'

end

target 'markymark_Tests' do
inherit! :search_paths

pod 'markymark', :path => '../'
end

post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['SWIFT_VERSION'] = '3.0'
end
end
end
end
6 changes: 3 additions & 3 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- markymark (3.0.5)
- markymark (4.0.0)

DEPENDENCIES:
- markymark (from `../`)
Expand All @@ -9,8 +9,8 @@ EXTERNAL SOURCES:
:path: ../

SPEC CHECKSUMS:
markymark: 49c07dc01d73d26221b37eae660684aef60d3ca8
markymark: 36c1fea72dbebd5c0b29c478fe4708be9260c892

PODFILE CHECKSUM: 1823fb3e3e4adb2b8d02e7af879d75b146ddd807
PODFILE CHECKSUM: 702819c9a9352a2969fd49865aabe1f21e7c3404

COCOAPODS: 1.3.1

0 comments on commit 968411b

Please sign in to comment.