blob: 87b7bbc2b685e13eda880bd10d7c1936646faead [file] [log] [blame]
{
"name": "DSSDayStepCounter",
"version": "0.1",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/dasmer/DSSDayStepCounter",
"authors": {
"Dasmer Singh": "dasmersingh@gmail.com"
},
"summary": "A CMStepCounter Category that adds methods for step queries to make daily step counts easy",
"source": {
"git": "https://github.com/Dasmer/DSSDayStepCounter.git",
"tag": "v0.1"
},
"source_files": "DayStepCounterDemo/CMStepCounter+DSSDayStepCounter.{h,m}",
"frameworks": "CoreMotion",
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"dependencies": {
"MCDateExtensions": [
]
}
}