blob: 512d663c48cc86b3ee8d001ead00a0987db90657 [file] [log] [blame]
{
"name": "EFSafeArray",
"version": "4.0.0",
"summary": "EFSafeArray is an extension to make Array subscript safe.",
"description": "EFSafeArray is an extension to make Array subscript safe, nil will be return install of crash if index is out of range.",
"homepage": "https://github.com/EyreFree/EFSafeArray",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"EyreFree": "eyrefree@eyrefree.org"
},
"source": {
"git": "https://github.com/EyreFree/EFSafeArray.git",
"tag": "4.0.0"
},
"social_media_url": "https://twitter.com/EyreFree777",
"platforms": {
"ios": "8.0"
},
"source_files": "EFSafeArray/Classes/**/*",
"pushed_with_swift_version": "4.0"
}