blob: eddd3edc2d243cd593a6dc1c6895486b65d8344e [file] [log] [blame]
{
"name": "PrintIO",
"version": "1.0.5",
"summary": "SDK that enables the printing of any photo, from any source, onto any product!",
"homepage": "http://www.print.io",
"license": {
"type": "Commercial",
"file": "LICENSE.md"
},
"authors": {
"Mercurialol": "dev.mercurial@gmail.com"
},
"source": {
"git": "https://github.com/printdotio/printio-ios-sdk.git",
"tag": "1.0.5"
},
"social_media_url": "https://twitter.com/printdotio",
"platforms": {
"ios": "6.1"
},
"requires_arc": true,
"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/PaymentOptions.h"
],
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/PrintIO\"",
"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++"
]
}