[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 3 / 9 / c / SafeArrays / 0.1.0 / SafeArrays.podspec.json
blobf685d7beeb8a3e66f44b36e22f1508c994339247
2   "name": "SafeArrays",
3   "version": "0.1.0",
4   "summary": "Make swift arrays even safer.",
5   "description": "Make swift collections even safer, by eliminating some mechanical bounds checking.",
6   "homepage": "https://github.com/migue1s/SafeArrays",
7   "license": "MIT",
8   "authors": {
9     "Miguel Saiz": "miguelsaizo@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/migue1s/SafeArrays.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "SafeArrays": [
22       "Pod/Assets/*.png"
23     ]
24   }