[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / e / 6 / 5 / ZMKnife / 0.1.9 / ZMKnife.podspec.json
blob285bdbcffca5fd4bcc828184127612202626f44c
2   "name": "ZMKnife",
3   "version": "0.1.9",
4   "summary": "Some widgets I often used in projects",
5   "homepage": "https://github.com/nanjingboy/ZMKnife",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Tom.Huang": "hzlhu.dargon@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/nanjingboy/ZMKnife.git",
15     "tag": "0.1.9"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "requires_arc": true,
21   "source_files": "Source/*.swift",
22   "resource_bundles": {
23     "ZMKnife": [
24       "Assets.xcassets"
25     ]
26   },
27   "dependencies": {
28     "SnapKit": [
30     ],
31     "UITextView+Placeholder": [
33     ]
34   }