[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 6 / 9 / AlamofireSoap / 0.1.0 / AlamofireSoap.podspec.json
blob6733e3fdc11b37ffb0e7d70d4fd35d292a3bb988
2   "name": "AlamofireSoap",
3   "version": "0.1.0",
4   "swift_versions": "4.2",
5   "summary": "Alamofire Extension for Soap Webservices",
6   "description": "AlamofireSoap is an extension to Alamofire Library to use Enable 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.0"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "AlamofireSoap/Classes/**/*",
23   "dependencies": {
24     "Alamofire": [
25       "~> 4.7.0"
26     ]
27   }