blob: 0aeecc37b8ac033b8b6d9e33020808b0e7dfe180 [file] [log] [blame]
{
"name": "library_test",
"version": "0.0.2",
"summary": "summary",
"description": "description",
"homepage": "https://github.com/ntthuylinh/libraryWithCocoa",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"linh nguyen": "ntthuylinh0397@gmail.com"
},
"platforms": {
"ios": "13.0"
},
"source": {
"git": "https://github.com/ntthuylinh/libraryWithCocoa.git",
"tag": "0.0.2"
},
"source_files": [
"MyLibrary",
"MyLibrary/**/*.{h,m,swift}"
],
"exclude_files": "Classes/Exclude"
}