blob: 6ea0fc46841bc4d3058f9d623c74395c41d20a9a [file] [log] [blame]
{
"name": "Flyshot",
"version": "0.0.3",
"summary": "Official Flyshot SDK to access Flyshot Platform's features.",
"homepage": "https://bitbucket.org/flyshot/ios-sdk",
"license": {
"type": "Flyshot Platform License",
"file": "LICENSE"
},
"authors": "Flyshot",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://bitbucket.org/flyshot/ios-sdk.git",
"tag": "0.0.3"
},
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES"
},
"requires_arc": true,
"swift_versions": "5.0",
"vendored_frameworks": "Flyshot.framework",
"dependencies": {
"Alamofire": [
"~> 4.8.2"
],
"CocoaImageHashing": [
"~> 1.7.0"
],
"OpenCV2": [
]
},
"swift_version": "5.0"
}