[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / e / 5 / a / AlamofireSwiftSoup / 1.0.0 / AlamofireSwiftSoup.podspec.json
blobe2722f0080889d872d781ffc8d32066d20ad40df
2   "name": "AlamofireSwiftSoup",
3   "module_name": "AlamofireSwiftSoup",
4   "version": "1.0.0",
5   "summary": "Alamofire extension for serialize SwiftSoup HTML documents",
6   "homepage": "https://github.com/aporat/AlamofireSwiftSoup",
7   "license": "MIT",
8   "authors": {
9     "Adar Porat": "http://github.com/aporat"
10   },
11   "platforms": {
12     "ios": "12.0"
13   },
14   "requires_arc": true,
15   "source": {
16     "git": "https://github.com/aporat/AlamofireSwiftSoup.git",
17     "tag": "1.0.0"
18   },
19   "source_files": "AlamofireSwiftSoup/*.{swift}",
20   "swift_versions": "5.0",
21   "dependencies": {
22     "Alamofire": [
23       "~> 5"
24     ],
25     "SwiftSoup": [
26       "~> 2"
27     ]
28   },
29   "swift_version": "5.0"