[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 8 / f / a / MJCacheManager / 0.1.0 / MJCacheManager.podspec.json
blob68445489f8c5a56c4ae2c869cb85376113ddd1df
2   "name": "MJCacheManager",
3   "version": "0.1.0",
4   "summary": "The management of the resource cache.",
5   "homepage": "https://github.com/Musjoy/MJCacheManager",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Ray": "Ray.musjoy@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/Musjoy/MJCacheManager.git",
15     "tag": "v-0.1.0"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "source_files": "MJCacheManager/Classes/**/*",
21   "user_target_xcconfig": {
22     "GCC_PREPROCESSOR_DEFINITIONS": "MODULE_CACHE_MANAGER"
23   },
24   "dependencies": {
25     "MJWebService": [
26       "~> 0.1"
27     ],
28     "ModuleCapability": [
29       "~> 0.1"
30     ]
31   },
32   "prefix_header_contents": "#import \"ModuleCapability.h\""