blob: 10bd47d5da7758a342ee15a69801828dcffc887a [file] [log] [blame]
{
"name": "LazyArray",
"version": "1.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": "1.1.0"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"watchos": "2.0",
"osx": "10.9"
},
"requires_arc": true,
"source_files": "Sources/LazyArray/**.swift",
"pushed_with_swift_version": "4.0"
}