[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / b / 7 / 3 / CRProductTour / 0.0.2 / CRProductTour.podspec.json
blobdc1df3ec3b8740a0472ed638ad82d4aaa0e6cb52
2   "name": "CRProductTour",
3   "version": "0.0.2",
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",
7   "license": {
8     "type": "APACHE",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ClĂ©ment Raussin": "clement@raussin.com"
13   },
14   "social_media_url": "http://twitter.com/Cclleemm",
15   "platforms": {
16     "ios": "6.0"
17   },
18   "source": {
19     "git": "https://github.com/Cclleemm/ProductTour.git",
20     "tag": "0.0.2"
21   },
22   "source_files": [
23     "ProductTour/ProductTour",
24     "ProductTour/ProductTour/**/*.{h,m}"
25   ],
26   "exclude_files": "ProductTour/ProductTour/Exclude",
27   "frameworks": [
28     "CoreGraphics",
29     "UIKit"
30   ],
31   "requires_arc": true