[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / b / 2 / 5 / PrintIO / 1.2.21 / PrintIO.podspec.json
blobcb41f6842a12446f45c2cf135e35a1978e61671f
2   "name": "PrintIO",
3   "version": "1.2.21",
4   "summary": "SDK that enables the printing of any photo, from any source, onto any product!",
5   "homepage": "http://www.print.io",
6   "license": {
7     "type": "Commercial",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "PrintIO": "boro@print.io"
12   },
13   "source": {
14     "git": "https://github.com/printdotio/printio-ios-sdk.git",
15     "branch": "master",
16     "tag": "1.2.21"
17   },
18   "social_media_url": "https://twitter.com/printdotio",
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/PIOPhotoSourceItemImageDownloader.h"
43       ],
44       "xcconfig": {
45         "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/**\"",
46         "OTHER_LDFLAGS": "-framework PrintIO"
47       },
48       "resources": "PrintIOBundle.bundle",
49       "preserve_paths": "PrintIO.framework/*",
50       "vendored_frameworks": "PrintIO.framework",
51       "frameworks": [
52         "Accounts",
53         "Accelerate",
54         "AddressBook",
55         "AddressBookUI",
56         "AssetsLibrary",
57         "AdSupport",
58         "AudioToolbox",
59         "AVFoundation",
60         "CFNetwork",
61         "CoreGraphics",
62         "CoreMedia",
63         "CoreLocation",
64         "CoreVideo",
65         "CoreImage",
66         "CoreTelephony",
67         "Foundation",
68         "ImageIO",
69         "MessageUI",
70         "MobileCoreServices",
71         "OpenGLES",
72         "QuartzCore",
73         "Social",
74         "SystemConfiguration",
75         "Security",
76         "StoreKit",
77         "Twitter",
78         "UIKit"
79       ],
80       "libraries": [
81         "z",
82         "sqlite3",
83         "xml2.2",
84         "c++"
85       ]
86     },
87     {
88       "name": "Text",
89       "dependencies": {
90         "PrintIO/Core": [
92         ]
93       },
94       "resources": "TextBundle.bundle"
95     }
96   ]