[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / 3 / 9 / c / SafeArrays / 0.1.1 / SafeArrays.podspec.json
blob929359cef3d6d8a30c7c9d401f261379b8a2d2e2
2   "name": "SafeArrays",
3   "version": "0.1.1",
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.1"
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   }