yonat / MultiSelectSegmentedControl

UISegmentedControl remake that supports selecting multiple segments, vertical stacking, combining text and images.
MIT License
300 stars 60 forks source link

Add Podspec #6

Closed pws5068 closed 10 years ago

pws5068 commented 10 years ago

Created a CocoaPods Podspec

After merging, you will need to tag the current release & push it: git tag 1.0 git push origin --tags

After that, you or I can submit a pull request adding MultiSelectSegmentedControl.podspec to the CocoaPods Master Repo

yonat commented 10 years ago

Thanks!