blob: 02c7ab33764386a00ada37aa4446a56a67cefea6 [file] [log] [blame]
{
"name": "Dimension",
"version": "1.2.6",
"homepage": "https://github.com/materik/dimension.git",
"summary": "Extensions for UIKit objects for easier access of frame properties",
"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": "1.2.6"
},
"exclude_files": [
"SwiftTests",
"ObjCTests"
],
"frameworks": [
"UIKit"
],
"default_subspecs": "Swift",
"subspecs": [
{
"name": "Swift",
"source_files": "Swift/**/*.swift"
},
{
"name": "ObjC",
"source_files": "ObjC/**/*.{h,m}"
}
]
}