[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / a / f / e / ALReactiveCocoaExtension / 4.0.6 / ALReactiveCocoaExtension.podspec.json
blobd685226fc49cd7f35f5be248ee9d61b0987a9bd6
2   "name": "ALReactiveCocoaExtension",
3   "version": "4.0.6",
4   "summary": "Contains replacements for the RAC and RACObserve macros in Swift and adds multiple cast methods.",
5   "description": "Contains replacements for the RAC and RACObserve macros in Swift and adds multiple cast methods which you can use to improve your ReactiveCocoa usage. It also adds wrappers around the new SignalProducer.",
6   "homepage": "https://github.com/AvdLee/ALReactiveCocoaExtension",
7   "license": "MIT",
8   "authors": {
9     "Antoine van der Lee": "ajvanderlee@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/AvdLee/ALReactiveCocoaExtension.git",
13     "tag": "4.0.6"
14   },
15   "social_media_url": "https://twitter.com/twannl",
16   "platforms": {
17     "ios": "8.0",
18     "tvos": "9.0",
19     "watchos": "2.0"
20   },
21   "requires_arc": true,
22   "source_files": "Pod/Classes/**/*",
23   "dependencies": {
24     "Moya": [
25       "8.0.0-beta.6"
26     ],
27     "ReactiveSwift": [
28       "1.0.0-alpha.4"
29     ]
30   },
31   "frameworks": "Foundation",
32   "pushed_with_swift_version": "3.0"