[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 0 / c / 1 / FGTranslator / 1.1.2 / FGTranslator.podspec.json
blobdcd50193af8f41f1e3da42405ec348917ea7b275
2   "name": "FGTranslator",
3   "version": "1.1.2",
4   "summary": "iOS library for Google and Bing translation services",
5   "homepage": "https://github.com/gpolak/FGTranslator",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "George Polak": "george.polak@gmail.com"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/gpolak/FGTranslator.git",
18     "tag": "1.1.2"
19   },
20   "source_files": [
21     "FGTranslator",
22     "FGTranslator/XMLDictionary"
23   ],
24   "requires_arc": true,
25   "dependencies": {
26     "AFNetworking": [
27       "~> 2.0"
28     ],
29     "TMCache": [
30       "~> 2.0"
31     ]
32   }