blob: 75062db1079f7675bd617f17ec55c4b72f8483aa [file] [log] [blame]
{
"name": "FreeLib",
"version": "1.0.0",
"summary": "FreeLib is an example lib.",
"description": "This is a trial example lib, made to test process of making a library",
"homepage": "https://github.com/rodrigocasillas/FreeLib",
"license": "MIT",
"authors": {
"Rodrigo Casillas": "rodrigocasillas@live.com"
},
"platforms": {
"ios": "12.2"
},
"source": {
"git": "https://github.com/rodrigocasillas/FreeLib.git",
"tag": "1.0.0"
},
"source_files": "FreeLib/**/*",
"exclude_files": "FreeLib/FreeLib/*.plist"
}