[Add] DriveKitDriverAchievement 2.9.1
[CocoaPods.git] / Specs / b / 7 / a / RXCDiffArray / 1.1 / RXCDiffArray.podspec.json
blob353dc15364221b2f151f65785401bdd7fdc60978
2   "name": "RXCDiffArray",
3   "version": "1.1",
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.1"
14   },
15   "requires_arc": true,
16   "swift_versions": "5.0",
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/*.swift",
29         "frameworks": "Foundation"
30       }
31     },
32     {
33       "name": "DifferenceKit",
34       "dependencies": {
35         "DifferenceKit": [
36           "~> 1.1"
37         ],
38         "RXCDiffArray/Core": [
40         ]
41       },
42       "ios": {
43         "source_files": "Source/DifferenceKit/*.swift",
44         "frameworks": "Foundation"
45       }
46     },
47     {
48       "name": "UIKitExtension",
49       "dependencies": {
50         "RXCDiffArray/Core": [
52         ]
53       },
54       "ios": {
55         "source_files": "Source/Extension/UIKit/*.swift",
56         "frameworks": "UIKit"
57       }
58     },
59     {
60       "name": "ASDKExtension",
61       "dependencies": {
62         "Texture": [
63           "~> 2.8"
64         ],
65         "RXCDiffArray/Core": [
67         ]
68       },
69       "ios": {
70         "source_files": "Source/Extension/ASDK/*.swift",
71         "frameworks": "UIKit"
72       }
73     }
74   ],
75   "swift_version": "5.0"