[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / e / 8 / SMDeviceResolution / 0.2.1 / SMDeviceResolution.podspec.json
blobf702f3590fe08911b7eb866fd0057373c6cb1a49
2   "name": "SMDeviceResolution",
3   "version": "0.2.1",
4   "summary": "Provides the current screen resolution that the device is reporting.",
5   "description": "Provides information on what dimensions the device is reporting as, and the zoom level if applicable. This is primarily intended to help address issues where newer iPhones report different dimensions based on zoom setting.",
6   "homepage": "https://github.com/seanmcneil/SMDeviceResolution",
7   "license": "MIT",
8   "authors": {
9     "Sean McNeil": "mcneilsean@icloud.com"
10   },
11   "source": {
12     "git": "https://github.com/seanmcneil/SMDeviceResolution.git",
13     "tag": "0.2.1"
14   },
15   "social_media_url": "https://twitter.com/sean_mcneil",
16   "platforms": {
17     "ios": "8.1"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "SMDeviceResolution": [
23       "Pod/Assets/*.png"
24     ]
25   }