[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / c / f / AwesomeUtilities / 1.5.0 / AwesomeUtilities.podspec.json
blob0019ce2dd024e30c4048528e231d62248ad20565
2   "name": "AwesomeUtilities",
3   "version": "1.5.0",
4   "summary": "Swift Common Utilities",
5   "description": "Swift Common Utilities.",
6   "homepage": "https://github.com/lucianopolit/Utilities",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Luciano Polit": "lucianopolit@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/lucianopolit/Utilities.git",
16     "tag": "1.5.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_versions": "5.0",
22   "default_subspecs": [
23     "Core",
24     "Extensions"
25   ],
26   "swift_version": "5.0",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "Source/Core/*.swift"
31     },
32     {
33       "name": "Extensions",
34       "source_files": "Source/Extensions/*.swift",
35       "dependencies": {
36         "AwesomeUtilities/Core": [
38         ]
39       }
40     },
41     {
42       "name": "Tests",
43       "source_files": "Source/Tests/*.swift",
44       "dependencies": {
45         "AwesomeUtilities/Core": [
47         ]
48       }
49     }
50   ]