[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 8 / 3 / LimeCore / 0.9.4 / LimeCore.podspec.json
blob135fdf290bf54af223e2a9fd7a8307b6b2bc7739
2   "name": "LimeCore",
3   "version": "0.9.4",
4   "license": {
5     "type": "Apache License, Version 2.0",
6     "file": "LICENSE"
7   },
8   "summary": "Supporting classes developed and used by Lime - HighTech Solution",
9   "homepage": "https://github.com/lime-company/swift-lime-core",
10   "social_media_url": "https://twitter.com/lime_company",
11   "authors": {
12     "Lime - HighTech Solution s.r.o.": "support@lime-company.eu"
13   },
14   "source": {
15     "git": "https://github.com/lime-company/swift-lime-core.git",
16     "tag": "0.9.4"
17   },
18   "swift_version": "4.0",
19   "platforms": {
20     "ios": "8.0",
21     "watchos": "2.0"
22   },
23   "default_subspecs": "Localization",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Source/Core/*.swift"
28     },
29     {
30       "name": "Config",
31       "source_files": "Source/Config/*.swift",
32       "dependencies": {
33         "LimeCore/Core": [
35         ]
36       }
37     },
38     {
39       "name": "Localization",
40       "source_files": "Source/Localization/*.swift",
41       "dependencies": {
42         "LimeCore/Config": [
44         ]
45       }
46     },
47     {
48       "name": "LocalizedString",
49       "source_files": "Source/LocalizedString/*.swift",
50       "dependencies": {
51         "LimeCore/Localization": [
53         ]
54       }
55     }
56   ]