[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 3 / c / f / Box / 1.2.2 / Box.podspec.json
blob896fe23e9ff2aab2adbbd0b5da3e7b69d12e5e91
2   "name": "Box",
3   "version": "1.2.2",
4   "summary": "Swift µframework of the ubiquitous Box<T> & MutableBox<T> reference types, for recursive value types & misc. other purposes.",
5   "description": "                    Swift µframework of the ubiquitous Box<T> & MutableBox<T> reference types, for recursive value types & misc. other purposes. \n",
6   "homepage": "https://github.com/robrix/Box",
7   "license": "MIT",
8   "authors": {
9     "Rob Rix": "rob.rix@github.com"
10   },
11   "source": {
12     "git": "https://github.com/robrix/Box.git",
13     "tag": "1.2.2"
14   },
15   "source_files": "Box/**/*.{h,swift}",
16   "requires_arc": true,
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.9"
20   }