blob: 88b4c901403779196a721ed620e375e19baa1d76 [file] [log] [blame]
{
"name": "IRLSize",
"version": "0.3.0",
"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\n device you’re using, both width and height. It includes\n convenience methods for drawing a view at a specific size\n as well as determining the physical size of a view.\n",
"homepage": "http://www.detroitlabs.com",
"license": "MIT",
"authors": {
"Jeff Kelley": "SlaunchaMan@gmail.com"
},
"source": {
"git": "https://github.com/detroit-labs/IRLSize.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"SDiPhoneVersion": [
"~> 1.1.1"
]
}
}