Skip to content

rosberry/framework-template-ios

Repository files navigation

MyFramework

Swift Version Carthage Compatible Swift Package Manager

Requirements

  • iOS 11.0+
  • Xcode 11.0+

Installation

Depo

Depo is a universal dependency manager that combines Carthage, SPM and CocoaPods and provides common user interface to all of them.

To install MyFramework via Carthage using Depo you need to add this to your Depofile:

carts:
  - kind: github
    identifier: rosberry/MyFramework
To install MyFramework via SPM or CocoaPods

Via SPM

Add this to your Depofile:

swiftPackages:
  - name: MyFramework
    url: https://github.com/rosberry/MyFramework.git
    version:
      operation: upToNextMajor
      value: 1.0.0

Via CocoaPods

Add this to your Depofile:

pods:
  - name: MyFramework

Carthage

Carthage is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks. To integrate MyFramework into your Xcode project using Carthage, specify it in your Cartfile:

github "rosberry/MyFramework"

CocoaPods

CocoaPods is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate MyFramework into your Xcode project using CocoaPods, specify it in your Podfile:

pod 'MyFramework'

Swift Package Manager

The Swift Package Manager is a tool for automating the distribution of Swift code and is integrated into the swift compiler. Once you have your Swift package set up, adding MyFramework as a dependency is as easy as adding it to the dependencies value of your Package.swift.

dependencies: [
    .package(url: "https://github.com/rosberry/MyFramework.git", .upToNextMajor(from: "1.0.0"))
]

Documentation

Read the docs. Generated with jazzy. Hosted by GitHub Pages.

About

This project is owned and maintained by Rosberry - a mobile app design and development company. We build, test, deploy and support apps at scale. Since 2010 Rosberry has implemented more than 170 projects for corporate innovators, technology start-ups and entrepreneurs worldwide.

Feel free to contribute to our open source projects, read our blog or give us a high-five on 🐦 @rosberryapps.

License

This project is available under the MIT license. See the LICENSE file for more info.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published