blob: 43ddfce9aa532dc13596c9ae13ca82eb99719c80 [file] [log] [blame]
{
"name": "StanwoodCore",
"version": "1.6",
"summary": "Stanwood core libarary",
"description": "Stanwood Core library is a standard libarary used across all Stanwood iOS projects. It included the Stanwood architecture base, helper classes, and extensions",
"homepage": "https://github.com/stanwood/Stanwood_Core_iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"stanwood": "ios.frameworks@stanwood.io"
},
"source": {
"git": "https://github.com/stanwood/Stanwood_Core_iOS.git",
"tag": "1.6"
},
"documentation_url": "https://stanwood.github.io/Stanwood_Core_iOS",
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source_files": [
"StanwoodCore/Core/**/*",
"StanwoodCore/Extensions/**/*",
"StanwoodCore/Protocols/**/*"
],
"swift_version": "5.0"
}