-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
please add a podspec #32
Comments
I already made this point on another one of my repos, but the whole reason I split up the Demo and the actual code into 2 different repositories is so that I can leave things like ReadMe's and podspec's out of the submodule so users that don't use CocoaPods (me) can just add the submodule to Xcode and not have to worry about deleting files and the like. That being said, you are free to update the official CocoaPods podspec (I'll be tagging 0.9.1 soon), or make a pull request on the demo and add a podspec there instead (if that's even possible). |
I don't see the problem using it as a submodule in Xcode. Just do like other do - create a sources and a resources folder. Drag them into Xcode done. No need for deleting anything. |
The license is at the top of every source file though. |
@Heufneutje That's a given. |
while there is a podspec on cocoapods it would be nice to have over here (e.g. for directly depending on the latest master version)
https://github.com/CocoaPods/Specs/blob/master/Specs/MDSpreadView/0.8/MDSpreadView.podspec.json
The text was updated successfully, but these errors were encountered: