blob: 6c081b8f1f3003679a9fec21ad60c3bb6f1042c2 [file] [log] [blame]
{
"name": "Francium",
"version": "1.0.0",
"platforms": {
"ios": "10.0",
"osx": "10.10"
},
"summary": "A small library to use for your file system.",
"authors": {
"Bas van Kuijck": "bas@e-sites.nl"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/e-sites/Francium",
"source": {
"git": "https://github.com/e-sites/Francium.git",
"tag": "1.0.0"
},
"source_files": "Francium/**/*.{h,swift}",
"requires_arc": true
}