[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 7 / 8 / f / ABLib / 0.1.0 / ABLib.podspec.json
blob63398e2f6408b8c934f3839eb19bfae510137ef7
2   "name": "ABLib",
3   "version": "0.1.0",
4   "summary": "Swift Common Library.",
5   "description": "ABLib is a Swift library that collects frequently used functions.",
6   "homepage": "https://github.com/aiden-jnj",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Aiden": "aiden.jnj@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/aiden-jnj/ablib.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "ABLib/Classes/**/*",
23   "frameworks": [
24     "UIKit",
25     "MapKit"
26   ],
27   "dependencies": {
28     "AFNetworking": [
29       "~> 2.3"
30     ]
31   },
32   "swift_version": "5.0"