blob: 4660947442167be4d1c0e2210b7b8aafdefc0578 [file] [log] [blame]
{
"name": "com.awareframework.ios.sensor.core",
"version": "0.4.0",
"summary": "The Core Library of AWARE Framework iOS.",
"description": "com.awareframework.ios.sensor.core provides basic classes for developing your own sensor module on AWARE Framework.",
"homepage": "https://github.com/awareframework/com.awareframework.ios.sensor.core",
"license": {
"type": "Apache2",
"file": "LICENSE"
},
"authors": {
"Yuuki Nishiyama": "yuuki.nishiyama@oulu.fi"
},
"source": {
"git": "https://github.com/awareframework/com.awareframework.ios.sensor.core.git",
"tag": "0.4.0"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source_files": "com.awareframework.ios.sensor.core/Classes/**/*",
"dependencies": {
"RealmSwift": [
"~>3.12.0"
],
"ReachabilitySwift": [
"~>4.3.0"
],
"Networking": [
"~>4.4.0"
],
"SwiftyJSON": [
"~>4.2.0"
]
}
}