blob: 615778ca2faf7266fdc6a1216cda0d3a6c675a1b [file] [log] [blame]
{
"name": "Alamofire-YamlSwift",
"version": "1.0.0",
"summary": "Add Yaml response serializer to Alamofire",
"homepage": "https://github.com/phimage/Alamofire-YamlSwift",
"license": {
"type": "MIT"
},
"authors": {
"phimage": "eric.marchand.n7@gmail.com"
},
"platforms": {
"osx": "10.9",
"ios": "8.0"
},
"source": {
"git": "https://github.com/phimage/Alamofire-YamlSwift.git",
"tag": "1.0.0"
},
"source_files": "Alamofire-YamlSwift/*.swift",
"dependencies": {
"Alamofire": [
"~> 3.0"
],
"YamlSwift": [
]
}
}