[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 7 / e / 5 / Marshal / 1.0.0 / Marshal.podspec.json
blob2acd3421dc1b52729356e2ab79e3014b6d4b85c0
2   "name": "Marshal",
3   "version": "1.0.0",
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: Any]. Marshal believes you don't need a Ph.D. in monads or magic mirrors to deal with these in an expressive and type safe way. Marshal will help you write declarative, performant, error handled code using the power of Protocol Oriented Programming™.",
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": "v1.0.0"
18   },
19   "source_files": [
20     "Marshal/**/*.swift",
21     "Sources/**/*.swift"
22   ],
23   "requires_arc": true,
24   "module_name": "Marshal"