blob: c77fcda51ef9a7217cc37d9b4287451435327428 [file] [log] [blame]
{
"name": "HPPhotoPrint",
"version": "0.3.0",
"summary": "AirPrint photo printing with preview.",
"description": " Select paper size, printer, view preview and send to print throught AirPrint.\n",
"homepage": "http://hp.com",
"screenshots": [
"http://a1.mzstatic.com/us/r30/Purple3/v4/a0/13/56/a0135614-df34-c64a-c943-a01c2340ac85/screen568x568.jpeg",
"http://a3.mzstatic.com/us/r30/Purple1/v4/a1/4b/61/a14b61da-9582-3047-94e4-7791ce69a62e/screen568x568.jpeg"
],
"license": "MIT",
"authors": {
"James": "trask@hp.com"
},
"source": {
"git": "https://github.com/IPGPTP/hp_photo_print.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"Pod/Classes/**/*.{h,m}",
"Pod/Libraries/XBPageCurl/*.{h,m,c}",
"Pod/Libraries/Reachability/*.{h,m}"
],
"resources": [
"Pod/Assets/*.png",
"Pod/Assets/Fonts/*.ttf",
"Pod/Classes/**/*.xib",
"Pod/Classes/*.storyboard",
"Pod/Libraries/XBPageCurl/Resources/*.png",
"Pod/Libraries/XBPageCurl/Resources/*.glsl"
],
"public_header_files": "Pod/Classes/Public/**/*.h",
"private_header_files": [
"Pod/Classes/Private/**/*.h",
"Pod/Libraries/XBPageCurl/*.h",
"Pod/Libraries/Reachability/*.h"
],
"frameworks": [
"Foundation",
"UIKit"
],
"xcconfig": {
"VALID_ARCHS": "arm64 armv7 armv7s x86_64",
"ARCHS": "arm64 armv7 armv7s x86_64"
}
}