blob: f36ed9471d5a8b41cbfd5a7b8a94d36f97f05f33 [file] [log] [blame]
{
"name": "WorkoutKit",
"version": "0.1.2",
"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.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"WorkoutKit/Classes/*.{h,m}",
"WorkoutKit/Classes/**/*.{h,m}"
],
"dependencies": {
"DateTools": [
],
"FFGlobalAlertController": [
],
"BDBaseKit": [
],
"TMCache": [
],
"MJExtension": [
],
"libextobjc": [
]
}
}