[Add] DocumentReaderNightly 7.5.4179
[CocoaPods.git] / Specs / a / d / 1 / IRLSize / 0.1.5 / IRLSize.podspec.json
bloba06e0eb10610c442258da8d6f22bfe6fc7ecf649
2   "name": "IRLSize",
3   "version": "0.1.5",
4   "summary": "A library for determining the actual physical size of pixels on an iOS device.",
5   "description": "                       IRLSize is used to determine the physical size of the iOS\n                       device you’re using, both width and height. It includes\n                       convenience methods for drawing a view at a specific size\n                       as well as determining the physical size of a view.\n",
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": "0.1.5"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes",
20   "public_header_files": "Pod/Classes/**/*.h",
21   "frameworks": [
22     "Foundation",
23     "UIKit"
24   ],
25   "dependencies": {
26     "SDiPhoneVersion": [
27       "~> 1.1.1"
28     ]
29   }