blob: 235635383ac22767563c95f9a5ce2e129aa5e157 [file] [log] [blame]
{
"name": "IRLSize",
"version": "0.4.3",
"summary": "A library for determining the actual physical size of pixels on an iOS device.",
"description": "IRLSize is used to determine the physical size of the iOS\ndevice you’re using, both width and height. It includes\nconvenience methods for drawing a view at a specific size\nas well as determining 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": "0.4.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"SDVersion": [
"~> 2.5.2"
]
}
}