[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 2 / 7 / f / SwiftKit / 0.1.0 / SwiftKit.podspec.json
blobfd2a9e2f8ffee215c59b60e5f7582676ad62b3c9
2   "name": "SwiftKit",
3   "version": "0.1.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.1.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": "Events",
23       "source_files": "Events/**/*.swift",
24       "frameworks": "UIKit"
25     },
26     {
27       "name": "Injection",
28       "source_files": "Injection/**/*.swift",
29       "frameworks": "Foundation"
30     }
31   ]