[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 8 / f / d / ALDataRequestView / 1.0.4 / ALDataRequestView.podspec.json
blobda3ef3b06dd4f816f0ba3647668bb92b18b3facc
2   "name": "ALDataRequestView",
3   "version": "1.0.4",
4   "summary": "A view representation for data requests. Support for ReactiveCocoa and RXSwift.",
5   "description": "A view representation for data requests. Support for ReactiveCocoa and RXSwift by attached it to signalproducers and observables.",
6   "homepage": "https://github.com/AvdLee/ALDataRequestView",
7   "license": "MIT",
8   "authors": {
9     "Antoine van der Lee": "info@avanderlee.com"
10   },
11   "source": {
12     "git": "https://github.com/AvdLee/ALDataRequestView.git",
13     "tag": "1.0.4"
14   },
15   "social_media_url": "https://twitter.com/twannl",
16   "platforms": {
17     "ios": "8.0",
18     "tvos": "9.0"
19   },
20   "requires_arc": true,
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "Source/*.swift",
26       "dependencies": {
27         "PureLayout": [
29         ],
30         "ReachabilitySwift": [
32         ]
33       },
34       "frameworks": "Foundation"
35     },
36     {
37       "name": "RxSwift",
38       "source_files": "Source/RxSwift/*.swift",
39       "dependencies": {
40         "RxSwift": [
41           "~> 2.0.0"
42         ],
43         "RxCocoa": [
44           "~> 2.0.0"
45         ],
46         "ALDataRequestView/Core": [
48         ]
49       }
50     },
51     {
52       "name": "ReactiveCocoa",
53       "source_files": "Source/ReactiveCocoa/*.swift",
54       "dependencies": {
55         "ReactiveCocoa": [
57         ],
58         "ALDataRequestView/Core": [
60         ]
61       }
62     }
63   ]