blob: 8997618a73f7deb94ba40136ecee2324a4d60b3b [file] [log] [blame]
{
"name": "artcodes",
"version": "0.1.4",
"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.4"
},
"social_media_url": "https://twitter.com/aestheticodes",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "core/src/**/*",
"resource_bundles": {
"artcodes": [
"core/res/*.lproj",
"core/res/*.xcassets"
]
},
"public_header_files": "core/src/**/*.h",
"frameworks": "UIKit",
"dependencies": {
"OpenCV": [
"2.4.9.1"
],
"JSONModel": [
]
}
}