[Add] TMFind 0.0.86
[CocoaPods.git] / Specs / 3 / 9 / e / EFSafeArray / 5.0.0 / EFSafeArray.podspec.json
blob79b9e45859b432575ff4c0c9c706e1b639980e0a
2   "name": "EFSafeArray",
3   "version": "5.0.0",
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/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.0.0"
18   },
19   "social_media_url": "https://twitter.com/EyreFree777",
20   "platforms": {
21     "ios": "8.0"
22   },
23   "requires_arc": true,
24   "source_files": "EFSafeArray/Classes/**/*"