| { |
| "name": "AlamofireMock", |
| "version": "1.0.0", |
| "license": "MIT", |
| "summary": "Extension to Alamofire that makes mocking easy.", |
| "homepage": "https://github.com/moros/AlamofireMock", |
| "authors": { |
| "Doug Mason": "androidsoong@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/moros/AlamofireMock.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "10.0", |
| "osx": "10.12", |
| "tvos": "10.0" |
| }, |
| "swift_versions": [ |
| "5.0", |
| "5.1" |
| ], |
| "source_files": "Sources/**/*.swift", |
| "dependencies": { |
| "Alamofire": [ |
| "~> 4.9.0" |
| ], |
| "SwiftyJSON": [ |
| "~> 5.0.0" |
| ], |
| "AlamofireExtended": [ |
| "~> 1.0.5" |
| ] |
| }, |
| "swift_version": "5.1" |
| } |