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