blob: fb47f7265df68a36e3616cd91d3b3ccdf4cd584c [file] [log] [blame]
{
"name": "LekkaLink",
"version": "1.0",
"license": "MIT",
"summary": "LekkaLink is a Cocoa framework to automatically capture screenshots",
"homepage": "https://gitlab.com/lekka/lekka-link-ios",
"authors": "Peeka Sharma",
"source": {
"git": "https://gitlab.com/lekka/lekka-link-ios.git",
"tag": "1.0"
},
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 5.0.5"
],
"SVProgressHUD": [
],
"ReachabilitySwift": [
],
"DeviceKit": [
"~> 2.0"
]
},
"static_framework": true,
"platforms": {
"ios": "10.0"
},
"swift_versions": "5",
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "$(PROJECT_DIR)/Pods/LekkaLink/Library"
},
"source_files": "LekkaLink/**/*.{h,m,swift}",
"swift_version": "5"
}