[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / 1 / d / PureViewIcon / 0.0.2 / PureViewIcon.podspec.json
blob143eba6797d1b2c09b51a9d1f8ec9b4133ab2d67
2   "name": "PureViewIcon",
3   "version": "0.0.2",
4   "summary": "Pure UIView icon",
5   "homepage": "https://github.com/akuraru/PureViewIcon",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "akuraru": "akuraru@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/akuraru/PureViewIcon.git",
15     "tag": "0.0.2"
16   },
17   "platforms": {
18     "ios": "10.0"
19   },
20   "default_subspecs": "All",
21   "pushed_with_swift_version": "3.0",
22   "deprecated": true,
23   "subspecs": [
24     {
25       "name": "All",
26       "dependencies": {
27         "PureViewIcon/Core": [
29         ]
30       }
31     },
32     {
33       "name": "Core",
34       "source_files": "PureViewIcon/**/*.{swift}",
35       "dependencies": {
36         "SnapKit": [
38         ]
39       }
40     }
41   ]