[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / f / d / 6 / HyperioniOS / 1.0.2 / HyperioniOS.podspec.json
blob9f2dfb1a698d8ea4128f4a0f50e6b771dfbb74ae
2   "name": "HyperioniOS",
3   "version": "1.0.2",
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.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "frameworks": [
22     "UIKit"
23   ],
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Core/**/*.{h,m}",
28       "exclude_files": "Core/**/*.md",
29       "resources": [
30         "Core/**/*.png",
31         "Core/**/*.xib",
32         "Core/**/*.plist"
33       ]
34     },
35     {
36       "name": "AttributesInspector",
37       "dependencies": {
38         "HyperioniOS/Core": [
40         ]
41       },
42       "source_files": "AttributesInspector/**/*.{h,m}",
43       "exclude_files": "AttributesInspector/**/*.md",
44       "resources": [
45         "AttributesInspector/**/*.png",
46         "AttributesInspector/**/*.xib",
47         "AttributesInspector/**/*.plist"
48       ]
49     },
50     {
51       "name": "SlowAnimations",
52       "dependencies": {
53         "HyperioniOS/Core": [
55         ]
56       },
57       "source_files": "SlowAnimations/**/*.{h,m}",
58       "exclude_files": "SlowAnimations/**/*.md",
59       "resources": [
60         "SlowAnimations/**/*.png",
61         "SlowAnimations/**/*.xib",
62         "SlowAnimations/**/*.plist"
63       ]
64     },
65     {
66       "name": "Measurements",
67       "dependencies": {
68         "HyperioniOS/Core": [
70         ]
71       },
72       "source_files": "Measurements/**/*.{h,m}",
73       "exclude_files": "Measurements/**/*.md",
74       "resources": [
75         "Measurements/**/*.png",
76         "Measurements/**/*.xib",
77         "Measurements/**/*.plist"
78       ]
79     }
80   ]