[Delete] TapjoySDK 14.2.0
[CocoaPods.git] / Specs / a / d / 1 / IRLSize / 0.4.3 / IRLSize.podspec.json
blob235635383ac22767563c95f9a5ce2e129aa5e157
2   "name": "IRLSize",
3   "version": "0.4.3",
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.3"
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   }