[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / e / 0 / 5 / Spartan / 1.0.2 / Spartan.podspec.json
blob6eedca2ceeb69e964fb56ccfa6b2211f3d11c590
2   "name": "Spartan",
3   "version": "1.0.2",
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.2"
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   },
28   "pushed_with_swift_version": "3.0"