Skip to content

CocoaPods support

Compare
Choose a tag to compare
@BucekJiri BucekJiri released this 23 Sep 12:33
· 53 commits to master since this release
a4b1634

Migration from Carthage:

  1. Remove NStackSDK and LocalizationManager from:
    a. cartfile and cartfile.resolved;
    b. linked frameworks and libraries for all the targets in XCode;
    c. Carthage build phase.
  2. Rename LocalizationManager to NLocalizationManager anywhere in the code (also in Localizations.swift temporarily so the project builds at least once to fetch new localizations)
  3. Update the localization generator at least to version 5.0.1
  4. Add NStack SDK to your podfile and install.