[Add] MirrorXML 4.0.3
[CocoaPods.git] / Specs / f / 6 / 9 / AlamofireSoap / 0.1.3 / AlamofireSoap.podspec.json
blob023a58fa55f659d53e670af32f481b856db154ae
2   "name": "AlamofireSoap",
3   "version": "0.1.3",
4   "swift_versions": "5.0",
5   "summary": "Alamofire Extension for Soap Webservices",
6   "description": "AlamofireSoap is an extension to Alamofire Library to use Soap webservices with Alamofire",
7   "homepage": "https://github.com/ShakeebM/AlamofireSoap",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Shakeeb Mancheri": "shakeeb818@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/ShakeebM/AlamofireSoap.git",
17     "tag": "0.1.3"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "AlamofireSoap/Classes/**/*",
23   "dependencies": {
24     "Alamofire": [
25       "~> 5.0.0-rc.2"
26     ]
27   },
28   "swift_version": "5.0"