Originally created by @jaddoescad on GitHub (Nov 29, 2016).
I'm installing 'CoreStore' on cocoapods. I wish to only install CoreStore not GCD kit but it always comes with it. GCDKit does not work with swift 3 and is causing all kinds of errors, preventing the use of what seems to be a great framework.
Originally created by @jaddoescad on GitHub (Nov 29, 2016).
I'm installing 'CoreStore' on cocoapods. I wish to only install CoreStore not GCD kit but it always comes with it. GCDKit does not work with swift 3 and is causing all kinds of errors, preventing the use of what seems to be a great framework.
@JohnEstropia commented on GitHub (Nov 29, 2016):
@jadslim313 Hi, CoreStore's swift3_develop branch doesn't depend on GCDKit anymore (although GCDKit also has its own swift 3 branch)
[Podspec](https://github.com/JohnEstropia/CoreStore/blob/swift3_develop/CoreStore.podspec)
You do need to specify the swift3_develop branch in your Podfile:
```ruby
pod 'CoreStore', :git => 'https://github.com/JohnEstropia/CoreStore.git', :branch => 'swift3_develop'
```
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @jaddoescad on GitHub (Nov 29, 2016).
I'm installing 'CoreStore' on cocoapods. I wish to only install CoreStore not GCD kit but it always comes with it. GCDKit does not work with swift 3 and is causing all kinds of errors, preventing the use of what seems to be a great framework.
@JohnEstropia commented on GitHub (Nov 29, 2016):
@jadslim313 Hi, CoreStore's swift3_develop branch doesn't depend on GCDKit anymore (although GCDKit also has its own swift 3 branch)
Podspec
You do need to specify the swift3_develop branch in your Podfile:
@JohnEstropia commented on GitHub (Nov 30, 2016):
I'm closing this issue. If you have other problems feel free to reopen :)