[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / c / d / LocalizationKit / 4.0.6 / LocalizationKit.podspec.json
blob9b89cc6e40b6ab675c0e22d84287a858bfadb264
2   "name": "LocalizationKit",
3   "version": "4.0.6",
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": "4.0.6"
17   },
18   "social_media_url": "https://twitter.com/willpowelluk",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.10"
22   },
23   "default_subspecs": "Core",
24   "pod_target_xcconfig": {
25     "SWIFT_VERSION": "4.0"
26   },
27   "dependencies": {
28     "Socket.IO-Client-Swift": [
29       "~>13.1.0"
30     ]
31   },
32   "ios": {
33     "resource_bundles": {
34       "LocalizationKit": [
35         "Assets/ios/*.{storyboard,xib}"
36       ]
37     }
38   },
39   "subspecs": [
40     {
41       "name": "Core",
42       "source_files": "Sources/Core/**/*",
43       "ios": {
44         "source_files": "Sources/iOSClasses/**/*",
45         "frameworks": "UIKit"
46       },
47       "osx": {
48         "source_files": "Sources/OSXClasses/**/*"
49       },
50       "frameworks": "Foundation"
51     }
52   ]