blob: 01beb05b095592e48bba5ae25ca052f81a1c5822 [file] [log] [blame]
{
"name": "WorkoutKit",
"version": "0.1.1",
"summary": "Mostly used in training Apps like 7 mins workout, and HIIT workout.",
"description": "In 7 Mins workout and HIIT workout Apps, we need same iCloud functions, this is why I created it.",
"homepage": "https://github.com/liuwanwei/WorkoutKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"liuwanwei@gmail.com": "liuwanwei@gmail.com"
},
"source": {
"git": "https://github.com/liuwanwei/WorkoutKit.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"WorkoutKit/Classes/*.{h,m}",
"WorkoutKit/Classes/**/*.{h,m}"
],
"dependencies": {
"DateTools": [
],
"FFGlobalAlertController": [
],
"BDBaseKit": [
],
"TMCache": [
],
"MJExtension": [
],
"libextobjc": [
]
}
}