[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 3 / 9 / e / EFSafeArray / 0.0.1 / EFSafeArray.podspec.json
blobf867afe77b8215b22f5480f462b6999058e59e76
2   "name": "EFSafeArray",
3   "version": "0.0.1",
4   "summary": "EFSafeArray is an extension to make Array subscript safe.",
5   "description": "EFSafeArray is an extension to make Array subscript safe, nil will be return install of crash if index is out of range.",
6   "homepage": "https://github.com/EyreFree/EFSafeArray",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "EyreFree": "eyrefree@eyrefree.org"
13   },
14   "source": {
15     "git": "https://github.com/EyreFree/EFSafeArray.git",
16     "tag": "0.0.1"
17   },
18   "social_media_url": "https://twitter.com/EyreFree777",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "EFSafeArray/Classes/**/*",
23   "pushed_with_swift_version": "3.0"