You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because of this project's interesting dependencies, I don't have an Airstream.podspec yet, nor can this build on its own with something like Carthage. You can, however, just drag this project into your own Xcode project and add it as an embedded binary.
The challenges to get this to work with CocoaPods:
Build libshairplay.a and its dependencies alac.a + crypto.a
Build Airstream.framework
The text was updated successfully, but these errors were encountered:
qasim
changed the title
Add dependency management support and installation steps
Add dependency manager support and installation steps
Nov 1, 2016
qasim
changed the title
Add dependency manager support and installation steps
Add CocoaPods support and installation steps
Nov 1, 2016
Because of this project's interesting dependencies, I don't have an
Airstream.podspec
yet, nor can this build on its own with something like Carthage. You can, however, just drag this project into your own Xcode project and add it as an embedded binary.The challenges to get this to work with CocoaPods:
libshairplay.a
and its dependenciesalac.a
+crypto.a
Airstream.framework
The text was updated successfully, but these errors were encountered: