blob: 7664851bbef4bf95e4362df6e6f7775a57a95643 [file] [log] [blame]
{
"name": "artcodes",
"version": "0.1.6",
"summary": "Library for scanning artcodes",
"homepage": "https://github.com/horizon-institute/aestheticodes-ios.git",
"license": "AGPLv3",
"authors": {
"Kevin Glover": "ktg@cs.nott.ac.uk"
},
"source": {
"git": "https://github.com/horizon-institute/aestheticodes-ios.git",
"tag": "0.1.6"
},
"social_media_url": "https://twitter.com/aestheticodes",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "core/src/**/*",
"resources": [
"core/artcodes.bundle",
"core/artcodeIcons.xcassets"
],
"public_header_files": "core/src/**/*.h",
"frameworks": "UIKit",
"dependencies": {
"OpenCV": [
"2.4.9.1"
],
"JSONModel": [
]
}
}