blob: 17dc3ab95802df005dcf5d6752407431f32824b1 [file] [log] [blame]
{
"name": "StanwoodCore",
"version": "1.3",
"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",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"stanwood": "ios.frameworks@stanwood.io"
},
"source": {
"git": "https://github.com/stanwood/Stanwood_Core.git",
"tag": "1.3"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source_files": [
"StanwoodCore/Core/**/*",
"StanwoodCore/Extensions/**/*",
"StanwoodCore/Protocols/**/*"
]
}