blob: dcd882852ce0f5bf5f865ab39b8da2b0d054392c [file] [log] [blame]
{
"name": "imglyKit",
"version": "1.0.2",
"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": "1.0.2"
},
"requires_arc": true,
"platforms": {
"ios": "6.0"
},
"frameworks": [
"Foundation",
"UIKit",
"CoreImage",
"CoreText"
],
"vendored_libraries": "Vendor/NEGPUImage/libNEGPUImage.a",
"public_header_files": "imglyKit/*.h",
"preserve_paths": [
"Vendor/NEGPUImage/libNEGPUImage.a",
"imglyKit/*.h"
],
"source_files": [
"imglyKit/*.{h,m}",
"Vendor/NEGPUImage/*.h"
],
"resource_bundles": {
"imglyKit": [
"imglyBundle/**/*"
]
},
"xcconfig": {
"HEADER_SEARCH_PATHS": "${PODS_ROOT}/imglyKit/Vendor/"
},
"libraries": "NEGPUImage",
"dependencies": {
"SVProgressHUD": [
"~> 1.0"
]
},
"deprecated_in_favor_of": "PhotoEditorSDK"
}