blob: 17d1349697ea4d146a35f7d53a0b4fb1a044c68c [file] [log] [blame]
{
"name": "ArrayWithForEach",
"version": "1.0.0",
"summary": "Array with ForEach",
"description": "Java 8 like ForEach implementation to Array.",
"homepage": "https://github.com/okosheep/ArrayWithForEach",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"okosheep": "email@address.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/okosheep/ArrayWithForEach.git",
"tag": "1.0.0"
},
"source_files": "ArrayWithForEach/**/*.swift",
"exclude_files": "Classes/Exclude"
}