[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 3 / 9 / e / EFSafeArray / 5.1.4 / EFSafeArray.podspec.json
blobc6c1037cb1e865f8df6978f9aa234ed39f6433d9
2   "name": "EFSafeArray",
3   "version": "5.1.4",
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 instead of crash if index is out of range.",
6   "homepage": "https://github.com/EFPrefix/EFSafeArray",
7   "screenshots": "https://raw.githubusercontent.com/EFPrefix/EFSafeArray/master/Assets/EFSafeArray.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "EyreFree": "eyrefree@eyrefree.org"
14   },
15   "source": {
16     "git": "https://github.com/EFPrefix/EFSafeArray.git",
17     "tag": "5.1.4"
18   },
19   "social_media_url": "https://twitter.com/EyreFree777",
20   "swift_versions": "5.0",
21   "platforms": {
22     "ios": "11.0",
23     "osx": "10.13",
24     "tvos": "11.0",
25     "watchos": "6.0"
26   },
27   "requires_arc": true,
28   "source_files": "EFSafeArray/*.{h,swift}",
29   "frameworks": "Foundation",
30   "swift_version": "5.0"