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