blob: 6cb78407ac02372f19694750a280758db0046c5c [file] [log] [blame]
{
"name": "CrosswordsGenerator",
"version": "0.1",
"summary": "Crosswords Generator",
"description": "iOS Swift Crosswords Gemerator",
"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.1"
},
"source_files": [
"Classes",
"crosswords_generator/Sources/**/*.{swift}"
],
"requires_arc": true
}