blob: 48100147877c3e88c5dded2967bb45c2d118439c [file] [log] [blame]
{
"name": "test_lib_asd",
"version": "0.2.0",
"summary": "test pod.",
"description": "long description",
"homepage": "https://github.com/miroslavch/test_lib",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"miroslavch": "miroslavch@safecharge.com"
},
"source": {
"git": "https://github.com/miroslavch/test_lib.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CardIO/*.h",
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 4.5.0"
]
},
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-lObjC"
},
"frameworks": [
"Accelerate",
"AVFoundation",
"AudioToolbox",
"CoreMedia",
"CoreVideo",
"MobileCoreServices",
"OpenGLES",
"QuartzCore",
"Security",
"UIKit"
],
"libraries": "c++",
"vendored_libraries": [
"CardIO/libCardIO.a",
"CardIO/libopencv_core.a",
"CardIO/libopencv_imgproc.a"
],
"pushed_with_swift_version": "3.0"
}