blob: ea7d75f1f58a38655723fa1e437c1cf5f16146db [file] [log] [blame]
{
"name": "FTFountain",
"version": "2.0",
"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.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.4",
"osx": "10.10"
},
"source_files": "FTFountain/Common/**/*.{h,m,c}",
"ios": {
"source_files": "FTFountain/iOS/**/*.{h,m,c}"
},
"osx": {
"source_files": "FTFountain/OSX/**/*.{h,m,c}"
},
"frameworks": "CoreData"
}