remove bs, and make shit work

This commit is contained in:
2019-11-20 14:40:50 -05:00
parent 37320d65f1
commit ff5c065eae
30 changed files with 1197 additions and 279 deletions

View File

@@ -0,0 +1,22 @@
{
"name": "UIDeviceModelNames",
"version": "0.1.0",
"summary": "A short description of UIDeviceModelNames.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/Jordan Koch/UIDeviceModelNames",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jordan Koch": "me@jordanko.ch"
},
"source": {
"git": "https://github.com/Jordan Koch/UIDeviceModelNames.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "UIDeviceModelNames/Classes/**/*"
}