[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 8 / f / d / ALDataRequestView / 1.0.1 / ALDataRequestView.podspec.json
blobaf072b4200e365f1a6076a5189c708e1d57ebcda
2   "name": "ALDataRequestView",
3   "version": "1.0.1",
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.1"
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   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "Source/*.swift",
25       "dependencies": {
26         "PureLayout": [
28         ],
29         "ReachabilitySwift": [
31         ]
32       },
33       "frameworks": "Foundation"
34     },
35     {
36       "name": "RxSwift",
37       "source_files": "Source/RxSwift/*.swift",
38       "dependencies": {
39         "RxSwift": [
40           "~> 2.0.0"
41         ],
42         "RxCocoa": [
43           "~> 2.0.0"
44         ],
45         "ALDataRequestView/Core": [
47         ]
48       }
49     },
50     {
51       "name": "ReactiveCocoa",
52       "source_files": "Source/ReactiveCocoa/*.swift",
53       "dependencies": {
54         "ReactiveCocoa": [
56         ],
57         "ALDataRequestView/Core": [
59         ]
60       }
61     }
62   ]