blob: 868b6ce96e60d8a666b86b7893c3bb73b8331e89 [file] [log] [blame]
{
"name": "imglyKit2",
"version": "1.1.0",
"license": {
"type": "Copyright",
"file": "LICENSE"
},
"summary": "Creates stunning images with a nice selection of premium filters.",
"homepage": "https://github.com/ky1vstar/imgly-sdk-ios-2",
"social_media_url": "https://twitter.com/9elements",
"authors": {
"9elements GmbH": "contact@9elements.com",
"ky1vstar": "ky1vstar@ex.ua"
},
"source": {
"git": "https://github.com/ky1vstar/imgly-sdk-ios-2.git",
"tag": "1.1.0"
},
"module_name": "imglyKit",
"header_dir": "imglyKit",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"requires_arc": true,
"swift_versions": "5.0",
"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"
]
},
"swift_version": "5.0"
}