Swift 2.3 tag
Opened this issue · 3 comments
Sorix commented
Please add tag 1.0.8 to the commit d9367fb, so users may use your framework with Swift 2.3 via that line in podfile:
pod 'EPContactsPicker', '~> 1.0.8'
In that commit I've already added version 1.0.8 to a podspec.
yashh commented
Can we please do this? Not all pods are updated for swift 3 but almost all of them are 2.3 compliant. This would unblock me.
Sorix commented
@yashh, you can use as temporary solution:
pod 'EPContactsPicker', :git => 'https://github.com/ipraba/EPContactsPicker/', :commit => 'd9367fbb83847749bfb7137c225e9b362e9d690b'
arshadsk5 commented
This project will support swift 2.