blob: 284866d3cf1141f12d639fd67254493779270fdd [file] [log] [blame]
{
"name": "artcodes",
"version": "0.1.2",
"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.2"
},
"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": [
]
}
}