blob: c9dbfa89ecf014d751fc12dd7fe7ed73beeab5cf [file] [log] [blame]
{
"name": "BingAPI",
"version": "0.3.0",
"license": "MIT",
"homepage": "https://github.com/Adorkable/BingAPIiOS",
"authors": {
"Ian Grossberg": "yo.ian.g@gmail.com"
},
"summary": "Simple access to the BingAPI",
"platforms": {
"ios": "9.1"
},
"source": {
"git": "https://github.com/Adorkable/BingAPIiOS.git",
"tag": "0.3.0"
},
"source_files": [
"BingAPI/*.swift",
"BingAPI/Routes/*.swift"
],
"requires_arc": true,
"dependencies": {
"AdorkableAPIBase": [
]
}
}