Add an example project which tests Carthage build

This commit is contained in:
Engin Kurutepe
2016-02-23 15:00:56 +01:00
parent 9c7e21d0bb
commit 003727746e
13 changed files with 619 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
//
// ViewController.h
// CarthageExample
//
// Created by Engin Kurutepe on 23/02/16.
// Copyright © 2016 Engin Kurutepe. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface ViewController : UIViewController
@end