blob: cddf2a4c7803558fec0e0b93b1af545b9d3304c7 [file] [log] [blame]
{
"name": "SwiftKit",
"version": "0.2.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.2.0"
},
"social_media_url": "https://twitter.com/BrightifyOrg",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "Preferences",
"source_files": "Preferences/**/*.swift",
"frameworks": "Foundation",
"dependencies": {
"SwiftKit/Events": [
]
}
},
{
"name": "Events",
"source_files": "Events/**/*.swift",
"frameworks": "UIKit"
},
{
"name": "Injection",
"source_files": "Injection/**/*.swift",
"frameworks": "Foundation"
}
]
}