forked from robrix/Box
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBox.podspec.json
More file actions
21 lines (21 loc) · 754 Bytes
/
Box.podspec.json
File metadata and controls
21 lines (21 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "Box",
"version": "2.0",
"summary": "Swift µframework of the ubiquitous Box<T> & MutableBox<T> reference types, for recursive value types & misc. other purposes. Swift 2 compatible version.",
"description": " Swift µframework of the ubiquitous Box<T> & MutableBox<T> reference types, for recursive value types & misc. other purposes. \n",
"homepage": "http://github.com/robrix/Box",
"license": "MIT",
"authors": {
"Rob Rix": "rob.rix@github.com"
},
"source": {
"git": "http://github.com/scatterbrain/Box.git",
"commit": "8f53d619da3600ff6e236f4d2f557ec133c7d243"
},
"source_files": "Box/**/*.{h,swift}",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9"
}
}