Mirrors SWFSemanticVersion using Rome to create a Carthage-compatible Xcode project.
- Add
github "n8chur/SWFSemanticVersion"to yourCartfile.
- Update the gems and pods:
$ bundle update
$ bundle exec pod update
- Remove the current shared scheme
$ rm -rf Pods/Pods.xcodeproj/xcshareddata
- Share the scheme that builds
SWFSemanticVersion.frameworkinPods.xcodeproj - Archive the framework using Carthage:
$ carthage build --no-skip-current
$ carthage archive SWFSemanticVersion
- Create a new tag that matches the SWFSemanticVersion version in
Podfile.lock - Create a GitHub release for the tag and upload
SWFSemanticVersion.framework.zipas an attachment