blob: d9cbe0143aaa1a48df4e9923b960a614b64c820f [file] [log] [blame]
{
"name": "TPCoreUtils",
"version": "0.1.0",
"summary": "Threeplay's library of core extensions to swift stdlib",
"description": "Threeplay's library of core extensions to swift stdlib. Used by other threeplay frameworks",
"homepage": "https://github.com/threeplay/TPCoreUtils",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Eliran Ben-Ezra": "eliran@threeplay.com"
},
"source": {
"git": "https://github.com/threeplay/TPCoreUtils.git",
"tag": "0.1.0"
},
"swift_version": "4.1",
"platforms": {
"osx": "10.13"
},
"source_files": "TPCoreUtils/Classes/*"
}