[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 7 / f / 5 / SZUtilities / 0.0.1 / SZUtilities.podspec.json
blob84a70a349bcd75d860fbff4c9c935814c417ee0b
2   "name": "SZUtilities",
3   "version": "0.0.1",
4   "xcconfig": {
5     "SWIFT_VERSION": "3.0"
6   },
7   "summary": "Utilities to simplify day to day problems",
8   "description": "A library with customized extensions to simplify your code",
9   "homepage": "http://www.stevenzweier.com",
10   "license": "MIT",
11   "authors": {
12     "Steven Zweier": "steve.zweier+utilities@me.com"
13   },
14   "source": {
15     "git": "https://github.com/szweier/SZUtilities.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "pushed_with_swift_version": "3.0",
23   "subspecs": [
24     {
25       "name": "Movable",
26       "source_files": "SZUtilities/Classes/Movable"
27     },
28     {
29       "name": "CornerRadius",
30       "source_files": "SZUtilities/Classes/CornerRadius"
31     },
32     {
33       "name": "ProgressView",
34       "source_files": "SZUtilities/Classes/ProgressView"
35     },
36     {
37       "name": "Tooltip",
38       "source_files": "SZUtilities/Classes/Tooltip"
39     }
40   ]