[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 6 / 9 / Outlaw / 1.0.1 / Outlaw.podspec.json
blob0f71f4305a98ffa9c095408d1f00de316e163614
2   "name": "Outlaw",
3   "version": "1.0.1",
4   "summary": "Outlaw is a simple, lightweight framework for safely extracting values from [String: Any]",
5   "description": "In Swift, we all deal with JSON, plists, and various forms of [String: Any]. Outlaw provides various ways to deal with these in an expressive and type safe way. Outlaw will help you write declarative, performant, error handled code using the power of Protocol Oriented Programming™.",
6   "homepage": "https://github.com/Molbie/Outlaw",
7   "license": "MIT",
8   "authors": "bmullen@molbie.co",
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/Molbie/Outlaw.git",
17     "tag": "1.0.1"
18   },
19   "source_files": "Sources/**/*.swift",
20   "requires_arc": true,
21   "module_name": "Outlaw",
22   "pushed_with_swift_version": "3.0"