[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 2 / 7 / f / SwiftKit / 0.2.0 / SwiftKit.podspec.json
blobcddf2a4c7803558fec0e0b93b1af545b9d3304c7
2   "name": "SwiftKit",
3   "version": "0.2.0",
4   "summary": "SwiftKit is a great way to start your project.",
5   "description": "                       SwiftKit's main purpose is to jumpstart iOS app development.\n                       Soon it will contain a lot of sub specs that will take care of most of the boilerplate.\n",
6   "homepage": "https://github.com/brightify/SwiftKit",
7   "license": "MIT",
8   "authors": {
9     "Tadeas Kriz": "tadeas@brightify.org"
10   },
11   "source": {
12     "git": "https://github.com/brightify/SwiftKit.git",
13     "tag": "0.2.0"
14   },
15   "social_media_url": "https://twitter.com/BrightifyOrg",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "subspecs": [
21     {
22       "name": "Preferences",
23       "source_files": "Preferences/**/*.swift",
24       "frameworks": "Foundation",
25       "dependencies": {
26         "SwiftKit/Events": [
28         ]
29       }
30     },
31     {
32       "name": "Events",
33       "source_files": "Events/**/*.swift",
34       "frameworks": "UIKit"
35     },
36     {
37       "name": "Injection",
38       "source_files": "Injection/**/*.swift",
39       "frameworks": "Foundation"
40     }
41   ]