[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 8 / f / d / ALDataRequestView / 2.0.0 / ALDataRequestView.podspec.json
blob82f02fba7e67786fcf95d71c4cc5e5664d3ad332
2   "name": "ALDataRequestView",
3   "version": "2.0.0",
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": "2.0.0"
14   },
15   "social_media_url": "https://twitter.com/twannl",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "default_subspecs": "Core",
21   "pushed_with_swift_version": "3.0",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "Source/*.swift",
26       "dependencies": {
27         "PureLayout": [
29         ],
30         "ReachabilitySwift": [
31           "~> 3"
32         ]
33       },
34       "frameworks": "Foundation"
35     },
36     {
37       "name": "RxSwift",
38       "source_files": "Source/RxSwift/*.swift",
39       "dependencies": {
40         "RxSwift": [
41           "~> 3.0.0"
42         ],
43         "RxCocoa": [
44           "~> 3.0.0"
45         ],
46         "ALDataRequestView/Core": [
48         ]
49       }
50     },
51     {
52       "name": "ReactiveCocoa",
53       "source_files": "Source/ReactiveCocoa/*.swift",
54       "dependencies": {
55         "ReactiveSwift": [
56           "1.0.0-alpha.3"
57         ],
58         "ALDataRequestView/Core": [
60         ]
61       }
62     }
63   ]