[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 0 / 2 / PPpdf417 / 3.0.1 / PPpdf417.podspec.json
blob1dbb3b1e2543ff5b988da7be5eeaf7e688118515
2   "name": "PPpdf417",
3   "version": "3.0.1",
4   "summary": "A small and powerful PDF417 scanning library.",
5   "description": "                   pdf417.mobi framework is your first choice for scanning barcodes in your iOS or Android apps. You can use it without restrictions in your development phase and in non commercial projects. For commercial license visit our website www.pdf417.mobi.\n                   Features:\n                   \n\t\t\t\t\t1. Platforms: Android and iOS\n\t\t\t\t\t2. Barcode types: PDF417 (2D Barcode), QR code\n\t\t\t\t\t3. Flexibility: easy to integrate API\n\t\t\t\t\t4. Fully customizable UI\n\t\t\t\t\t5. Working conditions: low and poor light conditions\n\t\t\t\t\t6. Camera quality: low quality and low resolution mobile cameras\n\t\t\t\t\t7. Perspective: can shoot at an angle\n\t\t\t\t\t8. Speed: 50-500 ms - depends on device and barcode size \n\t\t\t\t\t9. Full Unicode support\n",
6   "homepage": "http://pdf417.mobi",
7   "screenshots": [
8     "http://a2.mzstatic.com/us/r1000/041/Purple6/v4/72/86/bd/7286bde4-911d-0561-4934-7e7fbb5d2033/mzl.zajzkcwv.320x480-75.jpg",
9     "http://a4.mzstatic.com/us/r1000/010/Purple4/v4/a7/0f/90/a70f90ae-8c70-4709-9292-9ce0299fd712/mzl.jjhpudai.320x480-75.jpg",
10     "http://a4.mzstatic.com/us/r1000/055/Purple6/v4/f1/ce/f5/f1cef57c-ad99-886a-f3b8-643428136ef7/mzl.mjottsci.320x480-75.jpg"
11   ],
12   "license": {
13     "type": "commercial",
14     "text": "\t\t© 2011-2013 PhotoPay Ltd. All rights reserved.\n\t\tFor full license text, visit http://pdf417.mobi/doc/PDF417license.pdf\n"
15   },
16   "authors": {
17     "PhotoPay Team": "pdf417@photopay.net",
18     "Boris Trubić": "boris.trubic@gmail.com",
19     "Nenad Mikša": "nenad.miksa@racuni.hr",
20     "Jurica Cerovec": "jurica.cerovec@photopay.net"
21   },
22   "source": {
23     "git": "https://github.com/PDF417/pdf417-ios.git",
24     "tag": "v3.0.1"
25   },
26   "preserve_paths": "pdf417.embeddedframework/*",
27   "platforms": {
28     "ios": "5.1.1"
29   },
30   "ios": {
31     "source_files": "pdf417.embeddedframework/pdf417.framework/Versions/A/Headers/*.{h,m}",
32     "header_dir": "pdf417",
33     "public_header_files": "pdf417.embeddedframework/pdf417.framework/Versions/A/Headers/*.h",
34     "resources": "pdf417.embeddedframework/pdf417.framework/Versions/A/Resources/*.strings",
35     "requires_arc": false,
36     "xcconfig": {
37       "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/PPpdf417/pdf417.embeddedframework\""
38     },
39     "frameworks": [
40       "AVFoundation",
41       "AudioToolbox",
42       "CoreMedia",
43       "CoreVideo",
44       "CoreGraphics",
45       "OpenGLES",
46       "QuartzCore",
47       "pdf417"
48     ],
49     "libraries": [
50       "z",
51       "iconv",
52       "c++"
53     ]
54   }