blob: c9a47072830a056dd5ec2511df4c8ed17ae7b477 [file] [log] [blame]
{
"name": "FoundationExt",
"version": "1.0.1",
"summary": "swift extensions for Foundation.framework",
"description": "swift helpers + extenshions for Foundation.framework classes",
"homepage": "https://github.com/chapayGhub/FoundationExt",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "chapayGhub",
"source": {
"git": "https://github.com/chapayGhub/FoundationExt.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "FoundationExt/Classes/**/*",
"frameworks": "Foundation"
}