alexhillc / AXPhotoViewer

An iOS/tvOS photo gallery viewer, useful for viewing a large (or small!) number of photos.
https://www.cocoacontrols.com/controls/axphotoviewer
MIT License
647 stars 119 forks source link

Carthage compatibly #26

Open omerjanjua opened 6 years ago

omerjanjua commented 6 years ago

The project is missing .xcodeproj/xcshareddata/xcschemes

alexhillc commented 6 years ago

Unfortunately, due to the nature of Carthage, it does not support subspecs. Subspecs are very powerful in the context of this project, as it allows us to dynamically support many third-party image caching/downloading libraries. Sorry!

alexhillc commented 6 years ago

Due to new Swift 4.1 features, Carthage support is now possible... will look into this soon

NikKovIos commented 6 years ago

Waiting for this =)

intoxicated commented 6 years ago

Any progress to support Carthage?

intoxicated commented 5 years ago

@alexhillc any progress on this matter?

danqing commented 5 years ago

Added in #65.

Can use my fork for the time being.