[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 7 / a / RXCDiffArray / 1.2 / RXCDiffArray.podspec.json
blobc966ef06c2088a03bef6008f647359c5c53cd7fe
2   "name": "RXCDiffArray",
3   "version": "1.2",
4   "authors": {
5     "ruixingchen": "rxc@ruixingchen.com"
6   },
7   "summary": "an array that can notify its changes",
8   "description": "an array that can notify its changes to multi delegates",
9   "homepage": "https://github.com/ruixingchen/RXCDiffArray",
10   "license": "MIT",
11   "source": {
12     "git": "https://github.com/ruixingchen/RXCDiffArray.git",
13     "tag": "1.2"
14   },
15   "requires_arc": true,
16   "swift_versions": "5.1",
17   "platforms": {
18     "ios": "9.0"
19   },
20   "default_subspecs": [
21     "Core",
22     "UIKitExtension"
23   ],
24   "subspecs": [
25     {
26       "name": "Core",
27       "ios": {
28         "source_files": "Source/Core/*.swift",
29         "frameworks": "Foundation"
30       }
31     },
32     {
33       "name": "UIKitExtension",
34       "dependencies": {
35         "RXCDiffArray/Core": [
37         ]
38       },
39       "ios": {
40         "source_files": "Source/UIKitExtension/*.swift",
41         "frameworks": "UIKit"
42       }
43     },
44     {
45       "name": "DifferenceKit",
46       "dependencies": {
47         "RXCDiffArray/Core": [
49         ],
50         "DifferenceKit": [
51           "~> 1.1"
52         ]
53       },
54       "ios": {
55         "source_files": "Source/DifferenceKit/*.swift",
56         "frameworks": "Foundation"
57       }
58     },
59     {
60       "name": "ASDKExtension",
61       "dependencies": {
62         "RXCDiffArray/Core": [
64         ],
65         "Texture": [
66           "~> 2.8"
67         ]
68       },
69       "ios": {
70         "source_files": "Source/ASDKExtension/*.swift",
71         "frameworks": "UIKit"
72       }
73     }
74   ],
75   "swift_version": "5.1"