[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / a / d / 1 / IRLSize / 0.3.0 / IRLSize.podspec.json
blob88b4c901403779196a721ed620e375e19baa1d76
2   "name": "IRLSize",
3   "version": "0.3.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\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.3.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     "SDiPhoneVersion": [
27       "~> 1.1.1"
28     ]
29   }