alerts-and-pickers
alerts-and-pickers copied to clipboard
Installation via CocoaPods
Can you make it possible to install via CocoaPods?
Hi, A pull request has been submitted. https://github.com/dillidon/Alerts-Pickers/pull/11
Until it is validated and push on Cocoapods repository you can use the podspec to install locally using my repo
any update on this?
@Bernix01 I have made the pull request with cocoa pods spec and code update to make class and method public to use with cocoapod installation. But merge request has been closed with no further explanation.
https://github.com/dillidon/alerts-and-pickers/pull/11
Since I have no answer from @dillidon I have publish to the cocoa pods spec the AlertsPickers library. @dillidon if you want to merge I can make a pull request :)
Updating spec repo master
🎉 Congrats
🚀 RLBAlertsPickers (1.0) successfully published 📅 February 9th, 11:35 🌎 https://cocoapods.org/pods/RLBAlertsPickers 👍 Tell your friends!
If you get an error while installing RLBAlertsPickers via CocoaPods. Try this in your Podfile.
pod 'RLBAlertsPickers', :git => 'https://github.com/loicgriffie/Alerts-Pickers.git', :branch => 'master'
I tried to use this but its not working
@Maximelc unfortunately, pod "RLBAlertsPickers" does not support iOS10 as a minimum iOS version. Looking forward to having iOS 10+ support via pod
@Maximelc Original Lib is not compatible for ios10 only ios11+ I can take some time to check if it can be as is compatible ios10 and if so will update pod accordingly
@loicgriffie I saw but unfortunately I (and most likely lots of devs) had to support iOS10
+1
@Maximelc Original Lib is not compatible for ios10 only ios11+ I can take some time to check if it can be as is compatible ios10 and if so will update pod accordingly
Sorry i absolutely forgot to check for iOS10 compatibility. Give me one day or saw to check if it's heavy load work
@Maximelc I just checked and pod is fine with ios10 with version 1.1
https://github.com/loicgriffie/Alerts-Pickers/blob/master/RLBAlertsPickers.podspec
@loicgriffie im having issues while trying to install with support of ios10
pod 'RLBAlertsPickers', '~> 1.1.1'
[!] CocoaPods could not find compatible versions for pod "RLBAlertsPickers": In snapshot (Podfile.lock): RLBAlertsPickers (= 1.0) In Podfile: RLBAlertsPickers Specs satisfying the
RLBAlertsPickers, RLBAlertsPickers (= 1.0)
dependency were found, but they required a higher minimum deployment target
any suggestions?
Can you try to update to version 1.1.2 ?
@loicgriffie thanks it worked!!!
@loicgriffie thanks it worked!!!
didn't work for me, please help
remote: Repository not found. fatal: repository 'https://github.com/loicgriffie/Alerts-Pickers.git/' not found
If you get an error while installing RLBAlertsPickers via CocoaPods. Try this in your Podfile.
pod 'RLBAlertsPickers', :git => 'https://github.com/loicgriffie/Alerts-Pickers.git', :branch => 'master'
remote: Repository not found. fatal: repository 'https://github.com/loicgriffie/Alerts-Pickers.git/' not found
I can't install the repo, its requesting my githubg username and password