blob: 8f629247e6bdccd0d022db2e8694835403611f4d [file] [log] [blame]
{
"name": "ARDetector",
"version": "0.1.0",
"summary": "CIDetector and AVCaptureOutput categories. With face, rectangle, QR Code and text CIDetector and blocks.",
"homepage": "https://github.com/alexruperez/ARDetector",
"screenshots": "https://raw.githubusercontent.com/alexruperez/ARDetector/master/screenshot.jpg",
"license": "MIT",
"authors": {
"alexruperez": "contact@alexruperez.com"
},
"source": {
"git": "https://github.com/alexruperez/ARDetector.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/alexruperez",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "ARDetector/*.{h,m,swift}",
"frameworks": [
"UIKit",
"CoreImage"
]
}