blob: feeb8dffe292ad8b2b20bbfbdb5ac398be16be88 [file] [log] [blame]
{
"name": "Dimension",
"version": "1.1.1",
"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": "1.1.1"
},
"exclude_files": [
"DemoSwift",
"DemoObjC"
],
"frameworks": [
"UIKit"
],
"default_subspecs": "Swift",
"subspecs": [
{
"name": "Swift",
"source_files": "*.swift"
},
{
"name": "ObjC",
"source_files": "*.{h,m}",
"public_header_files": "*.h"
}
]
}