[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 0 / 6 / 9 / Outlaw / 1.0.0 / Outlaw.podspec.json
blob5e2b3a8d7a19a4a31aa57c13c390392811d1bc46
2   "name": "Outlaw",
3   "version": "1.0.0",
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.0"
18   },
19   "source_files": "Sources/**/*.swift",
20   "requires_arc": true,
21   "module_name": "Outlaw",
22   "pushed_with_swift_version": "3.0"