blob: b274feb272e7adc53af0f60b95c3cf640590c3d1 [file] [log] [blame]
{
"name": "StanwoodCore",
"version": "1.0",
"summary": "Stanwood core libarary",
"description": "Stanwood Core library is a standard libarary used across all Stanwood iOS projects.",
"homepage": "https://github.com/stanwood/Stanwood_Core",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tal Zion": "tal.zion@stanwood.io"
},
"source": {
"git": "https://github.com/stanwood/Stanwood_Core.git",
"tag": "1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": [
"StanwoodCore/Core/**/*",
"StanwoodCore/Extensions/**/*",
"StanwoodCore/Protocols/**/*"
]
}