blob: 5a894a29707b73d583215a9560f1616075d684d4 [file] [log] [blame]
{
"name": "Sakura",
"version": "0.0.2",
"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": "Sakura",
"subspecs": [
{
"name": "Sakura",
"source_files": [
"Sakura/Extension/**/*.{h,swift}",
"Sakura/UI/**/*.{h,swift}"
],
"frameworks": "UIKit"
},
{
"name": "UI",
"source_files": "Sakura/UI/**/*.{h,swift}"
},
{
"name": "OC",
"dependencies": {
"AFNetworking": [
]
}
}
]
}