blob: 54e12ded85aa19e063d7eef2bda125a1fa6123ef [file] [log] [blame]
{
"name": "Sakura",
"version": "0.0.4",
"summary": "A beautiful and powerful frameworks like cherry blossom.",
"homepage": "http://eclipse.moe",
"license": {
"type": "Copyright",
"text": "Copyright (c) 2017 Yae Sakura. All rights reserved."
},
"authors": {
"Buka": "949886@qq.com"
},
"source": {
"git": "https://github.com/949886/Sakura.git",
"branch": "master"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"xcconfig": {
"SWIFT_VERSION": "3.0"
},
"default_subspecs": [
"Extension",
"UI"
],
"subspecs": [
{
"name": "Extension",
"source_files": "Sakura/Extension/**/*.{h,swift}",
"frameworks": "UIKit"
},
{
"name": "UI",
"source_files": "Sakura/UI/**/*.{h,swift}"
},
{
"name": "OC",
"dependencies": {
"SakuraOC": [
]
}
}
]
}