Skip to content
This repository was archived by the owner on Jan 19, 2022. It is now read-only.

Commit e3145b0

Browse files
Luis PadronLuis Padron
authored andcommitted
Merge branch 'master' of github.com:luispadron/UICircularProgressRing
2 parents 48becd5 + 873505a commit e3145b0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,19 @@
3434
4. Open up the `.xcworkspace` that CocoaPods created
3535
5. Done!
3636

37+
__Note:__ If you have any issues with Swift 3 and CocoaPods you can try to force the version. (Cocoapods support for Swift 3 projects has been a bit wonky).
38+
39+
Add this to the end of your `Podfile`
40+
41+
```ruby
42+
post_install do |installer|
43+
installer.pods_project.targets.each do |target|
44+
target.build_configurations.each do |configuration|
45+
configuration.build_settings['SWIFT_VERSION'] = "3.0"
46+
end
47+
end
48+
end
49+
```
3750

3851
### Carthage
3952

0 commit comments

Comments
 (0)