blob: 8f2535d4b080d4d6a927cfc38453b9f18ae10426 [file] [log] [blame]
{
"name": "SwiftyPaylike",
"version": "0.0.2",
"summary": "Swift wrapper for the Paylike Gateway API",
"description": "Simple Swift wrapper for the Paylike Gateway API",
"homepage": "https://github.com/SimonRiis/SwiftyPaylike",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"Simon Riis Olesen": "simonriis@realized.dk"
},
"social_media_url": "https://twitter.com/Simon_Riis",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/SimonRiis/SwiftyPaylike.git",
"tag": "0.0.2"
},
"dependencies": {
"URLSessionWrapper": [
]
},
"source_files": "SwiftyPaylike/**/**/**/*.{swift}",
"swift_version": "4.1"
}