blob: 9f2dfb1a698d8ea4128f4a0f50e6b771dfbb74ae [file] [log] [blame]
{
"name": "HyperioniOS",
"version": "1.0.2",
"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.2"
},
"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"
]
}
]
}