blob: 299654219bc38d6540fb3d46515b65e5ac81a8ab [file] [log] [blame]
{
"name": "ForzaData",
"version": "0.1.0",
"summary": "Read and parse data from Forza Motorsport 7.",
"description": "Read and parse data from Forza Motorsport 7.",
"homepage": "https://github.com/HendX/ForzaData",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"HendX": "hello@crunchybagel.com"
},
"source": {
"git": "https://github.com/HendX/ForzaData.git",
"tag": "0.1.0"
},
"swift_version": "4.0",
"platforms": {
"ios": "8.0"
},
"source_files": "ForzaData/Classes/**/*",
"dependencies": {
"CocoaAsyncSocket": [
"~> 7.6.3"
]
}
}