| { |
| "name": "com.awareframework.ios.sensor.device", |
| "version": "0.4.0", |
| "summary": "A Device Information Provider for AWARE Framework", |
| "description": "The device sensor provides the device manufacturer, model, operating system version and other information. The information is provided by [UIDevice](https://developer.apple.com/documentation/uikit/uidevice).", |
| "homepage": "https://github.com/awareframework/com.awareframework.ios.sensor.device", |
| "license": { |
| "type": "Apache2", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "tetujin": "tetujin@ht.sfc.keio.ac.jp" |
| }, |
| "source": { |
| "git": "https://github.com/awareframework/com.awareframework.ios.sensor.device.git", |
| "tag": "0.4.0" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "swift_version": "4.2", |
| "source_files": "com.awareframework.ios.sensor.device/Classes/**/*", |
| "dependencies": { |
| "com.awareframework.ios.sensor.core": [ |
| "~> 0.4.1" |
| ] |
| } |
| } |