[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 1 / c / f / AwesomeUtilities / 0.4.0 / AwesomeUtilities.podspec.json
blob9151af37d840004c6397583bb34d67cd8f166134
2   "name": "AwesomeUtilities",
3   "version": "0.4.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": "0.4.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "default_subspecs": [
22     "Core",
23     "Extensions"
24   ],
25   "pushed_with_swift_version": "3.2",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "Source/Core/*.swift"
30     },
31     {
32       "name": "Extensions",
33       "source_files": "Source/Extensions/*.swift",
34       "dependencies": {
35         "AwesomeUtilities/Core": [
37         ]
38       }
39     },
40     {
41       "name": "Tests",
42       "source_files": "Source/Tests/*.swift",
43       "dependencies": {
44         "AwesomeUtilities/Core": [
46         ]
47       }
48     }
49   ]