[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 8 / f / AudiosearchClientSwift / 0.1.0 / AudiosearchClientSwift.podspec.json
blob6e10a5335b33a555327bb4e29bf8f3e4b3b8bed7
2   "name": "AudiosearchClientSwift",
3   "version": "0.1.0",
4   "summary": "A Swift sdk for authenticating application use with the Audiosear.ch API.",
5   "description": "The AudiosearchClientSwift authenticates entire applications using client credential oauth2. It also makes several built-in methods available for querying use.",
6   "homepage": "https://github.com/popuparchive/AudiosearchClientSwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Anders Howerton": "anders@popuparchive.org"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/popuparchive/AudiosearchClientSwift.git",
19     "tag": "0.1.0"
20   },
21   "source_files": "*.{swift,h,m}",
22   "exclude_files": "Classes/Exclude",
23   "dependencies": {
24     "p2.OAuth2": [
26     ],
27     "Alamofire": [
28       "~> 3.0"
29     ]
30   }