[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / d / 1 / IRLSize / 1.0.0-beta1 / IRLSize.podspec.json
blob520024a54e9b89ffe104a3f5033b420e55f8b845
2   "name": "IRLSize",
3   "version": "1.0.0-beta1",
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": "1.0.0-beta1"
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   "ios": {
26     "source_files": "Pod/Classes/iOS/*",
27     "frameworks": [
28       "Foundation",
29       "UIKit"
30     ]
31   },
32   "watchos": {
33     "source_files": "Pod/Classes/watchOS/*",
34     "frameworks": [
35       "Foundation",
36       "WatchKit"
37     ]
38   },
39   "dependencies": {
40     "SDVersion": [
41       "~> 3.5"
42     ]
43   }