[Delete] CellBuilder 1.0.2
[CocoaPods.git] / Specs / 7 / 9 / 4 / AlamofireMock / 1.0.0 / AlamofireMock.podspec.json
blobb7d5885b3d86ea106dde464faf572a2b0b68b881
2   "name": "AlamofireMock",
3   "version": "1.0.0",
4   "license": "MIT",
5   "summary": "Extension to Alamofire that makes mocking easy.",
6   "homepage": "https://github.com/moros/AlamofireMock",
7   "authors": {
8     "Doug Mason": "androidsoong@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/moros/AlamofireMock.git",
12     "tag": "1.0.0"
13   },
14   "platforms": {
15     "ios": "10.0",
16     "osx": "10.12",
17     "tvos": "10.0"
18   },
19   "swift_versions": [
20     "5.0",
21     "5.1"
22   ],
23   "source_files": "Sources/**/*.swift",
24   "dependencies": {
25     "Alamofire": [
26       "~> 4.9.0"
27     ],
28     "SwiftyJSON": [
29       "~> 5.0.0"
30     ],
31     "AlamofireExtended": [
32       "~> 1.0.5"
33     ]
34   },
35   "swift_version": "5.1"