[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 4 / 0 / CcExtensions / 4.2.1 / CcExtensions.podspec.json
blob3cfc79b6e017ad44979f37c26d389588ec69b053
2   "name": "CcExtensions",
3   "version": "4.2.1",
4   "summary": "扩展",
5   "homepage": "https://github.com/J-yezi/CcExtensions",
6   "license": "MIT",
7   "authors": {
8     "J-yezi": "yehao1020@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/J-yezi/CcExtensions.git",
12     "tag": "4.2.1"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "default_subspecs": "Core",
18   "subspecs": [
19     {
20       "name": "Core",
21       "source_files": "Sources/Core/**/*.swift",
22       "frameworks": [
23         "Foundation",
24         "UIKit"
25       ]
26     },
27     {
28       "name": "RxSwift",
29       "source_files": "Sources/RxSwift/**/*.swift",
30       "dependencies": {
31         "CcExtensions/Core": [
33         ],
34         "RxSwift": [
35           ">=4.3.0"
36         ],
37         "RxCocoa": [
38           ">=4.3.0"
39         ]
40       },
41       "frameworks": [
42         "Foundation",
43         "UIKit"
44       ]
45     }
46   ]