Skip to content
This repository was archived by the owner on Aug 21, 2021. It is now read-only.

Commit 377aa8e

Browse files
committed
Remove cocoapods workaround, update required versions
1 parent f411a00 commit 377aa8e

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

Podfile

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,3 @@ end
2222
target 'SwinjectSimpleExampleTests' do
2323
testing_pods
2424
end
25-
26-
post_install do |installer|
27-
installer.pods_project.targets.each do |target|
28-
target.build_configurations.each do |config|
29-
# https://github.com/CocoaPods/CocoaPods/issues/5521
30-
# Now that we've updated to Swift 3, ensure that CocoaPods specify the correct version setting for all targets
31-
config.build_settings['SWIFT_VERSION'] = '3.0'
32-
end
33-
end
34-
end

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ This is an example project to demonstrate [dependency injection](https://en.wiki
66

77
## Requirements
88

9-
- Xcode 7
10-
- [CocoaPods](https://cocoapods.org) 0.38 or later
9+
- Xcode 8 or later
10+
- [CocoaPods](https://cocoapods.org) 1.1.0 or later
1111

1212
## Setup
1313

0 commit comments

Comments
 (0)