blob: 75869a81f05078382cf12305fba8b0326e4ae76c [file] [log] [blame]
{
"name": "IRLSize",
"version": "1.3.0",
"summary": "A library for determining the actual physical size of pixels on an iOS or watchOS device.",
"description": "IRLSize is used to determine the physical size of the device\nyou’re using, both width and height. It includes convenience\nmethods for drawing a view at a specific size as well as\ndetermining the physical size of a view.",
"homepage": "http://www.detroitlabs.com",
"license": "MIT",
"authors": {
"Jeff Kelley": "SlaunchaMan@gmail.com"
},
"source": {
"git": "https://github.com/detroit-labs/IRLSize.git",
"tag": "1.3.0"
},
"platforms": {
"ios": "8.0",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": [
"Pod/Classes/*",
"Pod/Classes/Private/*"
],
"private_header_files": "Pod/Classes/Private/*.h",
"frameworks": "Foundation",
"ios": {
"source_files": "Pod/Classes/iOS/*",
"frameworks": "UIKit"
},
"watchos": {
"source_files": "Pod/Classes/watchOS/*",
"frameworks": "WatchKit"
},
"dependencies": {
"SDVersion": [
"~> 4.3.0"
]
}
}