[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / d / 6 / SDL-iOS-SDK / 0.1.0 / SDL-iOS-SDK.podspec.json
blobffca2f521bdd9484448ca4eda595d6ed49a4f869
2   "name": "SDL-iOS-SDK",
3   "version": "0.1.0",
4   "summary": "The SDL iOS SDK allows you add Machine and Human Translation to your iOS apps via the SDL Language Cloud",
5   "description": "\t\t\t\t   The SDL Language Cloud provides industry-leading translation services.\n\t\t\t\t   Using this SDK you can enable your iOS apps to translate plain text and documents.\n\t\t\t\t   You can get a free API key at http://languagecloud.sdl.com/translation-api/sign-up\n",
6   "homepage": "https://github.com/sdl/sdl-ios-sdk",
7   "license": "MIT",
8   "authors": {
9     "Dan Calinescu": "hi@dancali.io"
10   },
11   "social_media_url": "http://twitter.com/idancali",
12   "platforms": {
13     "ios": "7.0"
14   },
15   "source": {
16     "git": "https://github.com/sdl/sdl-ios-sdk.git",
17     "tag": "0.1.0"
18   },
19   "source_files": "SDLKit/**/*.{h,m}",
20   "public_header_files": "SDLKit/**/*.h",
21   "requires_arc": true,
22   "dependencies": {
23     "AFNetworking": [
24       "~> 2.0"
25     ]
26   }