[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / c / d / LocalizationKit / 1.0.5 / LocalizationKit.podspec.json
blobb8f4edc443f23b1cd1304e3c2d6755276be15b41
2   "name": "LocalizationKit",
3   "version": "1.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": "1.0.5"
17   },
18   "social_media_url": "https://twitter.com/willpowelluk",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "LocalizationKit/Classes/**/*",
23   "frameworks": "UIKit",
24   "dependencies": {
25     "Socket.IO-Client-Swift": [
26       "~>8.1.1"
27     ]
28   },
29   "pushed_with_swift_version": "3.0"