[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 6 / 5 / 0 / Swiftilities / 0.4.1 / Swiftilities.podspec.json
blob3cf2566149c01520d6e07924f9e9c54a40d168ce
2   "name": "Swiftilities",
3   "version": "0.4.1",
4   "summary": "A collection of useful Swift utilities.",
5   "description": "A collection of useful Swift utilities. All components and\nextensions found in this library are consise enough on their own\nso as to not warrant their own project.",
6   "homepage": "https://github.com/raizlabs/Swiftilities",
7   "license": "MIT",
8   "authors": {
9     "Nicholas Bonatsakis": "nick.bonatsakis@raizlabs.com"
10   },
11   "source": {
12     "git": "https://github.com/raizlabs/Swiftilities.git",
13     "tag": "0.4.1"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "default_subspecs": "All",
20   "pushed_with_swift_version": "3.0",
21   "subspecs": [
22     {
23       "name": "Deselection",
24       "source_files": "Pod/Classes/Deselection/*.swift",
25       "frameworks": [
26         "UIKit"
27       ]
28     },
29     {
30       "name": "Forms",
31       "source_files": "Pod/Classes/Forms/*.swift",
32       "frameworks": [
33         "UIKit"
34       ]
35     },
36     {
37       "name": "Views",
38       "source_files": [
39         "Pod/Classes/Views/Protocols/*.swift",
40         "Pod/Classes/Views/Textview/*.swift"
41       ],
42       "frameworks": [
43         "UIKit"
44       ]
45     },
46     {
47       "name": "Keyboard",
48       "source_files": "Pod/Classes/Keyboard/*.swift",
49       "frameworks": [
50         "UIKit"
51       ]
52     },
53     {
54       "name": "Logging",
55       "source_files": "Pod/Classes/Logging/*.swift",
56       "frameworks": "Foundation"
57     },
58     {
59       "name": "Math",
60       "source_files": "Pod/Classes/Math/*.swift"
61     },
62     {
63       "name": "RootViewController",
64       "source_files": "Pod/Classes/RootViewController/*.swift",
65       "frameworks": [
66         "UIKit"
67       ]
68     },
69     {
70       "name": "FormattedTextField",
71       "source_files": "Pod/Classes/FormattedTextField/*.swift",
72       "frameworks": [
73         "UIKit"
74       ]
75     },
76     {
77       "name": "All",
78       "dependencies": {
79         "Swiftilities/Deselection": [
81         ],
82         "Swiftilities/Forms": [
84         ],
85         "Swiftilities/Views": [
87         ],
88         "Swiftilities/Keyboard": [
90         ],
91         "Swiftilities/Logging": [
93         ],
94         "Swiftilities/Math": [
96         ],
97         "Swiftilities/RootViewController": [
99         ],
100         "Swiftilities/FormattedTextField": [
102         ]
103       }
104     }
105   ]