v2.7.0: Combination!
Big changes
- Combines MarqueeLabel and MarqueeLabel-Swift into a single repo!
- The Objective-C and Swift codebases are still separate
- The Swift library is now a Cocoapod subspec, specified by using
pod 'MarqueeLabel/Swift'
- Contains Carthage targets for iOS (Swift, Objective-C) and tvOS (Swift)
- Incorporates a Swift tvOS demo
Smaller changes
- [ObjC] Explicitly makes
MLContinuous
the defaultmarqueeType
- [common] Fixes #130.
- Readme updates.