blob: 266c7a31c587318191cd3769334d1a1cbcc6ca88 [file] [log] [blame]
{
"name": "Reveel",
"version": "2.0.0",
"summary": "Reveel is a visual media recognition SDK for iOS.",
"homepage": "https://reveel.it/",
"description": "The Reveel SDK provides:\n* Reveel-it camera screen for visual media recognition.\n* Recognition results API for building custom landing page.\n* Basic color theming of Reveel-it camera screen.",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"Reveel Technologies": "support@reveel.it"
},
"source": {
"git": "https://github.com/ReveelTechnologies/reveel-cocoapods.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Reveel/Reveel.framework/Headers/*.h",
"vendored_frameworks": "Reveel/Reveel.framework",
"requires_arc": true,
"frameworks": "UIKit"
}