[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 0 / c / 1 / FGTranslator / 1.1.0 / FGTranslator.podspec.json
blob2ce925c1e9e7dca26ae46df570c9650b4c1c4268
2   "name": "FGTranslator",
3   "version": "1.1.0",
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": "6.0"
15   },
16   "source": {
17     "git": "https://github.com/gpolak/FGTranslator.git",
18     "tag": "1.1.0"
19   },
20   "source_files": [
21     "FGTranslator",
22     "FGTranslator/XMLDictionary"
23   ],
24   "requires_arc": true,
25   "dependencies": {
26     "AFNetworking": [
27       "~> 2.2"
28     ],
29     "TMCache": [
30       "~> 1.2"
31     ]
32   }