TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | Custom |
ReleasedLast Release | Feb 2016 |
Maintained by Balaji G.
Sample Cocoa Touch Framework
CocoaTouchFramework is created for testing and learning framework creation and usage usign cocoa pod.
CocoaTouchFramework supports multiple methods for installing the library in a project.
To integrate CocoaTouchFramework into your Xcode project using CocoaPods, specify it in your Podfile
:
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
pod 'CocoaTouchFramework'
Then, run the following command:
$ pod install
CocoaTouchFramework is released under the MIT license. See LICENSE for details.