blob: 6034b6f7d4578f03079b1ee12dd40eeb474b65f0 [file] [log] [blame]
{
"name": "OCNTutorial",
"version": "0.0.2",
"summary": "Create a swipeable tutorial with images and single lines of text.",
"description": " User OCNTutorial to create engaging signup flows for your users.\n\n",
"homepage": "https://github.com/chadnewbry/OCNTutorial",
"license": "MIT",
"authors": {
"Chad Newbry": "chad.newbry@gmail.com"
},
"source": {
"git": "https://github.com/chadnewbry/OCNTutorial.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"OCNTutorial": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"TTTAttributedLabel": [
"~> 1.13.3"
]
}
}