blob: 69f8aa906b120161a07c3941e82a4038d1372e2c [file] [log] [blame]
{
"name": "ProductivityKit",
"version": "1.1.3",
"summary": "A repository with nifty Swift extensions to make you more productive!",
"description": "Helpful Swift extensions that can be added as a whole or by specific class extensions\nthat can help boost your development productivity.",
"homepage": "https://github.com/pakej/ProductivityKit",
"license": "Apache-2.0",
"authors": {
"Zaim Ramlan": "zaimramlan@gmail.com"
},
"social_media_url": "https://twitter.com/elkholeel",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/pakej/ProductivityKit.git",
"tag": "1.1.3"
},
"frameworks": "UIKit",
"swift_versions": "4.2",
"subspecs": [
{
"name": "Date",
"subspecs": [
{
"name": "Utility",
"source_files": "ProductivityKit/Date/Date+Utility.swift"
}
]
},
{
"name": "String",
"subspecs": [
{
"name": "Formatting",
"source_files": "ProductivityKit/String/String+Formatting.swift"
}
]
},
{
"name": "NSMutableAttributedString",
"subspecs": [
{
"name": "Interpolations",
"source_files": "ProductivityKit/NSMutableAttributedString/NSMutableAttributedString+Interpolations.swift"
}
]
},
{
"name": "UIColor",
"subspecs": [
{
"name": "RGBA",
"source_files": "ProductivityKit/UIColor/UIColor+RGBA.swift"
}
]
},
{
"name": "UIView",
"subspecs": [
{
"name": "Styling",
"source_files": "ProductivityKit/UIView/UIView+Styling.swift"
}
]
}
],
"swift_version": "4.2"
}