blob: 9d5c83cefdb6175a65cf8841d3a136976a6336af [file] [log] [blame]
{
"name": "YCTutorialBox",
"version": "1.0.9",
"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.9"
},
"source_files": "YCTutorialBox.{h,m}",
"resources": [
"YCTutorialBox.xib"
],
"requires_arc": true,
"dependencies": {
"FXBlurView": [
]
},
"platforms": {
"ios": "6.0"
}
}