[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / a / c / d / LocalizationKit / 2.0.5 / LocalizationKit.podspec.json
blob96d3e0c13e7d0752a604a13679f872ddd2671b83
2   "name": "LocalizationKit",
3   "version": "2.0.5",
4   "summary": "iOS Localization made easy. Localize texts and manage your translations in realtime to support multi lingual deployment.",
5   "description": "LocalizationKit is the easiest way to manage your texts and translations. It removes the need to recompile and redeploy an app or website to support new languages and texts. It uses a combination of sockets and rest to allow you to manage an app without resubmitting to the app store to make linguistic changes. Localize your app in one easy to use location.",
6   "homepage": "https://github.com/willpowell8/LocalizationKit_iOS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Will Powell": ""
13   },
14   "source": {
15     "git": "https://github.com/willpowell8/LocalizationKit_iOS.git",
16     "tag": "2.0.5"
17   },
18   "social_media_url": "https://twitter.com/willpowelluk",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.10"
22   },
23   "source_files": "LocalizationKit/Classes/**/*",
24   "ios": {
25     "source_files": "LocalizationKit/iOSClasses/**/*",
26     "resource_bundles": {
27       "LocalizationKit": [
28         "LocalizationKit/iOSAssets/*.{storyboard,xib}"
29       ]
30     }
31   },
32   "osx": {
33     "source_files": "LocalizationKit/OSXClasses/**/*"
34   },
35   "dependencies": {
36     "Socket.IO-Client-Swift": [
37       "~>8.3.3"
38     ]
39   },
40   "pushed_with_swift_version": "3.0"