blob: b09a3ce85184d4218c588c440faf25d357ee88d1 [file] [log] [blame]
{
"name": "OCRSDKClient",
"version": "0.1.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"
},
"source": {
"git": "https://github.com/stel/OCRSDKClient.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "OCRSDKClient/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"1.3.0"
],
"XMLDictionary": [
]
}
}