blob: 57cafcbb56185cf4d602cdb81abbf2adac41554a [file] [log] [blame]
{
"name": "IRLSize",
"version": "1.1.1",
"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.1.1"
},
"platforms": {
"ios": "8.0",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": [
"Pod/Classes/*",
"Pod/Classes/Private/*"
],
"private_header_files": "Pod/Classes/Private/*.h",
"ios": {
"source_files": "Pod/Classes/iOS/*",
"frameworks": [
"Foundation",
"UIKit"
]
},
"watchos": {
"source_files": "Pod/Classes/watchOS/*",
"frameworks": [
"Foundation",
"WatchKit"
]
},
"dependencies": {
"SDVersion": [
"~> 4.0.2"
]
}
}