[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 9 / 8 / f / Features / 0.0.1 / Features.podspec.json
blobc52af094e804192f79f93082b6389bc641e0f310
2   "name": "Features",
3   "version": "0.0.1",
4   "summary": "Swift Standard Library common features protocols.",
5   "description": "This library aims to collect properties and methods that appear in the types of the Swift Standard Library with a frequency greater than one.\n\nFor each one of those common features, a protocol is defined. That protocol is conformed by all the classes, structs and enums that contained the original property or method.",
6   "homepage": "https://github.com/refined-swift/Features",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "hectr",
12   "social_media_url": "https://twitter.com/elnetus",
13   "source": {
14     "git": "https://github.com/refined-swift/Features.git",
15     "tag": "0.0.1"
16   },
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.10",
20     "tvos": "9.0",
21     "watchos": "2.0"
22   },
23   "swift_versions": "5.2",
24   "source_files": "Sources/Features/**/*.swift",
25   "swift_version": "5.2"