blob: cebcd0d109934715fa2017414e20ac99ccdec403 [file] [log] [blame]
{
"name": "LazyArray",
"version": "0.1.0",
"summary": "LazyArray",
"description": "O(1) array operations",
"homepage": "https://github.com/lucas34/LazyArray",
"license": "MIT",
"authors": {
"Lucas Nelaupe": "lucas.nelaupe@gmail.com"
},
"source": {
"git": "https://github.com/lucas34/LazyArray.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"watchos": "2.0",
"osx": "10.9"
},
"requires_arc": true,
"source_files": "Sources/**.swift",
"pushed_with_swift_version": "3.0"
}