blob: 79b9e45859b432575ff4c0c9c706e1b639980e0a [file] [log] [blame]
{
"name": "EFSafeArray",
"version": "5.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/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.0.0"
},
"social_media_url": "https://twitter.com/EyreFree777",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "EFSafeArray/Classes/**/*"
}