blob: 47818c7da6cdc4a5d229bff75c18e8e57c41c3ac [file] [log] [blame]
{
"name": "IRLSize",
"version": "2.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": "2.3.0"
},
"platforms": {
"ios": "9.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": {
"Orchard/ObjC": [
">= 1.8.0"
]
},
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES"
},
"testspecs": [
{
"name": "IRLSizeTests",
"test_type": "unit",
"platforms": {
"ios": "9.0"
},
"source_files": "IRLSizeTests/*.{h,m}",
"dependencies": {
"Kiwi": [
]
},
"requires_app_host": true
}
]
}