[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / e / 6 / 5 / ZMKnife / 0.1.1 / ZMKnife.podspec.json
blobcacb06ddfe3e74518dc395f603d726e9f9c1f878
2   "name": "ZMKnife",
3   "version": "0.1.1",
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.1"
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   }