[Add] YSRTCLiveAVKitSDK 1.0.2
[CocoaPods.git] / Specs / d / 3 / 0 / DecodAlamofirable / 1.0.0 / DecodAlamofirable.podspec.json
bloba636911d418a4fd5a79c8146cc08f79e5fbb4a3e
2   "name": "DecodAlamofirable",
3   "version": "1.0.0",
4   "summary": "Alamofire + Decodable",
5   "description": "Help parse alamofire response to decodable object",
6   "homepage": "https://github.com/quocnb/DecodAlamofirable",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "quocnb": "quocnb.vnu@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/quocnb/DecodAlamofirable.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_version": "4.2",
22   "source_files": "DecodAlamofirable/Classes/**/*",
23   "dependencies": {
24     "Alamofire": [
26     ]
27   }