blob: fd21937cc55fcf23f35a2fb98cda9e24829ac07b [file] [log] [blame]
{
"name": "StanwoodCore",
"version": "1.0.1",
"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.0.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": [
"StanwoodCore/Core/**/*",
"StanwoodCore/Extensions/**/*",
"StanwoodCore/Protocols/**/*"
]
}