blob: a99c97362a21a0a58b3d75ca0a3df58ed2f2e58f [file] [log] [blame]
{
"name": "PixleeSDK",
"version": "2.0.1",
"summary": "An API Wrapper for Pixlee API",
"description": "TODO: Add long description of the pod here.",
"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.1"
},
"platforms": {
"ios": "12.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"
}