[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / c / d / LocalizationKit / 1.0.8 / LocalizationKit.podspec.json
blob3fc1f0a1b5db52075dc6cfb6a9599b604afe2e3b
2   "name": "LocalizationKit",
3   "version": "1.0.8",
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.8"
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"