blob: 2b2cd5bb8ddbbc87946e72ab8a09b569440ea15c [file] [log] [blame]
{
"name": "FoundationTools",
"version": "0.1",
"summary": "FoundationTools is a collection of helper classes and function defined on the Swift Foundation Framework",
"description": "FoundationTools is a collection of small helper classes and function defined on the Swift Foundation Framework which might be reused in different use cases.",
"homepage": "https://github.com/psturm-swift/FoundationTools",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Patrick Sturm": "psturm.mail@googlemail.com"
},
"source": {
"git": "https://github.com/psturm-swift/FoundationTools.git",
"tag": "0.1"
},
"social_media_url": "https://twitter.com/psturm_swift",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
},
"source_files": "Sources/*.swift",
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}