[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / 2 / 9 / MochaUtilities / 0.0.3 / MochaUtilities.podspec.json
blob65b8955e45cc3b354fdf07d6f2023f27a3aecd5d
2   "name": "MochaUtilities",
3   "version": "0.0.3",
4   "summary": "A framework designed to deal with some common iOS needs.",
5   "description": "MochaUtilities is designed to assist developers with common problems/needs that can be found during iOS programming.",
6   "homepage": "https://github.com/gregorysholl/mocha-utilities",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Gregory Sholl e Santos": "gregorysholl@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/gregorysholl/mocha-utilities.git",
16     "tag": "0.0.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "MochaUtilities/Classes/**/*",
22   "default_subspecs": [
23     "Core",
24     "Images",
25     "Network"
26   ],
27   "pushed_with_swift_version": "3.0",
28   "subspecs": [
29     {
30       "name": "Basic",
31       "source_files": "MochaUtilities/Classes/Basic/**/*"
32     },
33     {
34       "name": "Core",
35       "dependencies": {
36         "MochaUtilities/Basic": [
38         ]
39       },
40       "source_files": "MochaUtilities/Classes/Core/**/*"
41     },
42     {
43       "name": "Images",
44       "dependencies": {
45         "MochaUtilities/Basic": [
47         ]
48       },
49       "source_files": "MochaUtilities/Classes/Images/**/*"
50     },
51     {
52       "name": "Network",
53       "dependencies": {
54         "MochaUtilities/Basic": [
56         ]
57       },
58       "source_files": "MochaUtilities/Classes/Network/**/*"
59     }
60   ]