blob: fd2a9e2f8ffee215c59b60e5f7582676ad62b3c9 [file] [log] [blame]
{
"name": "SwiftKit",
"version": "0.1.0",
"summary": "SwiftKit is a great way to start your project.",
"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",
"homepage": "https://github.com/brightify/SwiftKit",
"license": "MIT",
"authors": {
"Tadeas Kriz": "tadeas@brightify.org"
},
"source": {
"git": "https://github.com/brightify/SwiftKit.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/BrightifyOrg",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "Events",
"source_files": "Events/**/*.swift",
"frameworks": "UIKit"
},
{
"name": "Injection",
"source_files": "Injection/**/*.swift",
"frameworks": "Foundation"
}
]
}