[Delete] TapjoySDK 14.2.0
[CocoaPods.git] / Specs / a / d / 1 / IRLSize / 2.0.0 / IRLSize.podspec.json
blobdc73114871b86c0bdcbd87653e177c76bba5ce14
2   "name": "IRLSize",
3   "version": "2.0.0",
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",
7   "license": "MIT",
8   "authors": {
9     "Jeff Kelley": "SlaunchaMan@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/detroit-labs/IRLSize.git",
13     "tag": "2.0.0"
14   },
15   "platforms": {
16     "ios": "10.0",
17     "watchos": "3.0"
18   },
19   "requires_arc": true,
20   "source_files": [
21     "Pod/Classes/*",
22     "Pod/Classes/Private/*"
23   ],
24   "private_header_files": "Pod/Classes/Private/*.h",
25   "frameworks": "Foundation",
26   "ios": {
27     "source_files": "Pod/Classes/iOS/*",
28     "frameworks": "UIKit"
29   },
30   "watchos": {
31     "source_files": "Pod/Classes/watchOS/*",
32     "frameworks": "WatchKit"
33   },
34   "dependencies": {
35     "SDVersion": [
36       "~> 4.3.0"
37     ]
38   },
39   "testspecs": [
40     {
41       "name": "IRLSizeTests",
42       "test_type": "unit",
43       "platforms": {
44         "ios": "10.0"
45       },
46       "source_files": "IRLSizeTests/*.{h,m}",
47       "dependencies": {
48         "Kiwi": [
50         ]
51       },
52       "requires_app_host": true
53     }
54   ]