[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / 5 / e / SwiftToolKit / 0.1.3 / SwiftToolKit.podspec.json
blob6da34db7f33cee813310fe9adf3a40acd9f759fa
2   "name": "SwiftToolKit",
3   "version": "0.1.3",
4   "summary": "A collection of Swift utility classes and extensions.",
5   "description": "This library contains a collection of Swift utility functions and extensions to help\nmake code cleaner and more readable.\n\nTypeTools                   contains a function to produce a hashable key from a\ntype.\n\nUIButtonExtensions          contains an extension to UIButton which adds a\ncornerRadius property which is configurable and designable through interface\nbuilder.\n\nUIColorExtensions           contains an extension to UIColor which adds convenience\ninitializers for RGB integer components and RGB hex values.\n\nUIImageViewExtensions       contains an extension to UIImageView which adds an\nimageURL property. When set, this fetches the image asynchronously and sets it\nas the imageView's image propety.\n\nUIViewAutolayoutExtensions  contains utility functions and an extension to\nUIView which simplify writing AutoLayout constraints.",
6   "homepage": "https://github.com/AttilaTheFun/SwiftToolKit",
7   "license": "MIT",
8   "authors": {
9     "Logan Shire": "logan.shire@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/AttilaTheFun/SwiftToolKit.git",
13     "tag": "0.1.3"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "Utils",
22       "source_files": "Pod/Utils/*.swift"
23     },
24     {
25       "name": "Extensions",
26       "subspecs": [
27         {
28           "name": "UIButton",
29           "source_files": "Pod/Extensions/UIButtonExtensions.swift",
30           "frameworks": [
31             "UIKit",
32             "QuartzCore"
33           ]
34         },
35         {
36           "name": "UIColor",
37           "source_files": "Pod/Extensions/UIColorExtensions.swift",
38           "frameworks": "UIKit"
39         },
40         {
41           "name": "UIImageView",
42           "source_files": "Pod/Extensions/UIImageViewExtensions.swift",
43           "frameworks": "UIKit"
44         },
45         {
46           "name": "UIViewAutolayout",
47           "source_files": "Pod/Extensions/UIViewAutolayoutExtensions.swift",
48           "frameworks": "UIKit"
49         }
50       ]
51     }
52   ]