| { |
| "name": "iOS-QR-Code-Encoder", |
| "version": "0.0.1", |
| "summary": "iOS QR encoder, generates an UIImage from NSString with one line of code. Uses libqrencode to encode a string into qr.", |
| "homepage": "http://cocoacontrols.com/platforms/ios/controls/ios-qr-encoder", |
| "license": "MIT", |
| "authors": { |
| "Andrew Kopanev": "andrew@moqod.com" |
| }, |
| "source": { |
| "git": "https://github.com/akopanev/iOS-QR-Code-Encoder.git", |
| "commit": "840c9c447fb930acb8558cafd52def708109641d" |
| }, |
| "platforms": { |
| "ios": null |
| }, |
| "source_files": [ |
| "Classes/QRCodeGenerator.{h,m}", |
| "libqrencode/*.{h,c}" |
| ], |
| "public_header_files": "Classes/QRCodeGenerator.h", |
| "requires_arc": false |
| } |