[Add] DGisFlutterMapSDK 12.3.0
[CocoaPods.git] / Specs / 3 / 9 / e / EFSafeArray / 5.1.2 / EFSafeArray.podspec.json
blobc0c4ece949e191eba7403755e4d81e305a1eef87
2   "name": "EFSafeArray",
3   "version": "5.1.2",
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.2"
18   },
19   "social_media_url": "https://twitter.com/EyreFree777",
20   "swift_versions": "5.0",
21   "platforms": {
22     "ios": "8.0",
23     "osx": "10.10",
24     "tvos": "9.0",
25     "watchos": "2.0"
26   },
27   "requires_arc": true,
28   "source_files": "EFSafeArray/*.{h,swift}",
29   "frameworks": "Foundation",
30   "swift_version": "5.0"