blob: c52af094e804192f79f93082b6389bc641e0f310 [file] [log] [blame]
{
"name": "Features",
"version": "0.0.1",
"summary": "Swift Standard Library common features protocols.",
"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.",
"homepage": "https://github.com/refined-swift/Features",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "hectr",
"social_media_url": "https://twitter.com/elnetus",
"source": {
"git": "https://github.com/refined-swift/Features.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"swift_versions": "5.2",
"source_files": "Sources/Features/**/*.swift",
"swift_version": "5.2"
}