{ | |
"name": "UILib", | |
"version": "0.0.3", | |
"summary": "An educational UI framework", | |
"description": "UI library framework made for educational purposes.", | |
"homepage": "https://github.com/mdb1/UILib", | |
"license": "MIT", | |
"authors": { | |
"Manu Herrera": "manuherrera8@gmail.com" | |
}, | |
"platforms": { | |
"ios": "12.0" | |
}, | |
"source": { | |
"git": "https://github.com/mdb1/UILib.git", | |
"tag": "0.0.3" | |
}, | |
"source_files": [ | |
"UILib/**/*.swift", | |
"UILib/**/*.xib" | |
], | |
"exclude_files": "Classes/Exclude" | |
} |