[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / d / 6 / HyperioniOS / 1.1.0 / HyperioniOS.podspec.json
blob2a8af8f93801ad6fbd70ae7467b4b31d76c3931b
2   "name": "HyperioniOS",
3   "version": "1.1.0",
4   "summary": "Hyperion is an app design review tool that allows you to inspect views and perform measurements live within your app.",
5   "module_name": "HyperionCore",
6   "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.",
7   "homepage": "https://github.com/willowtreeapps/Hyperion-iOS",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "chrsmys": "chris.mays@willowtreeapps.com"
14   },
15   "source": {
16     "git": "https://github.com/willowtreeapps/Hyperion-iOS.git",
17     "tag": "1.1.0"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "frameworks": [
23     "UIKit"
24   ],
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "Core/**/*.{h,m}",
29       "exclude_files": "Core/**/*.md",
30       "resources": [
31         "Core/**/*.png",
32         "Core/**/*.xib",
33         "Core/**/*.plist"
34       ]
35     },
36     {
37       "name": "AttributesInspector",
38       "dependencies": {
39         "HyperioniOS/Core": [
41         ]
42       },
43       "source_files": "AttributesInspector/**/*.{h,m}",
44       "exclude_files": "AttributesInspector/**/*.md",
45       "resources": [
46         "AttributesInspector/**/*.png",
47         "AttributesInspector/**/*.xib",
48         "AttributesInspector/**/*.plist"
49       ]
50     },
51     {
52       "name": "SlowAnimations",
53       "dependencies": {
54         "HyperioniOS/Core": [
56         ]
57       },
58       "source_files": "SlowAnimations/**/*.{h,m}",
59       "exclude_files": "SlowAnimations/**/*.md",
60       "resources": [
61         "SlowAnimations/**/*.png",
62         "SlowAnimations/**/*.xib",
63         "SlowAnimations/**/*.plist"
64       ]
65     },
66     {
67       "name": "Measurements",
68       "dependencies": {
69         "HyperioniOS/Core": [
71         ]
72       },
73       "source_files": "Measurements/**/*.{h,m}",
74       "exclude_files": "Measurements/**/*.md",
75       "resources": [
76         "Measurements/**/*.png",
77         "Measurements/**/*.xib",
78         "Measurements/**/*.plist"
79       ]
80     }
81   ]