blob: 41756abe52d3ab664d673f61f14fd9f9027bfaa4 [file] [log] [blame]
{
"name": "SwiftyDeck",
"version": "0.1.1",
"summary": "A Swifty Framework for Card Games",
"description": "SwiftyDeck is created in order to reuse mostly-generic Card/Deck concept for any project.",
"homepage": "https://github.com/edusta/SwiftyDeck",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Engin Deniz Usta": "engin@connected2.me"
},
"source": {
"git": "https://github.com/edusta/SwiftyDeck.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/edustaa",
"swift_versions": "5.0",
"platforms": {
"ios": "10.0"
},
"source_files": "SwiftyDeck/Classes/**/*",
"dependencies": {
"Quick": [
],
"Nimble": [
],
"SwiftLint": [
]
},
"swift_version": "5.0"
}