[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / f / 2 / a / MJTimeManager / 0.1.0 / MJTimeManager.podspec.json
blobd2ec3d44f3e11273e3a1d10313c8f8f7ec7808f4
2   "name": "MJTimeManager",
3   "version": "0.1.0",
4   "summary": "MJTimeManager is used for synchronization server time.",
5   "homepage": "https://github.com/Musjoy/MJTimeManager",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Raymomd-hl": "Ray.musjoy@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/Musjoy/MJTimeManager.git",
15     "tag": "v-0.1.0"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": "MJTimeManager/Classes/**/*",
21   "user_target_xcconfig": {
22     "GCC_PREPROCESSOR_DEFINITIONS": "MODULE_TIME_MANAGER"
23   },
24   "dependencies": {
25     "ModuleCapability": [
26       "~> 0.1.2"
27     ]
28   },
29   "prefix_header_contents": "#import \"ModuleCapability.h\""