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