blob: 36de537f90a4604797a29927ef0dec573f8668d1 [file] [log] [blame]
{
"name": "OCRSDKClient@aceontech",
"version": "0.3.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.3.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "OCRSDKClient/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"1.3.1"
],
"XMLDictionary": [
"1.2.2"
]
}
}