[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 0 / d / c / WorkoutKit / 0.1.8 / WorkoutKit.podspec.json
blobef4308c2b907cb08c422e11a349a64a53858c93d
2   "name": "WorkoutKit",
3   "version": "0.1.8",
4   "summary": "Mostly used in training Apps like 7 mins workout, and HIIT workout.",
5   "description": "In 7 Mins workout and HIIT workout Apps, we need same iCloud functions, this is why I created it.",
6   "homepage": "https://github.com/liuwanwei/WorkoutKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "liuwanwei@gmail.com": "liuwanwei@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/liuwanwei/WorkoutKit.git",
16     "tag": "0.1.8"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": [
22     "WorkoutKit/Classes/*.{h,m}",
23     "WorkoutKit/Classes/**/*.{h,m}"
24   ],
25   "resource_bundles": {
26     "WorkoutKit": [
27       "WorkoutKit/Classes/views/*.storyboard"
28     ]
29   },
30   "resources": "WorkoutKit/Classes/views/*.xib",
31   "dependencies": {
32     "DateTools": [
34     ],
35     "FFGlobalAlertController": [
37     ],
38     "BDBaseKit": [
40     ],
41     "TMCache": [
43     ],
44     "MJExtension": [
46     ],
47     "libextobjc": [
49     ]
50   }