blob: 8de3f8be3b4db5513ce69b5efcf40a997cf14a5f [file] [log] [blame]
{
"name": "HyperioniOS",
"version": "1.0.0",
"summary": "Hyperion is an app design review tool that allows you to inspect views and perform measurements live within your app.",
"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.",
"homepage": "https://github.com/willowtreeapps/Hyperion-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"chrsmys": "chris.mays@willowtreeapps.com"
},
"source": {
"git": "https://github.com/willowtreeapps/Hyperion-iOS.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"frameworks": [
"UIKit"
],
"subspecs": [
{
"name": "Core",
"source_files": "Core/**/*",
"exclude_files": "Core/**/*.md"
},
{
"name": "AttributesInspector",
"dependencies": {
"HyperioniOS/Core": [
]
},
"source_files": "AttributesInspector/**/*",
"exclude_files": "AttributesInspector/**/*.md"
},
{
"name": "SlowAnimations",
"dependencies": {
"HyperioniOS/Core": [
]
},
"source_files": "SlowAnimations/**/*",
"exclude_files": "SlowAnimations/**/*.md"
},
{
"name": "Measurements",
"dependencies": {
"HyperioniOS/Core": [
]
},
"source_files": "Measurements/**/*",
"exclude_files": "Measurements/**/*.md"
}
]
}