matthewcheok / MCPanelViewController

Drop-in panel control for iOS with blurring background and screen-edge activation gestures.
MIT License
324 stars 25 forks source link

Cocoapods integration #1

Closed shsteven closed 11 years ago

shsteven commented 11 years ago

Great work! Can you please make MCPanelViewController available in Cocoapods?

matthewcheok commented 11 years ago

I'm not sure how to write the cocoapods spec. Any inputs are welcomed!

shsteven commented 11 years ago

Something like this:

https://gist.github.com/shsteven/6931767

The file should exist as MCPanelViewController.podspec in the project directory.

Please change the metadata accordingly : )

matthewcheok commented 11 years ago

Done

shsteven commented 11 years ago

thanks a bunch!