blob: 42a8f0e01752d2661697dabce3e1fe2223b0e6de [file] [log] [blame]
{
"name": "Clarifai",
"version": "2.1.0",
"summary": "Clarifai API client for Objective-C.",
"homepage": "https://github.com/Clarifai",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": {
"John Sloan": "johnsloan@clarifai.com",
"Jack Rogers": "jack@clarifai.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Clarifai/clarifai-ios.git",
"tag": "2.1.0"
},
"source_files": "Clarifai/Classes/*",
"dependencies": {
"AFNetworking": [
"~> 2.0"
]
},
"deprecated_in_favor_of": "Clarifai-Apple-SDK"
}