[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 1 / 5 / e / Rocket / 1.0.0 / Rocket.podspec.json
blobb2befb4c7b837496798d8bcdc4433ca11f91459a
2   "name": "Rocket",
3   "version": "1.0.0",
4   "summary": "🚀Rocket is a network framework which can be easily used in iOS project",
5   "swift_versions": "4.0",
6   "description": "🚀Rocket 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/Rocket.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/Rocket.git",
20     "tag": "1.0.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"