[Add] MiaoAnyThinkKuaiShouAdapter 1.0.4
[CocoaPods.git] / Specs / 3 / 9 / e / EFSafeArray / 4.1.0 / EFSafeArray.podspec.json
blob2c7276268713e7a8d45263b7750db1e7ba3d243e
2   "name": "EFSafeArray",
3   "version": "4.1.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   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "EyreFree": "eyrefree@eyrefree.org"
13   },
14   "source": {
15     "git": "https://github.com/EFPrefix/EFSafeArray.git",
16     "tag": "4.1.0"
17   },
18   "social_media_url": "https://twitter.com/EyreFree777",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "requires_arc": true,
23   "source_files": "EFSafeArray/Classes/**/*"