blob: 520024a54e9b89ffe104a3f5033b420e55f8b845 [file] [log] [blame]
{
"name": "IRLSize",
"version": "1.0.0-beta1",
"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.0.0-beta1"
},
"platforms": {
"ios": "10.0",
"watchos": "3.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": [
"~> 3.5"
]
}
}