blob: 21801acd0594435e3a91b88227f699bca7ce53fe [file] [log] [blame]
{
"name": "Sorcery",
"version": "0.5.0",
"summary": "Conjure UITableViews and UICollectionViews out of thin air",
"description": "Sorcery is an embedded DSL for declaratively constructing UITableViews and UICollectionViews.",
"homepage": "https://github.com/adamcumiskey/Sorcery",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Adam Cumiskey": "adam.cumiskey@gmail.com"
},
"source": {
"git": "https://github.com/adamcumiskey/Sorcery.git",
"tag": "0.5.0"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "3.2",
"source_files": "Sorcery/Classes/**/*"
}