Latest | 0.0.3 |
---|---|
Homepage | https://github.com/Vizzle/MIST |
License | MIT |
Platforms | ios 8.0 |
Dependencies | VZFlexLayout |
Frameworks | UIKit, ImageIO |
Authors |
Dynamic View Template Engine Powered by Flexlayout
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Installation
Cocoapods
CocoaPods is a dependency manager for Swift and Objective-C Cocoa projects. which automates and simplifies the process of using 3rd-party libraries in your projects. See the Get Started section for more details.
Podfile
target YourAwesomeTarget do
pod 'MIST'
end
Carthage
Carthage is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.
Cartfile
github "Vizzle/MIST" "master"
License
MIST is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "MIST", "version": "0.0.3", "summary": "A High Performance Dynamic Template Engine.", "description": "Dynamic View Template Engine Powered by Flexlayout", "homepage": "https://github.com/Vizzle/MIST", "license": "MIT", "authors": { "vizlabxt": "[email protected]" }, "source": { "git": "https://github.com/Vizzle/MIST.git", "tag": "0.0.3" }, "source_files": "MIST/**/*.{h,m,mm}", "frameworks": [ "UIKit", "ImageIO" ], "platforms": { "ios": "8.0" }, "xcconfig": { "CLANG_CXX_LANGUAGE_STANDARD": "c++11", "CLANG_CXX_LIBRARY": "libc++" }, "libraries": "c++", "dependencies": { "VZFlexLayout": [] } }
Wed, 26 Apr 2017 05:20:08 +0000