[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / d / 6 / HyperioniOS / 1.0.0 / HyperioniOS.podspec.json
blob8de3f8be3b4db5513ce69b5efcf40a997cf14a5f
2   "name": "HyperioniOS",
3   "version": "1.0.0",
4   "summary": "Hyperion is an app design review tool that allows you to inspect views and perform measurements live within your app.",
5   "description": "Hyperion is an app design review tool that allows you to inspect views and perform measurements live within your app. Hyperion is built on top of a plugin system so you can add and remove plugins as your workflow requires.",
6   "homepage": "https://github.com/willowtreeapps/Hyperion-iOS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "chrsmys": "chris.mays@willowtreeapps.com"
13   },
14   "source": {
15     "git": "https://github.com/willowtreeapps/Hyperion-iOS.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "frameworks": [
22     "UIKit"
23   ],
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Core/**/*",
28       "exclude_files": "Core/**/*.md"
29     },
30     {
31       "name": "AttributesInspector",
32       "dependencies": {
33         "HyperioniOS/Core": [
35         ]
36       },
37       "source_files": "AttributesInspector/**/*",
38       "exclude_files": "AttributesInspector/**/*.md"
39     },
40     {
41       "name": "SlowAnimations",
42       "dependencies": {
43         "HyperioniOS/Core": [
45         ]
46       },
47       "source_files": "SlowAnimations/**/*",
48       "exclude_files": "SlowAnimations/**/*.md"
49     },
50     {
51       "name": "Measurements",
52       "dependencies": {
53         "HyperioniOS/Core": [
55         ]
56       },
57       "source_files": "Measurements/**/*",
58       "exclude_files": "Measurements/**/*.md"
59     }
60   ]