[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / e / 1 / 4 / SwiftBox / 0.1.1 / SwiftBox.podspec.json
blobe971acbe4c47611a58b208334c985266673991c4
2   "name": "SwiftBox",
3   "version": "0.1.1",
4   "summary": "A box implementation for Swift",
5   "description": "                   A [box](http://exploring.liftweb.net/master/index-C.html) implementation for Swift.\n                   Helps to handle optional values that can contain errors.\n",
6   "homepage": "https://github.com/claudetech/swift-box",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Claude Tech": "daniel@claudetech.com"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.9"
17   },
18   "source": {
19     "git": "https://github.com/claudetech/swift-box.git",
20     "tag": "v0.1.1"
21   },
22   "source_files": "box/*.swift",
23   "frameworks": "Foundation",
24   "requires_arc": true