[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / c / d / LocalizationKit / 3.0.1 / LocalizationKit.podspec.json
blob804662c2e20ccaad81e019027f7e9ed399ff0e2f
2   "name": "LocalizationKit",
3   "version": "3.0.1",
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.1"
17   },
18   "social_media_url": "https://twitter.com/willpowelluk",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.10"
22   },
23   "source_files": "LocalizationKit/Classes/**/*",
24   "ios": {
25     "source_files": "LocalizationKit/iOSClasses/**/*",
26     "resource_bundles": {
27       "LocalizationKit": [
28         "LocalizationKit/iOSAssets/*.{storyboard,xib}"
29       ]
30     }
31   },
32   "osx": {
33     "source_files": "LocalizationKit/OSXClasses/**/*"
34   },
35   "dependencies": {
36     "Socket.IO-Client-Swift": [
37       "~>11.1.3"
38     ]
39   },
40   "pushed_with_swift_version": "3.0"