blob: 7c4880727ed96823c8cbd0ec46d1b221f7a090a0 [file] [log] [blame]
{
"name": "SwiftXtend",
"version": "1.0.0",
"summary": "Swift, extended",
"description": "`SwiftXtend` adds a set of handy classes and extends Swift.",
"homepage": "https://github.com/iDonJose/SwiftXtend",
"source": {
"git": "https://github.com/iDonJose/SwiftXtend.git",
"tag": "1.0.0"
},
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"iDonJose": "donor.develop@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/**/*.{h,swift}",
"frameworks": "Foundation"
}