[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 5 / 8 / e / RocketApi / 0.1.0 / RocketApi.podspec.json
blob38cf232eb8e400dbcd7ca0ea8b2beec41b1ad535
2   "name": "RocketApi",
3   "version": "0.1.0",
4   "summary": "🚀RocketApi is a network framework which can be easily used in iOS project",
5   "swift_versions": "4.0",
6   "description": "🚀RocketApi is a network framework which can be easily used in iOS project to send HTTP request and decode to specified type. It's written in Swift and fully support JSON and Codable protocol.",
7   "homepage": "https://github.com/tangshizhao/RocketApi.git",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Tang Shizhao": "tangshizhao@foxmail.com"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/tangshizhao/RocketApi.git",
20     "tag": "0.1.0"
21   },
22   "source_files": [
23     "Sources",
24     "Sources/**/*.swift"
25   ],
26   "frameworks": "Foundation",
27   "dependencies": {
28     "Alamofire": [
30     ],
31     "PromiseKit": [
33     ],
34     "SwiftyJSON": [
36     ]
37   },
38   "swift_version": "4.0"