blob: 1626e76b828888ae3692fb0a2b177db48f4b1bd2 [file] [log] [blame]
{
"name": "PixleeSDK",
"version": "1.9.2",
"summary": "An API Wrapper for Pixlee API",
"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.",
"homepage": "https://github.com/pixlee/pixlee-ios-sdk.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sungjun Hong": "sungjun@pixleeteam.com"
},
"source": {
"git": "https://github.com/pixlee/pixlee-ios-sdk.git",
"tag": "1.9.2"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source_files": "Classes/**/*{swift}",
"resources": "Classes/**/*.{png,jpeg,jpg,storyboard,xib,xcassets}",
"dependencies": {
"Alamofire": [
"~> 4.9"
],
"Nuke": [
"~> 8.4.0"
]
},
"swift_version": "5.0"
}