[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / e / 0 / 5 / Spartan / 1.1.0 / Spartan.podspec.json
blob5b03d4e81d310fe953b1a0c87731ab36a6a2142c
2   "name": "Spartan",
3   "version": "1.1.0",
4   "summary": "An Elegant Spotify Web API Library Written in Swift for iOS and macOS",
5   "description": "Spartan is a lightweight, elegant, and easy to use Spotify Web API wrapper library for iOS written in Swift 3. Under the hood, Spartan makes request to the Spotify Web API. Those requests are then turned into clean, friendly, and easy to use objects.",
6   "homepage": "https://github.com/daltron/Spartan",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "dhint4": "daltonhint4@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/daltron/Spartan.git",
16     "tag": "1.1.0"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.11"
21   },
22   "source_files": "Spartan/Classes/**/*",
23   "dependencies": {
24     "AlamoRecord": [
25       "~> 1.1.1"
26     ]
27   },
28   "pushed_with_swift_version": "3.0"