blob: 9016986d2f0c00f84f7875a6b046000d0aaa6696 [file] [log] [blame]
{
"name": "CPTutorial",
"version": "0.1.4",
"summary": "An extremely easy and modular tutorial system for teaching how to use iOS apps.",
"description": " Compatible with both Interface Builder and pure programming based projects,\n CPTutorial is a quick but effective way to add tutorials to your application.\n CPTutorial takes most of the hard work, leaving the ease of tutorial creation\n to your hands.\n",
"homepage": "https://github.com/can16358p/CPTutorial",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"can16358p": "can@canpoyrazoglu.com"
},
"social_media_url": "http://twitter.com/can16358p",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/can16358p/CPTutorial.git",
"tag": "v0.1.4"
},
"source_files": "*.{h,m}",
"requires_arc": true
}