Skip to content

Carthage support, better use of CocoaPods, better Travis-CI

Compare
Choose a tag to compare
@AliSoftware AliSoftware released this 14 Mar 10:01
· 469 commits to master since this release
  • Added Carthage support
  • Splitted the Xcode projects for more clarity (one dedicated to build the lib and run Unit Tests, and one for the Demo)
  • Got rid of the git submodule used for Unit Tests against AFNetworking — it is now imported using CocoaPods and only for the lib's Unit Tests targets (@corinnekrych, #90)
  • Improved Travis-CI integration. We now use a build matrix to have paralellized and independant builds for each scheme (iOS Static Lib, iOS Dynamic Framework, OSX Framework)
  • Fixed #80 again (there was still an issue for people using Xcode 5 & SDK 7.1… if those people still exists)