blob: 020284f4b8ba5f9a2ce35a9cdf4b31398f43e358 [file] [log] [blame]
{
"name": "PixleeSDK",
"version": "2.0.3",
"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": "2.0.3"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source_files": "Classes/**/*{swift}",
"resources": "Classes/**/*.{png,jpeg,jpg,storyboard,xib,xcassets}",
"dependencies": {
"Alamofire": [
"~> 5.0.0-rc.3"
],
"Nuke": [
"~> 8.4.0"
]
},
"swift_version": "5.0"
}