blob: 2a8af8f93801ad6fbd70ae7467b4b31d76c3931b [file] [log] [blame]
{
"name": "HyperioniOS",
"version": "1.1.0",
"summary": "Hyperion is an app design review tool that allows you to inspect views and perform measurements live within your app.",
"module_name": "HyperionCore",
"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.1.0"
},
"platforms": {
"ios": "9.0"
},
"frameworks": [
"UIKit"
],
"subspecs": [
{
"name": "Core",
"source_files": "Core/**/*.{h,m}",
"exclude_files": "Core/**/*.md",
"resources": [
"Core/**/*.png",
"Core/**/*.xib",
"Core/**/*.plist"
]
},
{
"name": "AttributesInspector",
"dependencies": {
"HyperioniOS/Core": [
]
},
"source_files": "AttributesInspector/**/*.{h,m}",
"exclude_files": "AttributesInspector/**/*.md",
"resources": [
"AttributesInspector/**/*.png",
"AttributesInspector/**/*.xib",
"AttributesInspector/**/*.plist"
]
},
{
"name": "SlowAnimations",
"dependencies": {
"HyperioniOS/Core": [
]
},
"source_files": "SlowAnimations/**/*.{h,m}",
"exclude_files": "SlowAnimations/**/*.md",
"resources": [
"SlowAnimations/**/*.png",
"SlowAnimations/**/*.xib",
"SlowAnimations/**/*.plist"
]
},
{
"name": "Measurements",
"dependencies": {
"HyperioniOS/Core": [
]
},
"source_files": "Measurements/**/*.{h,m}",
"exclude_files": "Measurements/**/*.md",
"resources": [
"Measurements/**/*.png",
"Measurements/**/*.xib",
"Measurements/**/*.plist"
]
}
]
}