blob: b0a42d4d525889c6f4f5e541d51574477ece5f9d [file] [log] [blame]
{
"name": "Sakura",
"version": "0.0.3",
"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,
"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": [
]
}
}
]
}