blob: 6e10a5335b33a555327bb4e29bf8f3e4b3b8bed7 [file] [log] [blame]
{
"name": "AudiosearchClientSwift",
"version": "0.1.0",
"summary": "A Swift sdk for authenticating application use with the Audiosear.ch API.",
"description": "The AudiosearchClientSwift authenticates entire applications using client credential oauth2. It also makes several built-in methods available for querying use.",
"homepage": "https://github.com/popuparchive/AudiosearchClientSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Anders Howerton": "anders@popuparchive.org"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/popuparchive/AudiosearchClientSwift.git",
"tag": "0.1.0"
},
"source_files": "*.{swift,h,m}",
"exclude_files": "Classes/Exclude",
"dependencies": {
"p2.OAuth2": [
],
"Alamofire": [
"~> 3.0"
]
}
}