blob: 3f0cd62193feb3b22251fa25bb515d008a859714 [file] [log] [blame]
{
"name": "CacheTrackerConsumer",
"version": "1.5.1",
"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.5.1"
},
"requires_arc": true,
"default_subspecs": "Core",
"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": [
]
}
}
]
}