blob: 848371c897ca8a759cd15650ae4e32e0e718033c [file] [log] [blame]
{
"name": "Hue",
"summary": "The all-in-one coloring utility that you'll ever need.",
"version": "2.0.0",
"homepage": "https://github.com/hyperoslo/Hue",
"license": "MIT",
"authors": {
"Hyper Interaktiv AS": "ios@hyper.no"
},
"source": {
"git": "https://github.com/hyperoslo/Hue.git",
"tag": "2.0.0"
},
"social_media_url": "https://twitter.com/hyperoslo",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.10"
},
"ios": {
"source_files": "Source/iOS/**/*",
"frameworks": "UIKit"
},
"tvos": {
"source_files": "Source/iOS/**/*",
"frameworks": "UIKit"
},
"osx": {
"source_files": "Source/Mac/**/*",
"frameworks": "AppKit"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
}
}