blob: a9c10d701b540be928f8b096b9c560c9b99ab1ff [file] [log] [blame]
{
"name": "CacheTrackerConsumer",
"version": "1.6.0",
"summary": "Helper classes to connect UI and CacheTracker (https://github.com/ladeiko/CacheTracker)",
"homepage": "https://github.com/ladeiko/CacheTrackerConsumer",
"license": {
"type": "CUSTOM",
"file": "LICENSE"
},
"authors": {
"Siarhei Ladzeika": "sergey.ladeiko@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/ladeiko/CacheTrackerConsumer.git",
"tag": "1.6.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"swift_versions": [
"4.0",
"4.2",
"5.0",
"5.1"
],
"subspecs": [
{
"name": "Core",
"source_files": "Classes/Core/**/*.{swift}",
"dependencies": {
"CacheTracker": [
]
}
},
{
"name": "UIKit",
"source_files": [
"Classes/Core/**/*.{swift}",
"Classes/UIKit/**/*.{swift,h}"
],
"frameworks": "UIKit",
"dependencies": {
"CacheTracker": [
]
}
}
],
"swift_version": "5.1"
}