[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / 4 / a / EAGTools / 0.1.3 / EAGTools.podspec.json
blob5a270ee0de5a02ddba49be8e70a96be3944456c5
2   "name": "EAGTools",
3   "version": "0.1.3",
4   "summary": "A collection of utilities, extensions, and subclasses I commonly use for Swift iOS projects.",
5   "description": "A collection of utilities, extensions, and subclasses I commonly use for Swift iOS projects. These are common tools I use between many of my projects.  I will add more as I go along.",
6   "homepage": "https://github.com/grossmae/EAGTools",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Evan Grossman": "evan@eagdev.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/grossmae/EAGTools.git",
19     "tag": "0.1.3"
20   },
21   "source_files": "EAGTools/*.swift",
22   "dependencies": {
23     "SnapKit": [
24       "~> 3.0.2"
25     ]
26   },
27   "requires_arc": true,
28   "pushed_with_swift_version": "3.0"