[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / 6 / 9 / AlamofireSoap / 0.1.1 / AlamofireSoap.podspec.json
blob1fffd561bcca01b360d6ea4d3482b6613ebf4b55
2   "name": "AlamofireSoap",
3   "version": "0.1.1",
4   "swift_versions": "4.2",
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.1"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "AlamofireSoap/Classes/**/*",
23   "dependencies": {
24     "Alamofire": [
25       "~> 4.7.0"
26     ]
27   }