blob: dfac486e5a4144a7565499fbe61590f013a21e26 [file] [log] [blame]
{
"name": "Dimension",
"version": "0.3.2",
"summary": "Extensions for UIKit objects for easier access of frame properties",
"homepage": "https://github.com/materik/dimension.git",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Mattias Eriksson": "thematerik@gmail.com"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/materik/dimension.git",
"tag": "0.3.2"
},
"source_files": "*.swift",
"exclude_files": "Demo",
"frameworks": [
"UIKit"
]
}