[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / e / 5 / RTWebService / 0.1.0 / RTWebService.podspec.json
blob9ec2ce32c577b925230681228d66c777ad35c931
2   "name": "RTWebService",
3   "version": "0.1.0",
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.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "RTWebService/Classes/**/*",
22   "dependencies": {
23     "Alamofire": [
24       "~> 4.3"
25     ]
26   },
27   "pushed_with_swift_version": "3.0"