A dynamic Cocoa Touch iOS framework wrapping the neon WebDAV library.
Original neon source code can be found on the neon web page.
Contains binaries of neon and its dependencies build for iOS basing on the following source code versions:
They were built for iOS using the (slightly updated) compile script available at: https://github.com/bygreencn/Neon-iOS-static
The iOS project contains an aggregate target named Neon-Universal that builds a fat version of the framework containing
both the device (arm7, arm64) and simulator (i386, x86_64) architectures. The simulator architectures have to be stripped
before submitting your app to the AppStore using lipo
.
This code is licensed using LGPL. This is because neon itself is using LGPL.
Licensing of other components:
- neon: LGPL
- expat: MIT License
- libssl: OpenSSL License
- zlib: zlib License