blob: 24eae15aa7fd67bdee41a573ead6c2b8d9b6160d [file] [log] [blame]
{
"name": "SwiftImageEffects",
"version": "0.2.1",
"summary": "Swift implementation of UIImageEffects to apply blur and tint effects to an image.",
"description": "This class contains methods to apply blur and tint effects to an image.\nSwiftImageEffects is a Swift implementation of https://developer.apple.com/library/content/samplecode/UIImageEffects/.",
"homepage": "https://github.com/coeur/ImageEffects",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Cœur": "coeur@gmx.fr"
},
"source": {
"git": "https://github.com/coeur/ImageEffects.git",
"tag": "0.2.1"
},
"social_media_url": "https://twitter.com/adigitalknight",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"default_subspecs": [
"extensions",
"Accelerate",
"CoreImage"
],
"subspecs": [
{
"name": "extensions",
"source_files": "SwiftImageEffects/ImageEffects+extensions.swift",
"frameworks": "UIKit"
},
{
"name": "Accelerate",
"source_files": "SwiftImageEffects/ImageEffects+Accelerate.swift",
"frameworks": [
"Accelerate",
"UIKit"
],
"platforms": {
"ios": "8.0",
"tvos": "9.0"
}
},
{
"name": "CoreImage",
"source_files": "SwiftImageEffects/ImageEffects+CoreImage.swift",
"frameworks": [
"CoreImage",
"UIKit"
]
},
{
"name": "UIVisualEffect",
"source_files": "SwiftImageEffects/ImageEffects+UIVisualEffect.swift",
"frameworks": "UIKit"
}
]
}