2 "name": "CRProductTour",
4 "summary": "A bubble tutorial to help the user understand your interface. (The same of Garaband help system)",
5 "description": " This popup control is a Garaband(iOS) like user help system. Show bubble next to your buttons, uiview zones (ext...) to help the user in your application\n\n Integration\n\t\t\t\t\t============\n\t\t\t\t\t```\n\t\t\t\t\tproductTourView = [[CRProductTour alloc] initWithFrame:self.view.frame] ;\n\t\t\t\t\t\n\t\t\t\t\t//Setup your bubbles\n\t\t\t\t\tCRBubble *bubbleButton1 = [[CRBubble alloc] initWithAttachedView:_button1 title:@\"My Title\" description:@\"A smal description\" arrowPosition:CRArrowPositionBottom andColor:[UIColor redColor]];\n\t\t\t\t\t\n\t\t\t\t\tNSMutableArray *bubbleArray = [[NSMutableArray alloc] initWithObjects:bubbleButton1, nil];\n\t\t\t\t\t \n\t\t\t\t\t[productTourView setBubbles:bubbleArray];\n\t\t\t\t\t \n\t\t\t\t\t[self.view addSubview:productTourView];\n\t\t\t\t\t```\n\t\t\t\t\tDon't forget to add BebasNeue font if you want the same result\n\t\t\t\t\t\n\t\t\t\t\tFeatures\n\t\t\t\t\t============\n\t\t\t\t\t\n\t\t\t\t\t* Easy integration\n\t\t\t\t\t* Color, font size customization\n\t\t\t\t\t* Different arrow directions\n\t\t\t\t\t* Multi-line or mono-line for description\n\t\t\t\t\t* Two differents animations for dismiss/appear bubbles (BOOL activeAnimation=YES; //YES for full animation, NO for fade animation)\n\t\t\t\t\t* Integration example\n",
6 "homepage": "https://github.com/Cclleemm/ProductTour",
12 "Clément Raussin": "clement@raussin.com"
14 "social_media_url": "http://twitter.com/Cclleemm",
19 "git": "https://github.com/Cclleemm/ProductTour.git",
23 "ProductTour/ProductTour",
24 "ProductTour/ProductTour/**/*.{h,m}"
26 "exclude_files": "ProductTour/ProductTour/Exclude",