blob: b3c4f88c98aca55217ce6447b4b8590f248a28a2 [file] [log] [blame]
{
"name": "FTFountain",
"version": "2.4.2",
"summary": "Pluggable data sources and adapters for managing list-like content.",
"authors": {
"Tobias Kräntzer": "info@tobias-kraentzer.de"
},
"license": {
"type": "BSD",
"file": "LICENSE.md"
},
"homepage": "https://github.com/anagromataf/Fountain",
"source": {
"git": "https://github.com/anagromataf/Fountain.git",
"tag": "2.4.2"
},
"module_name": "Fountain",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": "Fountain/Common/**/*.{h,m,c}",
"ios": {
"source_files": "Fountain/iOS/**/*.{h,m,c}"
},
"osx": {
"source_files": "Fountain/macOS/**/*.{h,m,c}"
},
"frameworks": "CoreData"
}