[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / e / 5 / RTWebService / 0.2.0-beta / RTWebService.podspec.json
blob8e31c90f8e7e78eddfa7c3015ec368aa04a4e2ee
2   "name": "RTWebService",
3   "version": "0.2.0-beta",
4   "summary": "Elegant library to connect with server through REST, SOAP, FTP, SSH",
5   "description": "RTWebService is a wrapper around Alamofire for making REST and SOAP call in easiest possible way.",
6   "homepage": "https://github.com/tigerraj32/RTWebService",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "rajan": "rajantwnabashu@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/tigerraj32/RTWebService.git",
16     "tag": "0.2.0-beta"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "RTWebService/Classes/**/*",
22   "dependencies": {
23     "Alamofire": [
24       "~> 4.3"
25     ],
26     "AEXML": [
27       "~> 4.0"
28     ]
29   },
30   "pushed_with_swift_version": "3.0"