blob: 48a333e733dc987b6823ff7292454ebce3c0a2d1 [file] [log] [blame]
{
"name": "ARLogging",
"version": "1.3.0",
"summary": "A short description of ARLogging.",
"platforms": {
"ios": "11.0"
},
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/pioneersquarelabs/ARMetricsFramework",
"license": "MIT",
"authors": {
"Zoe Sheill": "zsheill7@gmail.com"
},
"source": {
"git": "https://github.com/pioneersquarelabs/ARMetricsFramework.git",
"tag": "1.3.0"
},
"pod_target_xcconfig": {
"SWIFT_INCLUDE_PATHS": "$(SRCROOT)/ARLogging/ARLogging/Classes/minizip/**",
"LIBRARY_SEARCH_PATHS": "$(SRCROOT)/ARLogging/ARLogging/Classes/"
},
"source_files": [
"ARLogging/Classes/**/*",
"ARLogging/Classes/*.{swift,h}",
"ARLogging/Classes/minizip/*.{c,h}",
"ARLogging/Classes/minizip/zip.h",
"ARLogging/Classes/minizip/zip.c",
"ARLogging/Classes/minizip/aes/*.{c,h}"
],
"requires_arc": true,
"preserve_paths": "ARLogging/Classes/minizip/module.modulemap",
"pushed_with_swift_version": "3.2"
}