blob: 0d5b0e9744b101b2713aedfc00b42311c8c91760 [file] [log] [blame]
{
"name": "SwiftyPaylike",
"version": "0.0.1",
"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.1"
},
"dependencies": {
"URLSessionWrapper": [
]
},
"source_files": "SwiftyPaylike/SwiftyPaylike/**/*.{h,m,swift}",
"swift_version": "4.1"
}