[Add] Dalila 1.0.25
[CocoaPods.git] / Specs / a / d / 1 / IRLSize / 0.4.0 / IRLSize.podspec.json
blob837f0945dcf08fef5ce2aecbd94f0ab062a4bb7d
2   "name": "IRLSize",
3   "version": "0.4.0",
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\ndevice you’re using, both width and height. It includes\nconvenience methods for drawing a view at a specific size\nas well as determining 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": "0.4.0"
14   },
15   "platforms": {
16     "ios": "7.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     "SDVersion": [
27       "~> 2.5.2"
28     ]
29   }