[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 7 / e / 5 / Marshal / 0.9.5 / Marshal.podspec.json
blob58b94ef72732040b5a6b64897a767c906b12f506
2   "name": "Marshal",
3   "version": "0.9.5",
4   "summary": "Marshal is a simple, lightweight framework for safely extracting values from [String: AnyObject]",
5   "description": "In Swift, we all deal with JSON, plists, and various forms of [String: AnyObject]. Marshal believes you don't need a Ph.D. in Monads or large, complex frameworks to deal with these in an expressive and type safe way. Marshal is a simple, lightweight framework for safely extracting values from [String: AnyObject].",
6   "homepage": "https://github.com/utahiosmac/Marshal",
7   "license": "MIT",
8   "authors": "Utah iOS & Mac",
9   "platforms": {
10     "osx": "10.9",
11     "ios": "8.0",
12     "tvos": "9.0",
13     "watchos": "2.0"
14   },
15   "source": {
16     "git": "https://github.com/utahiosmac/Marshal.git",
17     "tag": "v0.9.5"
18   },
19   "source_files": [
20     "Marshal/**/*.swift",
21     "Sources/**/*.swift"
22   ],
23   "requires_arc": true,
24   "module_name": "Marshal"