Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need Swift 2.3 version of this library #75

Closed
preetirani opened this issue Sep 27, 2016 · 2 comments
Closed

Need Swift 2.3 version of this library #75

preetirani opened this issue Sep 27, 2016 · 2 comments

Comments

@preetirani
Copy link

I need to integrate this library in my project which is using swift 2.3 , through pods . Please let me know to get that version of this library

@27deabril
Copy link

My project is also using Swift 2.3 and I've just successfully integrated with this class through pods. Are you using that famous "mini-script" to configure your pods?:

post_install do |installer|
    installer.pods_project.targets.each do |target|
        target.build_configurations.each do |configuration|
            configuration.build_settings['SWIFT_VERSION'] = "2.3"
        end
    end
end

In case you are not, just add that to the end of your podfile, run a new pod install and it should work.

@ariok
Copy link
Owner

ariok commented Oct 1, 2016

I close the issue since we already moved the project to Swift 3.0. Please try what @27deabril suggested. Anyway you can easily download release 1.1 and update it to swift 2.3 :)

@ariok ariok closed this as completed Oct 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants