blob: cc19568d4e98ecd01929308947d41c8c7b4a60d2 [file] [log] [blame]
{
"name": "artcodes",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "core/src/**/*",
"resource_bundles": {
"aestheticodes-ios": [
"core/res/**/*"
]
},
"public_header_files": "core/src/**/*.h",
"frameworks": "UIKit",
"dependencies": {
"OpenCV": [
"2.4.9.1"
],
"JSONModel": [
]
}
}