blob: ae2a9fd532aa896147fdf650310eb477acec3033 [file] [log] [blame]
{
"name": "ios-qr-encoder",
"version": "1.0.4",
"summary": "This is an Objective-C library that helps to easily convert a UIImage with a QR-code from NSString with just one line of code.",
"description": "This is an Objective-C library that helps to easily convert a UIImage with a QR-code from NSString with just one line of code. It uses qrencode to generate QR code and CoreGraphics to draw an image. \n\nWhen integrating this solution to your project, please, spare us a like on Facebook, follow us on Twitter or spread a good word about us! \n\nFeel free to get in touch with us in regards to any questions or cooperation requests via email info@moqod.com. \n",
"homepage": "https://github.com/moqod/ios-qr-code-encoder",
"license": "MIT",
"authors": {
"akopanev": "andrew@moqod.com"
},
"source": {
"git": "https://github.com/DTHENG/ios-qr-code-encoder.git",
"tag": "1.0.4"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "**/*"
}