blob: 46f9ddbb9d46606cac1ee66d6c4b085ae627a3ec [file] [log] [blame]
{
"name": "ProductivityKit",
"version": "1.0.5",
"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/zaimramlan/ProductivityKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Zaim Ramlan": "zaimramlan@gmail.com"
},
"social_media_url": "https://twitter.com/elkholeel",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/zaimramlan/ProductivityKit.git",
"tag": "1.0.5"
},
"frameworks": "UIKit",
"swift_version": "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"
}
]
}
]
}