blob: 2329525b67aa0457c84685ebe875ebd8a8c59194 [file] [log] [blame]
{
"name": "imglyKit",
"version": "2.2.0",
"license": {
"type": "Copyright",
"file": "LICENSE"
},
"summary": "Creates stunning images with a nice selection of premium filters.",
"homepage": "https://github.com/imgly/imgly-sdk-ios",
"social_media_url": "https://twitter.com/9elements",
"authors": {
"9elements GmbH": "contact@9elements.com"
},
"source": {
"git": "https://github.com/imgly/imgly-sdk-ios.git",
"tag": "2.2.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"ios": {
"source_files": [
"imglyKit/Backend/**/*.{h,m,swift}",
"imglyKit/Frontend/**/*.{h,m,swift}"
],
"resources": [
"imglyKit/Frontend/Assets.xcassets",
"imglyKit/Frontend/en.lproj/Localizable.strings",
"imglyKit/Backend/Filter Responses/*.png",
"imglyKit/Backend/Fonts/*"
],
"frameworks": [
"Accelerate",
"AVFoundation",
"CoreGraphics",
"CoreImage",
"CoreMotion",
"CoreText",
"Foundation",
"GLKit",
"MobileCoreServices",
"OpenGLES",
"Photos",
"UIKit"
]
},
"osx": {
"source_files": [
"imglyKit/Backend/**/*.{h,m,swift}"
],
"resources": [
"imglyKit/Backend/Filter Responses/*.png",
"imglyKit/Backend/Fonts/*"
],
"frameworks": [
"Accelerate",
"AppKit",
"CoreGraphics",
"CoreText",
"Foundation",
"QuartzCore"
]
},
"deprecated_in_favor_of": "PhotoEditorSDK"
}