[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 7 / 8 / a / DZPopupMessageView / 0.3.0 / DZPopupMessageView.podspec.json
blob22a2b16bf6e5722311f5191bf4bbd0e297053692
2   "name": "DZPopupMessageView",
3   "version": "0.3.0",
4   "summary": "DZPopupMessageView.",
5   "description": "## Popup Message View with queue\n### How to use\n  \n* **Import**\n  \n```Swift\nimport DZPopupMessageView\n```\n  \n* **Show message**\n  \n```Swift\n/// paramters\n/// - message text: String\n/// - theme: DZPopupMessage.Theme(enum)\n///     can be nil, default is .light\n/// - type: DZPopupMessage.MessageType(enum)\n///     can be nil, default is .info\n/// - display: DZPopupMessage.DisplayType(enum)\n///     can be nil, default is .bubbleTop\nDZPopupMessage.show({msg text}, theme: {theme}, type: {type}, display: {display}, callback: {\n    // do some thing\n    })\n```\n                      \n* **Paramaters**\n    * theme\n        - DZPopupMessage.Theme.light\n        - DZPopupMessage.Theme.dark\n                      \n    * type\n        - DZPopupMessage.MessageType.info\n        - DZPopupMessage.MessageType.warning\n        - DZPopupMessage.MessageType.error\n                      \n    * display\n        - DZPopupMessage.DisplayType.rise\n        - DZPopupMessage.DisplayType.drop\n        - DZPopupMessage.DisplayType.bubbleTop\n        - DZPopupMessage.DisplayType.bubbleBottom\n                      \n#### Can be used like these\n                      \n```Swift\nDZPopupMessage.show(\"Message body\");\nDZPopupMessage.show({msg text}, theme: {theme}, type: {type}, display: {display});\nDZPopupMessage.show({msg text}, theme: {theme}, type: {type});\n...\n```",
6   "homepage": "https://github.com/darkzero/DZPopupMessageView",
7   "license": "MIT",
8   "authors": {
9     "darkzero": "darkzero_mk2@hotmail.com"
10   },
11   "source": {
12     "git": "https://github.com/darkzero/DZPopupMessageView.git",
13     "tag": "0.3.0"
14   },
15   "platforms": {
16     "ios": "9.3"
17   },
18   "source_files": "DZPopupMessageView/Classes/**/*",
19   "resources": [
20     "DZPopupMessageView/Assets/*.xcassets"
21   ],
22   "deprecated": true