[Add] HyperCore 0.0.1
[CocoaPods.git] / Specs / 9 / 4 / 0 / CcExtensions / 5.0.0 / CcExtensions.podspec.json
blob9833526869593084a419c2b3516722684af614a3
2   "name": "CcExtensions",
3   "version": "5.0.0",
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": "5.0.0"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "swift_versions": "5.0",
18   "default_subspecs": "Core",
19   "subspecs": [
20     {
21       "name": "Core",
22       "source_files": "Sources/Core/**/*.swift",
23       "frameworks": [
24         "Foundation",
25         "UIKit"
26       ]
27     },
28     {
29       "name": "RxSwift",
30       "source_files": "Sources/RxSwift/**/*.swift",
31       "dependencies": {
32         "CcExtensions/Core": [
34         ],
35         "RxSwift": [
36           ">=5.0.1"
37         ],
38         "RxCocoa": [
39           ">=5.0.1"
40         ],
41         "RxRelay": [
42           ">=5.0.1"
43         ]
44       },
45       "frameworks": [
46         "Foundation",
47         "UIKit"
48       ]
49     }
50   ],
51   "swift_version": "5.0"