[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 8 / 1 / 4 / PixleeSDK / 2.0.4 / PixleeSDK.podspec.json
blob0ffc04b64b29d38e802bce42a6e85111997cc78c
2   "name": "PixleeSDK",
3   "version": "2.0.4",
4   "summary": "An API Wrapper for Pixlee API",
5   "description": "This SDK makes it easy for Pixlee customers to easily include Pixlee albums in their native iOS apps. It includes a native wrapper to the Pixlee album API as well as some drop-in and customizable UI elements to quickly get you started. This repo includes both the Pixlee iOS SDK and an example project to show you how it's used.",
6   "homepage": "https://github.com/pixlee/pixlee-ios-sdk.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Sungjun Hong": "sungjun@pixleeteam.com"
13   },
14   "source": {
15     "git": "https://github.com/pixlee/pixlee-ios-sdk.git",
16     "tag": "2.0.4"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "Classes/**/*{swift}",
23   "resources": "Classes/**/*.{png,jpeg,jpg,storyboard,xib,xcassets}",
24   "dependencies": {
25     "Alamofire": [
26       "~> 5.0.0-rc.3"
27     ],
28     "Nuke": [
29       "~> 8.4.0"
30     ]
31   },
32   "swift_version": "5.0"