| { |
| "name": "JFDeviceComparison", |
| "version": "0.1.1", |
| "summary": "JFDeviceComparison is a UIDevice category which is used to compare device versions.", |
| "description": "JFDeviceComparison is a UIDevice category which is used to compare device versions. It uses the system machine information to determine and compare against device types.", |
| "homepage": "https://github.com/jfuellert/JFDeviceComparison", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "jfuellert": "jfuellert@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/jfuellert/JFDeviceComparison.git", |
| "tag": "0.1.1" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "JFDeviceComparison/JFDeviceComparison/**/*.{h,m}", |
| "public_header_files": "JFDeviceComparison/JFDeviceComparison/UIDevice+JFDeviceComparison.h", |
| "frameworks": "UIKit" |
| } |