| { |
| "name": "EFSafeArray", |
| "version": "0.0.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 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": "0.0.1" |
| }, |
| "social_media_url": "https://twitter.com/EyreFree777", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "EFSafeArray/Classes/**/*", |
| "pushed_with_swift_version": "3.0" |
| } |