blob: 64ec816a73d898659a77cd5c7e0c4d8443b6c69e [file] [log] [blame]
{
"name": "CrosswordsGenerator",
"version": "0.3.4",
"summary": "Crosswords Generator",
"description": "iOS Swift Crosswords Generator",
"homepage": "https://github.com/maximbilan/iOS-Crosswords-Generator",
"license": {
"type": "MIT"
},
"authors": {
"Maxim Bilan": "maximb.mail@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/maximbilan/iOS-Crosswords-Generator.git",
"tag": "0.3.4"
},
"source_files": [
"Classes",
"crosswords_generator/Sources/**/*.{swift}"
],
"requires_arc": true
}