[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / c / d / LocalizationKit / 4.0.4 / LocalizationKit.podspec.json
bloba1254479ea29f647042bade089b2a278207ec171
2   "name": "LocalizationKit",
3   "version": "4.0.4",
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.4"
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   "pushed_with_swift_version": "4.0",
40   "subspecs": [
41     {
42       "name": "Core",
43       "source_files": "Sources/Core/**/*",
44       "ios": {
45         "source_files": "Sources/iOSClasses/**/*",
46         "frameworks": "UIKit"
47       },
48       "osx": {
49         "source_files": "Sources/OSXClasses/**/*"
50       },
51       "frameworks": "Foundation"
52     }
53   ]