edwardvalentini / Framework

A template for new Swift iOS / tvOS / watchOS / macOS Framework project ready with travis-ci, cocoapods, Carthage, SwiftPM and a Readme file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Framework Template

A template for new Framework project.

Template

What's in the template?

  • Deployment Targets - iOS 8.0 / Mac OS X 10.10 / tvOS 9.0 / watchOS 2.0
  • Xcode 8.0
  • Swift 3.0
  • Dependency Managers - Cocoapods / Carthage / Swift Package Manager
  • TravisCI
  • Readme
  • MIT LICENSE
  • Testing Dependencies - Quick and Nimble

Usage

  1. Install cookiecutter (brew install cookiecutter on macOS).
  2. Run cookiecutter https://github.com/cookiecutter-swift/Framework

For future runs you can shorten the command to cookiecutter Framework. However, if you want to use the most recent template you should still run the full command above.

License

Framework is released under the MIT license. See LICENSE for details.

About

A template for new Swift iOS / tvOS / watchOS / macOS Framework project ready with travis-ci, cocoapods, Carthage, SwiftPM and a Readme file

License:MIT License


Languages

Language:Swift 40.5%Language:Ruby 31.6%Language:Objective-C 26.3%Language:Shell 1.6%