blob: 84d5fe06afed3eb7e16c99be6ebff50d955a6cd2 [file] [log] [blame]
{
"name": "SwiftEyes",
"version": "0.1.3",
"summary": "An easy way to access OpenCV library from Swift.",
"homepage": "https://github.com/oaleeapp/SwiftEyes",
"license": {
"type": "3-clause BSD",
"file": "LICENSE"
},
"authors": {
"Victor Lee": "specialvict@gmail.com"
},
"social_media_url": "http://twitter.com/oaleeapp",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/oaleeapp/SwiftEyes.git",
"tag": "0.1.3"
},
"source_files": "SwiftEyes/Classes/**/*",
"private_header_files": "SwiftEyes/Classes/Private/*.h",
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-lObjC"
},
"frameworks": [
"QuartzCore",
"CoreVideo",
"AssetsLibrary",
"CoreMedia",
"CoreImage",
"CoreGraphics",
"AVFoundation",
"Accelerate",
"UIKit",
"ImageIO",
"Foundation"
],
"libraries": [
"c++",
"ObjC",
"z"
],
"dependencies": {
"OpenCV-Dynamic": [
"~> 3.x"
]
},
"pushed_with_swift_version": "3.0"
}