blob: 5d3be7a638207e9db27bdd0e222e8460dcaa146b [file] [log] [blame]
{
"name": "SwiftXtend",
"version": "1.1.0",
"summary": "A collection of classes, protocols and Swift extensions",
"description": "`SwiftXtend` offers some new fancy classes, new handy protocols and extends Swift types.\nIt allows you to boost your productivity while using Swift.",
"homepage": "https://github.com/iDonJose/SwiftXtend",
"source": {
"git": "https://github.com/iDonJose/SwiftXtend.git",
"tag": "1.1.0"
},
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"iDonJose": "donor.develop@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": [
"Core",
"UIKit"
],
"subspecs": [
{
"name": "Core",
"frameworks": "Foundation",
"source_files": "Sources/**/*.{h,swift}"
},
{
"name": "UIKit",
"frameworks": "UIKit",
"dependencies": {
"SwiftXtend/Core": [
]
},
"xcconfig": {
"OTHER_SWIFT_FLAGS": "-D USE_UIKIT"
}
}
]
}