[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 2 / 3 / 1 / SakuraOC / 0.0.1 / SakuraOC.podspec.json
blobef5f683655714345e28485eff2027b5642b7d453
2   "name": "SakuraOC",
3   "version": "0.0.1",
4   "summary": "A beautiful and powerful frameworks like cherry blossom (Objective-C Version).",
5   "homepage": "http://eclipse.moe",
6   "license": "MIT",
7   "authors": {
8     "YaeSakura": "949886@qq.com"
9   },
10   "source": {
11     "git": "https://github.com/949886/Sakura.git",
12     "branch": "Objective-C"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "default_subspecs": [
19     "Categories",
20     "UI"
21   ],
22   "subspecs": [
23     {
24       "name": "Categories",
25       "source_files": "Sakura/Categories/**/*.{h,m}",
26       "frameworks": "UIKit"
27     },
28     {
29       "name": "UI",
30       "source_files": "Sakura/UI/**/*.{h,m}"
31     }
32   ]