blob: b56883840b950367e5bd2f1df00fdd76e5f05aa4 [file] [log] [blame]
{
"name": "artcodes",
"version": "0.1.8",
"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.8"
},
"social_media_url": "https://twitter.com/aestheticodes",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"core/*.h",
"core/*.m",
"core/*.mm"
],
"resources": "core/Resources/*",
"public_header_files": "core/*.h",
"frameworks": "UIKit",
"dependencies": {
"OpenCV": [
"2.4.9.1"
],
"JSONModel": [
]
}
}