blob: 48426980c46e545ab3f7f0871e6ae4ac5b4cda2e [file] [log] [blame]
{
"name": "CVLib",
"version": "0.1.0",
"summary": "A computer vision library for iOS using Swift",
"description": "\"TODO: Add long description of the pod here.\"",
"homepage": "https://github.com/r4ghu/CVLib",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"r4ghu": "m.sriraghu@gmail.com"
},
"source": {
"git": "https://github.com/r4ghu/CVLib.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"source_files": "CVLib/Classes/**/*",
"frameworks": "UIKit",
"swift_version": "5.0"
}