[Add] PINOperation 1.2.2
[CocoaPods.git] / Specs / 8 / 5 / f / MJPushManager / 0.1.0 / MJPushManager.podspec.json
blob074cfa5434ff3d2830a44c230bbabf3f8b0a312c
2   "name": "MJPushManager",
3   "version": "0.1.0",
4   "summary": "A manager to deal with remote notification.",
5   "homepage": "https://github.com/Musjoy/MJPushManager",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Raymond": "Ray.musjoy@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/Musjoy/MJPushManager.git",
15     "tag": "v-0.1.0"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "source_files": "MJPushManager/Classes/**/*",
21   "user_target_xcconfig": {
22     "GCC_PREPROCESSOR_DEFINITIONS": "MODULE_PUSH_MANAGER"
23   },
24   "dependencies": {
25     "ModuleCapability": [
26       "~> 0.1.2"
27     ]
28   },
29   "prefix_header_contents": "#import \"ModuleCapability.h\""