blob: b2e12e69270ce32e28242970ec12d25e2aa30b87 [file] [log] [blame]
{
"name": "ExtensionsKit",
"version": "0.1.0",
"summary": "All sorts of Swift extensions to cut down on the boilerplate.",
"description": "This pod expands on the RbSwift pod adding all sorts of convenient functions fot the standard class and structs",
"homepage": "https://gitlab.com/carlos.grossi/ExtensionKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Carlos Grossi": "carlos.grossi@gmail.com"
},
"source": {
"git": "https://github.com/carlosgrossi/ExtensionKit.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/carlosgrossi",
"platforms": {
"ios": "8.0"
},
"source_files": "ExtensionKit/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"RbSwift": [
],
"DateToolsSwift": [
]
},
"pushed_with_swift_version": "3.1"
}