{ | |
"name": "NeumorphismKit", | |
"version": "1.0.0", | |
"license": { | |
"type": "MIT", | |
"file": "LICENSE" | |
}, | |
"summary": "Neumorphism framework for UIKit.", | |
"homepage": "https://github.com/y-okudera/NeumorphismKit", | |
"authors": { | |
"YukiOkudera": "appledev.yuoku@gmail.com" | |
}, | |
"source": { | |
"git": "https://github.com/y-okudera/NeumorphismKit.git", | |
"tag": "1.0.0" | |
}, | |
"platforms": { | |
"ios": "12.0" | |
}, | |
"swift_versions": [ | |
"5.1", | |
"5.2" | |
], | |
"source_files": "Sources/**/*.{h,m,swift}", | |
"swift_version": "5.2" | |
} |