blob: 8fb6acff1d149e27451866795d06c52a594a284f [file] [log] [blame]
{
"name": "SwiftyDeck",
"version": "0.1.4",
"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.4"
},
"social_media_url": "https://twitter.com/edustaa",
"swift_versions": "5.0",
"platforms": {
"ios": "10.0"
},
"source_files": "SwiftyDeck/Classes/**/*",
"resource_bundles": {
"SwiftyDeck": [
"SwiftyDeck/Assets/*.xcassets"
]
},
"swift_version": "5.0"
}