[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / e / 2 / 0 / ReactivePixel / 1.0.0 / ReactivePixel.podspec.json
bloba06302b64d2c7337696f1337c44c111979743ad2
2   "name": "ReactivePixel",
3   "version": "1.0.0",
4   "summary": "ReactiveSwift + UIKit + Texture (AsyncDisplayKit)",
5   "description": "Allows you to quickly and smartly bind you UI components from either `UIKit` or `Texture`, using the reactive binding mechanism provided by `ReactiveSwift`.",
6   "homepage": "https://github.com/iDonJose/ReactivePixel",
7   "source": {
8     "git": "https://github.com/iDonJose/ReactivePixel.git",
9     "tag": "1.0.0"
10   },
11   "license": {
12     "type": "Apache 2.0",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "iDonJose": "donor.develop@gmail.com"
17   },
18   "frameworks": [
19     "Foundation",
20     "UIKit"
21   ],
22   "default_subspecs": "Texture",
23   "platforms": {
24     "osx": null,
25     "ios": null,
26     "tvos": null,
27     "watchos": null
28   },
29   "subspecs": [
30     {
31       "name": "UIKit",
32       "platforms": {
33         "ios": "8.0"
34       },
35       "dependencies": {
36         "ReactiveSwifty": [
37           "~> 1.0"
38         ]
39       },
40       "source_files": [
41         "Sources/ReactivePixel.h",
42         "Sources/Reactive UIKit/**/*.{swift}"
43       ]
44     },
45     {
46       "name": "Texture",
47       "platforms": {
48         "ios": "9.0"
49       },
50       "dependencies": {
51         "ReactivePixel/UIKit": [
53         ],
54         "Texture/Core": [
55           "~> 2.7"
56         ]
57       },
58       "source_files": [
59         "Sources/ReactivePixel.h",
60         "Sources/Reactive Texture/**/*.{swift}"
61       ]
62     }
63   ]