[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / 1 / d / SCNavTabBar / 1.0.1 / SCNavTabBar.podspec.json
blobfcf1b72489b8bc556a027f7a391a6c9b7cc11305
2   "name": "SCNavTabBar",
3   "version": "1.0.1",
4   "summary": "a SCNavTabBar used on iOS.",
5   "description": "It is a SCNavTabBar used on iOS, which implement by Objective-C.",
6   "homepage": "https://github.com/ChenZhenChun/SCNavTabBar",
7   "license": "MIT",
8   "authors": {
9     "ChenZhenChun": "346891964@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/ChenZhenChun/SCNavTabBar.git",
13     "tag": "1.0.1",
14     "submodules": true
15   },
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "frameworks": [
21     "Foundation",
22     "UIKit"
23   ],
24   "subspecs": [
25     {
26       "name": "SCNavTabBar",
27       "source_files": "SCNavTabBar/SCNavTabBar/*.{h,m}",
28       "public_header_files": "SCNavTabBar/SCNavTabBar/*.h",
29       "resources": "SCNavTabBar/SCNavTabBar/SCNavTabBar.bundle"
30     },
31     {
32       "name": "ViewControllers",
33       "source_files": "SCNavTabBar/ViewControllers/*.{h,m}",
34       "public_header_files": "SCNavTabBar/ViewControllers/*.h",
35       "dependencies": {
36         "SCNavTabBar/SCNavTabBar": [
38         ],
39         "SCNavTabBar/Views": [
41         ]
42       }
43     },
44     {
45       "name": "Views",
46       "source_files": "SCNavTabBar/Views/*.{h,m}",
47       "public_header_files": "SCNavTabBar/Views/*.h",
48       "dependencies": {
49         "SCNavTabBar/SCNavTabBar": [
51         ]
52       }
53     }
54   ]