4 "summary": "A library for determining the actual physical size of pixels on an iOS or watchOS device.",
5 "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.",
6 "homepage": "http://www.detroitlabs.com",
9 "Jeff Kelley": "SlaunchaMan@gmail.com"
12 "git": "https://github.com/detroit-labs/IRLSize.git",
22 "Pod/Classes/Private/*"
24 "private_header_files": "Pod/Classes/Private/*.h",
25 "frameworks": "Foundation",
27 "source_files": "Pod/Classes/iOS/*",
31 "source_files": "Pod/Classes/watchOS/*",
32 "frameworks": "WatchKit"
41 "name": "IRLSizeTests",
46 "source_files": "IRLSizeTests/*.{h,m}",
52 "requires_app_host": true