[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / c / d / LocalizationKit / 3.0.14 / LocalizationKit.podspec.json
bloba7565057a68d0ca75c59db86a10b99a49d9413f5
2   "name": "LocalizationKit",
3   "version": "3.0.14",
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": "3.0.14"
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": "3.2"
26   },
27   "dependencies": {
28     "Socket.IO-Client-Swift": [
29       "~>11.1.3"
30     ]
31   },
32   "ios": {
33     "resource_bundles": {
34       "LocalizationKit": [
35         "Assets/ios/*.{storyboard,xib}"
36       ]
37     }
38   },
39   "pushed_with_swift_version": "3.2",
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   ]