blob: 2c989267a2768285e9878ab4574b1c74a547adfa [file] [log] [blame]
{
"name": "Alamofire-Prephirences",
"version": "2.0.0",
"summary": "Remote preferences and configuration for your application",
"homepage": "https://github.com/phimage/Alamofire-Prephirences",
"license": {
"type": "MIT"
},
"authors": {
"phimage": "eric.marchand.n7@gmail.com"
},
"platforms": {
"osx": "10.11",
"ios": "9.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/phimage/Alamofire-Prephirences.git",
"tag": "2.0.0"
},
"source_files": "Sources/*.swift",
"dependencies": {
"Alamofire": [
"~> 4.0"
],
"Prephirences": [
"~> 3.0"
]
}
}