[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / a / f / e / ALReactiveCocoaExtension / 4.0.0 / ALReactiveCocoaExtension.podspec.json
blob480fb51090227f5422dda4701b33098ffe727b5b
2   "name": "ALReactiveCocoaExtension",
3   "version": "4.0.0",
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.0"
14   },
15   "social_media_url": "https://twitter.com/twannl",
16   "platforms": {
17     "ios": "9.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "dependencies": {
22     "Moya": [
23       "8.0.0-beta.2"
24     ],
25     "ReactiveSwift": [
26       "1.0.0-alpha.2"
27     ],
28     "ReactiveCocoa": [
30     ]
31   },
32   "frameworks": "Foundation",
33   "pushed_with_swift_version": "3.0"