UIDeviceModelNames/Example/Pods/Local Podspecs/UIDeviceModelNames.podspec.json

23 lines
562 B
JSON
Raw Normal View History

2019-11-20 19:40:50 +00:00
{
"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/**/*"
}