1and2papa / CTAssetsPickerController

iOS control that allows picking multiple photos and videos from user's photo library.
MIT License
2.15k stars 550 forks source link

Support git submodule #213

Closed aries-zhang closed 8 years ago

aries-zhang commented 8 years ago

How about split the framework and demo app? So git submodule can be used, and people can just finish their job by referencing the framework.

By the way, CocoaPod sucks. Many people dislike it making so much changes to their workspace. Please, let them live by adding alternative ways like Carthage.

1and2papa commented 8 years ago

Hi @aries-zhang, submodule should still works. Please refer to wiki on setting up your project manually.

Thanks for letting me know about Carthage btw. As I'm rather new to it and too busy to learn about it. If you have idea of adding Carthage support in this picker, please send a PR. Thanks.