blob: a17c48be4ac65916cb2d756d4178a63670f8f9f4 [file] [log] [blame]
{
"name": "StanwoodCore",
"version": "1.4",
"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.4"
},
"documentation_url": "https://stanwood.github.io/Stanwood_Core",
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source_files": [
"StanwoodCore/Core/**/*",
"StanwoodCore/Extensions/**/*",
"StanwoodCore/Protocols/**/*"
]
}