blob: 92e5ea507c363f7e4e1d5963652718b9a66070e2 [file] [log] [blame]
{
"name": "PrintIO",
"version": "1.8.15",
"summary": "SDK that enables the printing of any photo, from any source, onto any product!",
"homepage": "http://www.gooten.com",
"license": {
"type": "Commercial",
"file": "LICENSE.md"
},
"authors": {
"PrintIO": "boro@gooten.com"
},
"source": {
"git": "https://github.com/printdotio/printio-ios-sdk.git",
"branch": "master",
"tag": "1.8.15"
},
"social_media_url": "https://twitter.com/gooteninc",
"platforms": {
"ios": "7.1"
},
"requires_arc": true,
"default_subspecs": [
"Core",
"Text"
],
"subspecs": [
{
"name": "Core",
"source_files": [
"PrintIO.framework/Versions/A/Headers/PrintIO.h",
"PrintIO.framework/Versions/A/Headers/PIOButton.h",
"PrintIO.framework/Versions/A/Headers/PIOPublicConstants.h",
"PrintIO.framework/Versions/A/Headers/PIOSideMenuButton.h",
"PrintIO.framework/Versions/A/Headers/PIOVariantOption.h",
"PrintIO.framework/Versions/A/Headers/ProductIds.h",
"PrintIO.framework/Versions/A/Headers/PIODefaultPhotoSource.h",
"PrintIO.framework/Versions/A/Headers/PIODefaultPhotoSourceItem.h",
"PrintIO.framework/Versions/A/Headers/PIOPhotoSource.h",
"PrintIO.framework/Versions/A/Headers/PIOPhotoSourceItem.h",
"PrintIO.framework/Versions/A/Headers/PIOSessionManager.h",
"PrintIO.framework/Versions/A/Headers/PIOPhotoSourceError.h",
"PrintIO.framework/Versions/A/Headers/PIOPhotoSourceItemImageDownloader.h",
"PrintIO.framework/Versions/A/Headers/PaymentOptions.h",
"PrintIO.framework/Versions/A/Headers/PIOVersion.h",
"PrintIO.framework/Versions/A/Headers/GTAnalyticsDelegate.h",
"PrintIO.framework/Versions/A/Headers/GTAnalyticsEvent.h",
"PrintIO.framework/Versions/A/Headers/GTAnalyticsScreen.h"
],
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/**\"",
"OTHER_LDFLAGS": "-framework PrintIO"
},
"resources": "PrintIOBundle.bundle",
"preserve_paths": "PrintIO.framework/*",
"vendored_frameworks": "PrintIO.framework",
"frameworks": [
"Accounts",
"Accelerate",
"AddressBook",
"AddressBookUI",
"AssetsLibrary",
"AdSupport",
"AudioToolbox",
"AVFoundation",
"CFNetwork",
"CoreGraphics",
"CoreMedia",
"CoreLocation",
"CoreVideo",
"CoreImage",
"CoreTelephony",
"Foundation",
"ImageIO",
"MessageUI",
"MobileCoreServices",
"OpenGLES",
"QuartzCore",
"Social",
"SystemConfiguration",
"Security",
"StoreKit",
"Twitter",
"UIKit"
],
"libraries": [
"z",
"sqlite3",
"xml2.2",
"c++"
]
},
{
"name": "Text",
"dependencies": {
"PrintIO/Core": [
]
},
"resources": "TextBundle.bundle"
}
]
}