[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 8 / f / d / ALDataRequestView / 2.2.0 / ALDataRequestView.podspec.json
blob9699fad4cdd761d88e76bb2bc62b25f947197c2a
2   "name": "ALDataRequestView",
3   "version": "2.2.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.2.0"
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   "pushed_with_swift_version": "3.0",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Source/*.swift",
27       "dependencies": {
28         "PureLayout": [
30         ],
31         "ReachabilitySwift": [
32           "~> 3"
33         ]
34       },
35       "frameworks": "Foundation"
36     },
37     {
38       "name": "RxSwift",
39       "source_files": "Source/RxSwift/*.swift",
40       "dependencies": {
41         "RxSwift": [
42           "~> 3.0.0"
43         ],
44         "RxCocoa": [
45           "~> 3.0.0"
46         ],
47         "ALDataRequestView/Core": [
49         ]
50       }
51     },
52     {
53       "name": "ReactiveCocoa",
54       "source_files": "Source/ReactiveCocoa/*.swift",
55       "dependencies": {
56         "ReactiveSwift": [
58         ],
59         "ALDataRequestView/Core": [
61         ]
62       }
63     }
64   ]