blob: 73ec878919f64368005dc429eef1317abcd7ef10 [file] [log] [blame]
{
"name": "Pedometer-iOS-Library",
"version": "1.0.3",
"summary": "A simple library for fetching iOS pedometer live and historic data",
"description": "A simple library for fetching iOS pedometer live and historic data.\nInstalling the Library:\n add this line to Podfile\n target <MyApp> do\n # Uncomment this line if you're using Swift or would like to use dynamic frameworks\n use_frameworks!\n\n pod 'Pedometer-iOS-Library'\n end",
"homepage": "https://gitlab.com/wesleywu/Pedometer-iOS-Library",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Wesley Wu": "wumengye@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://gitlab.com/wesleywu/Pedometer-iOS-Library",
"tag": "1.0.3"
},
"source_files": [
"Classes",
"Pedometer-iOS-Library/**/*.{h,m}"
],
"public_header_files": "Pedometer-iOS-Library/**/*.h",
"requires_arc": true
}