[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 0 / 1 / a / ForzaData / 0.1.0 / ForzaData.podspec.json
blob299654219bc38d6540fb3d46515b65e5ac81a8ab
2   "name": "ForzaData",
3   "version": "0.1.0",
4   "summary": "Read and parse data from Forza Motorsport 7.",
5   "description": "Read and parse data from Forza Motorsport 7.",
6   "homepage": "https://github.com/HendX/ForzaData",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "HendX": "hello@crunchybagel.com"
13   },
14   "source": {
15     "git": "https://github.com/HendX/ForzaData.git",
16     "tag": "0.1.0"
17   },
18   "swift_version": "4.0",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "ForzaData/Classes/**/*",
23   "dependencies": {
24     "CocoaAsyncSocket": [
25       "~> 7.6.3"
26     ]
27   }