alladinian Posted April 10, 2013 Share Posted April 10, 2013 (edited) Hi there, This is my first workflow and I thought it would be cool to share it with you people The workflow is far from perfect that's for sure (a big reason for this is that relies on undocumented/non-public api for performing the search on cocoapods.org [i will contact them in order to see if there's a proper solution... when I'll find some spare time ]) The actual workflow is very simple, it gets a query and searches for any pods by name, indicating the current version and platform support (via its icon). Hit enter on a result and it will open the project's webpage for you. The undrelying script is written in Python and it uses the BeautifulSoup module (I wish I could avoid it but it's part of the problem mentioned above). You can find the workflow at github here My email is alladinian@gmail.com and you can find me on Twitter as @alladinian I hope you guys will find the workflow useful, thanks ! Edited April 10, 2013 by alladinian Link to comment
barrettj Posted April 10, 2013 Share Posted April 10, 2013 Nice! I was trying to figure out how I could parse the results of the 'pod search' command line and never got very far. Thanks for this! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now