[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / e / 0 / 5 / Spartan / 1.0 / Spartan.podspec.json
blob2de9f6b0a64838b316f7082cffd91dfe066d39a2
2   "name": "Spartan",
3   "version": "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.0"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.11"
21   },
22   "source_files": "Spartan/Classes/**/*",
23   "dependencies": {
24     "AlamofireObjectMapper": [
25       "~> 4.0.1"
26     ]
27   }