blob: 9f8e2f7324330392516f768e9d471f4b96e2b33b [file] [log] [blame]
{
"name": "Dimension",
"version": "2.0.0",
"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": "2.0.0"
},
"exclude_files": [
"SwiftTests",
"ObjCTests"
],
"frameworks": [
"UIKit"
],
"default_subspecs": "Swift",
"subspecs": [
{
"name": "Swift",
"source_files": "Swift/**/*.swift"
},
{
"name": "ObjC",
"source_files": "ObjC/**/*.{h,m}"
}
]
}