blob: 9d0e5232b89c98d1e11a4005ad684291ec1488db [file] [log] [blame]
{
"name": "XCERequirement",
"summary": "Describe requirements in a declarative, easy-readable format",
"version": "2.1.3",
"homepage": "https://XCEssentials.github.io/Requirement",
"source": {
"git": "https://github.com/XCEssentials/Requirement.git",
"tag": "2.1.3"
},
"requires_arc": true,
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Maxim Khatskevich": "maxim@khatskevi.ch"
},
"swift_versions": "5.0",
"cocoapods_version": ">= 1.7.0",
"platforms": {
"ios": "9.0",
"watchos": "3.0",
"tvos": "9.0",
"osx": "10.11"
},
"testspecs": [
{
"name": "AllTests",
"test_type": "unit",
"requires_app_host": false,
"source_files": "Tests/AllTests/**/*"
}
],
"subspecs": [
{
"name": "Core",
"source_files": "Sources/Core/**/*"
}
],
"swift_version": "5.0"
}