blob: e42f2b0f4c35edf980bd3a4f5ea37de5d44ef1da [file] [log] [blame]
{
"name": "YCTutorialBox",
"version": "1.0.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/yuppiu/YCTutorialBox",
"authors": {
"Fabio Knoedt": "fabioknoedt@gmail.com"
},
"summary": "A UIView subclass for Tutorial/Welcome/New Feature/Explanation flow. You can focus one element in the screen and show instructions about it.",
"source": {
"git": "https://github.com/yuppiu/YCTutorialBox.git",
"tag": "1.0.1"
},
"source_files": "YCTutorialBox.{h,m}",
"resources": [
"YCTutorialBox.xib"
],
"requires_arc": true,
"dependencies": {
"FXBlurView": [
],
"FXLabel": [
]
},
"platforms": {
"ios": "6.0"
}
}