blob: 80596fb6e04278664013af5469ada95bce2fa093 [file] [log] [blame]
{
"name": "GBMotion",
"version": "0.1.0",
"platforms": {
"ios": "5.0"
},
"summary": "Library for helping with motion detection, such as orientation, etc.",
"authors": "Luka Mirosevic",
"homepage": "https://github.com/lmirosevic/GBMotion",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/lmirosevic/GBMotion.git",
"tag": "0.1.0"
},
"source_files": "GBMotion/GBMotion.{h,m}",
"frameworks": "CoreMotion",
"requires_arc": true
}