[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / b / 2 / 5 / PrintIO / 1.6.4 / PrintIO.podspec.json
blobb7b49e0a4115569f286135b6a6b5f0eda5b3b24c
2   "name": "PrintIO",
3   "version": "1.6.4",
4   "summary": "SDK that enables the printing of any photo, from any source, onto any product!",
5   "homepage": "http://www.makeable.com",
6   "license": {
7     "type": "Commercial",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "PrintIO": "boro@makeable.com"
12   },
13   "source": {
14     "git": "https://github.com/printdotio/printio-ios-sdk.git",
15     "branch": "master",
16     "tag": "1.6.4"
17   },
18   "social_media_url": "https://twitter.com/makeable",
19   "platforms": {
20     "ios": "7.1"
21   },
22   "requires_arc": true,
23   "default_subspecs": [
24     "Core",
25     "Text"
26   ],
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": [
31         "PrintIO.framework/Versions/A/Headers/PrintIO.h",
32         "PrintIO.framework/Versions/A/Headers/PIOButton.h",
33         "PrintIO.framework/Versions/A/Headers/PIOPublicConstants.h",
34         "PrintIO.framework/Versions/A/Headers/PIOSideMenuButton.h",
35         "PrintIO.framework/Versions/A/Headers/PIOVariantOption.h",
36         "PrintIO.framework/Versions/A/Headers/ProductIds.h",
37         "PrintIO.framework/Versions/A/Headers/PIODefaultPhotoSource.h",
38         "PrintIO.framework/Versions/A/Headers/PIODefaultPhotoSourceItem.h",
39         "PrintIO.framework/Versions/A/Headers/PIOPhotoSource.h",
40         "PrintIO.framework/Versions/A/Headers/PIOPhotoSourceItem.h",
41         "PrintIO.framework/Versions/A/Headers/PIOSessionManager.h",
42         "PrintIO.framework/Versions/A/Headers/PIOPhotoSourceError.h",
43         "PrintIO.framework/Versions/A/Headers/PIOPhotoSourceItemImageDownloader.h",
44         "PrintIO.framework/Versions/A/Headers/PaymentOptions.h",
45         "PrintIO.framework/Versions/A/Headers/PIOVersion.h"
46       ],
47       "xcconfig": {
48         "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/**\"",
49         "OTHER_LDFLAGS": "-framework PrintIO"
50       },
51       "resources": "PrintIOBundle.bundle",
52       "preserve_paths": "PrintIO.framework/*",
53       "vendored_frameworks": "PrintIO.framework",
54       "frameworks": [
55         "Accounts",
56         "Accelerate",
57         "AddressBook",
58         "AddressBookUI",
59         "AssetsLibrary",
60         "AdSupport",
61         "AudioToolbox",
62         "AVFoundation",
63         "CFNetwork",
64         "CoreGraphics",
65         "CoreMedia",
66         "CoreLocation",
67         "CoreVideo",
68         "CoreImage",
69         "CoreTelephony",
70         "Foundation",
71         "ImageIO",
72         "MessageUI",
73         "MobileCoreServices",
74         "OpenGLES",
75         "QuartzCore",
76         "Social",
77         "SystemConfiguration",
78         "Security",
79         "StoreKit",
80         "Twitter",
81         "UIKit"
82       ],
83       "libraries": [
84         "z",
85         "sqlite3",
86         "xml2.2",
87         "c++"
88       ]
89     },
90     {
91       "name": "Text",
92       "dependencies": {
93         "PrintIO/Core": [
95         ]
96       },
97       "resources": "TextBundle.bundle"
98     }
99   ]