[Add] STBaseProject 1.0.8
[CocoaPods.git] / Specs / 6 / 5 / 0 / Swiftilities / 0.2.0 / Swiftilities.podspec.json
blob8f3cf9f4afa4f61f5c926e26a9aa678770905e99
2   "name": "Swiftilities",
3   "version": "0.2.0",
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.2.0"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "default_subspecs": "All",
20   "subspecs": [
21     {
22       "name": "Logging",
23       "source_files": "Pod/Classes/Logging/*.swift",
24       "frameworks": "Foundation"
25     },
26     {
27       "name": "RootViewController",
28       "source_files": "Pod/Classes/RootViewController/*.swift",
29       "frameworks": [
30         "Foundation",
31         "UIKit"
32       ]
33     },
34     {
35       "name": "Keyboard",
36       "source_files": "Pod/Classes/Keyboard/*.swift",
37       "frameworks": [
38         "Foundation",
39         "UIKit"
40       ]
41     },
42     {
43       "name": "All",
44       "dependencies": {
45         "Swiftilities/Logging": [
47         ],
48         "Swiftilities/RootViewController": [
50         ],
51         "Swiftilities/Keyboard": [
53         ]
54       }
55     }
56   ]