Latest | 1.0.0 |
---|---|
Homepage | https://github.com/truebucha/QMParseWalkthrough |
License | MIT |
Platforms | ios 8.0 |
Dependencies | Parse, MYBlurIntroductionView, MBProgressHUD, CDBKit |
Frameworks | UIKit, Foundation |
Authors |
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
QMParseWalkthrough is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod 'QMParseWalkthrough'
Author
truebucha, [email protected]
License
QMParseWalkthrough is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "QMParseWalkthrough", "version": "1.0.0", "summary": "UIViewController that show walkthrough images to a user", "description": "This UIViewController uses parse class as a source of images. After user finish a walkthrough callback will be called.", "homepage": "https://github.com/truebucha/QMParseWalkthrough", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "truebucha": "[email protected]" }, "source": { "git": "https://github.com/truebucha/QMParseWalkthrough.git", "tag": "1.0.0" }, "social_media_url": "https://twitter.com/truebucha", "platforms": { "ios": "8.0" }, "source_files": "QMParseWalkthrough/Classes/**/*", "public_header_files": "QMParseWalkthrough/Classes/**/*.h", "frameworks": [ "UIKit", "Foundation" ], "dependencies": { "Parse": [], "MYBlurIntroductionView": [], "MBProgressHUD": [], "CDBKit": [] } }
Sat, 18 Aug 2018 19:40:04 +0000