| { |
| "name": "AlamofireSwiftSoup", |
| "module_name": "AlamofireSwiftSoup", |
| "version": "1.0.0", |
| "summary": "Alamofire extension for serialize SwiftSoup HTML documents", |
| "homepage": "https://github.com/aporat/AlamofireSwiftSoup", |
| "license": "MIT", |
| "authors": { |
| "Adar Porat": "http://github.com/aporat" |
| }, |
| "platforms": { |
| "ios": "12.0" |
| }, |
| "requires_arc": true, |
| "source": { |
| "git": "https://github.com/aporat/AlamofireSwiftSoup.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": "AlamofireSwiftSoup/*.{swift}", |
| "swift_versions": "5.0", |
| "dependencies": { |
| "Alamofire": [ |
| "~> 5" |
| ], |
| "SwiftSoup": [ |
| "~> 2" |
| ] |
| }, |
| "swift_version": "5.0" |
| } |