[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / b / 2 / 5 / PrintIO / 1.2.22 / PrintIO.podspec.json
blobd55e881f7f29780df7bd299fa2ab7e8925434452
2   "name": "PrintIO",
3   "version": "1.2.22",
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.22"
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/PIOPhotoSourceError.h",
43         "PrintIO.framework/Versions/A/Headers/PIOPhotoSourceItemImageDownloader.h"
44       ],
45       "xcconfig": {
46         "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/**\"",
47         "OTHER_LDFLAGS": "-framework PrintIO"
48       },
49       "resources": "PrintIOBundle.bundle",
50       "preserve_paths": "PrintIO.framework/*",
51       "vendored_frameworks": "PrintIO.framework",
52       "frameworks": [
53         "Accounts",
54         "Accelerate",
55         "AddressBook",
56         "AddressBookUI",
57         "AssetsLibrary",
58         "AdSupport",
59         "AudioToolbox",
60         "AVFoundation",
61         "CFNetwork",
62         "CoreGraphics",
63         "CoreMedia",
64         "CoreLocation",
65         "CoreVideo",
66         "CoreImage",
67         "CoreTelephony",
68         "Foundation",
69         "ImageIO",
70         "MessageUI",
71         "MobileCoreServices",
72         "OpenGLES",
73         "QuartzCore",
74         "Social",
75         "SystemConfiguration",
76         "Security",
77         "StoreKit",
78         "Twitter",
79         "UIKit"
80       ],
81       "libraries": [
82         "z",
83         "sqlite3",
84         "xml2.2",
85         "c++"
86       ]
87     },
88     {
89       "name": "Text",
90       "dependencies": {
91         "PrintIO/Core": [
93         ]
94       },
95       "resources": "TextBundle.bundle"
96     }
97   ]