[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / 9 / 8 / 3 / ABTools / 0.4.0 / ABTools.podspec.json
blob5d5846fb9d5ffe505d04826ec44d6b96875439a0
2   "name": "ABTools",
3   "version": "0.4.0",
4   "summary": "Various tools to assist App Brewery developers",
5   "description": "'ABTools is a library of various extensions and objects created to speed up the development process and enforce a development standard within App Brewery iOS projects.'",
6   "homepage": "https://github.com/cletteney/ABTools",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Chase Letteney": "lettene3@uwm.edu"
13   },
14   "source": {
15     "git": "https://github.com/cletteney/ABTools.git",
16     "tag": "0.4.0"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "swift_versions": "4.0",
22   "source_files": [
23     "Classes/**/*",
24     "Extensions/**/*"
25   ],
26   "dependencies": {
27     "SwiftyJSON": [
28       "~> 4.0"
29     ]
30   },
31   "swift_version": "4.0"