blob: cc2c5d990b8390f515976368b0182b1523f0e75f [file] [log] [blame]
{
"name": "EFSafeArray",
"version": "5.1.1",
"summary": "EFSafeArray is an extension to make Array subscript safe.",
"description": "EFSafeArray is an extension to make array subscript safe, nil will be return instead of crash if index is out of range.",
"homepage": "https://github.com/EFPrefix/EFSafeArray",
"screenshots": "https://raw.githubusercontent.com/EFPrefix/EFSafeArray/master/Assets/EFSafeArray.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"EyreFree": "eyrefree@eyrefree.org"
},
"source": {
"git": "https://github.com/EFPrefix/EFSafeArray.git",
"tag": "5.1.1"
},
"social_media_url": "https://twitter.com/EyreFree777",
"swift_versions": "5.0",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": "EFSafeArray/*.{h,swift}",
"frameworks": "Foundation",
"swift_version": "5.0"
}