[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / d / 6 / 9 / CGExtensionKit / 0.1.0 / CGExtensionKit.podspec.json
blob8f6979871290a87440d083c8ab33e9e23a3e92f7
2   "name": "CGExtensionKit",
3   "version": "0.1.0",
4   "summary": "All sorts of Swift extensions to cut down on the boilerplate.",
5   "description": "This pod expands on the RbSwift pod adding all sorts of convenient functions fot the standard class and structs",
6   "homepage": "https://gitlab.com/carlos.grossi/ExtensionKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Carlos Grossi": "carlos.grossi@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/carlosgrossi/ExtensionKit.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/carlosgrossi",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "ExtensionKit/Classes/**/*",
23   "frameworks": "UIKit",
24   "dependencies": {
25     "RbSwift": [
27     ],
28     "DateToolsSwift": [
30     ]
31   },
32   "pushed_with_swift_version": "3.1"