What is Snapify?
Snapify is a mobile application architecture inspired by VIPER.
Features
- Xcode Templates
- CocoaPods Support
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Installation
Requirements
- iOS 11.0+
- Xcode 11
- Swift 5.1
CocoaPods
CocoaPods is a dependency manager for Cocoa projects.
Specify Snapify into your project's Podfile:
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '9.3'
use_frameworks!
pod 'Snapify'
Usage
Install the templates
Snapify Xcode templates can be found in the repository's /Templates/Snapify
folder. To install them, open your terminal and run:
cd PATH_TO_REPO/Templates
bash template_installer.sh
Author
Grzegorz Sagadyn, [email protected]
License
Snapify is available under the MIT license. See the LICENSE file for more info.