soffes / SSPullToRefresh

Simple and highly customizable pull to refresh view
MIT License
885 stars 139 forks source link

Added cocoapods support #5

Closed yas375 closed 12 years ago

yas375 commented 12 years ago

I've created a cocoapods spec for your project. Have tested it locally and contributed it to cocoapod's spec repo. So from now everybory could install your lib simply by adding one dependency line to theirs Podfile and rerunning pod install.

So I have added the same spec to your repo. It will allow people to use the latest version of your library with one more additional parameter in their Podfile.

And finally I have added install instructions to readme file.

So I will be thankful to you if you will merge this pull request to master)

Best regards.

soffes commented 12 years ago

Thanks for the pull request. Personally, I find CocoaPods to be a real nightmare in practice. I know they are working hard on it, but right now the way the workspace stuff works, I strongly prefer to manage dependencies with git submodules.

Anyway, I'll add a Podfile and submit it to the Specs repo. Thanks.

yas375 commented 12 years ago

thank you! =)