blob: 5f91f48a11a058186426478afd283c99ff0ab99c [file] [log] [blame]
{
"name": "OCRSDKClient@aceontech",
"version": "0.4.0",
"summary": "An AFHTTPClient subclass for interacting with the ABBYY Cloud OCR SDK webservice API for iOS.",
"homepage": "https://github.com/stel/OCRSDKClient",
"license": "MIT",
"authors": {
"Dmitry Obukhov": "stel2k@gmail.com",
"Alex Manarpies": "alex@manarpies.com"
},
"source": {
"git": "https://github.com/aceontech/OCRSDKClient.git",
"tag": "0.4.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "OCRSDKClient/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.5.0"
],
"XMLDictionary": [
"~> 1.2.2"
]
}
}