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