blob: 2a02cd7e45bab40de7e2e5932998828b2e146f15 [file] [log] [blame]
{
"name": "GTPrint",
"version": "1.0.1",
"summary": "A print function used on iOS.",
"description": "It is a ptint function library used on iOS, which implement by Objective-C.",
"homepage": "https://github.com/GTOptimus/GTPrint.git",
"license": "MIT",
"authors": {
"GTOptimusLCG": "gtcompany@gtexpress.cn"
},
"source": {
"git": "https://github.com/GTOptimus/GTPrint.git",
"tag": "1.0.1"
},
"platforms": {
"ios": null
},
"requires_arc": true,
"resources": "GTPrintFramework/SVProgressHUD.bundle",
"vendored_frameworks": [
"GTPrintFramework/QRPrinter.framework",
"GTPrintFramework/GTPrint.framework"
],
"frameworks": [
"Foundation",
"QuartzCore",
"UIKit"
]
}