Latest | 2.2.1 |
---|---|
Homepage | http://www.detroitlabs.com |
License | MIT |
Platforms | ios 8.0, watchos 2.0, requires ARC |
Dependencies | Orchard/ObjC |
Frameworks | Foundation |
Authors |
Latest podspec
{ "name": "IRLSize", "version": "2.2.1", "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 devicenyouu2019re using, both width and height. It includes conveniencenmethods for drawing a view at a specific size as well asndetermining the physical size of a view.", "homepage": "http://www.detroitlabs.com", "license": "MIT", "authors": { "Jeff Kelley": "[email protected]" }, "source": { "git": "https://github.com/detroit-labs/IRLSize.git", "tag": "2.2.1" }, "platforms": { "ios": "8.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.1.0" ] }, "testspecs": [ { "name": "IRLSizeTests", "test_type": "unit", "platforms": { "ios": "8.0" }, "source_files": "IRLSizeTests/*.{h,m}", "dependencies": { "Kiwi": [] }, "requires_app_host": true } ] }
Sat, 08 Jun 2019 10:22:12 +0000