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