blob: 94a50eef0dfdcd915db07c6a40d37926d8228581 [file] [log] [blame]
{
"name": "Clarifai-Apple-SDK",
"version": "3.0.0-beta13",
"summary": "Clarifai Apple SDK.",
"description": "The Clarifai Apple SDK allows you to bring powerful A.I. to your mobile apps running on the Apple platform.",
"homepage": "http://www.clarifai.com",
"license": {
"type": "Proprietary",
"file": "LICENSE"
},
"authors": {
"Clarifai": "mobile-feedback@clarifai.com"
},
"source": {
"git": "https://github.com/Clarifai/clarifai-apple-sdk.git",
"tag": "3.0.0-beta13"
},
"documentation_url": "https://developer.clarifai.com/docs/",
"requires_arc": true,
"platforms": {
"ios": "8.2"
},
"ios": {
"vendored_frameworks": "Clarifai_Apple_SDK.framework"
},
"libraries": [
"c++",
"sqlite3",
"z"
],
"frameworks": [
"Accelerate",
"CoreGraphics",
"Foundation",
"UIKit"
]
}