blob: f7554304167b457e95bd5712368aaa41dd04e1e7 [file] [log] [blame]
{
"name": "SwiftlyKit",
"version": "0.1.1",
"summary": "A tool kit for Swift developer.",
"description": "SwiftlyKit is a tool kit for Swift developer.",
"homepage": "https://github.com/hujewelz/SwiftlyKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hujewelz": "hujewelz@163.com"
},
"source": {
"git": "https://github.com/hujewelz/SwiftlyKit.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "SwiftlyKit/Classes/Core/**/*",
"resource_bundles": {
"SwiftlyKit": [
"SwiftlyKit/Assets/*.{xib,storyboard}"
]
},
"resources": [
"SwiftlyKit/Assets/**/*.{png,xcassets,json,imageset}"
],
"dependencies": {
"SnapKit": [
],
"Hotaru/Core": [
],
"MJRefresh": [
]
}
}
]
}