Skip to content

Instantly share code, notes, and snippets.

var first: First!
let third = Third(first: first)
let second = Second(third: third)
first = First(second: second)
print(first.second.third.first == first)
class First: NSObject {
let second: Second
{
"1.1.0": "https://github.com/Accengage/accengage-ios-extension-sdk-releases/releases/download/1.1.0/AccengageExtension.framework.zip"
}
{
"6.3.0": "https://github.com/Accengage/accengage-ios-sdk-releases/releases/download/6.3.0/Accengage.framework.zip"
}
{
"4.1.2":"https://developers.google.com/identity/sign-in/ios/sdk/google_signin_sdk_4_1_2.zip"
}
Pod::Spec.new do |s|
s.name = "ReactiveObjCBridge"
s.version = "1.0.2"
s.summary = "Bridge between ReactiveObjC and ReactiveSwift"
s.description = <<-DESC
After announced Swift, ReactiveCocoa was rewritten in Swift. This framework creates a bridge between those Swift and Objective-C APIs (ReactiveSwift and ReactiveObjC).
Because the APIs are based on fundamentally different designs, the conversion is not always one-to-one; however, every attempt has been made to faithfully translate the concepts between the two APIs (and languages).
DESC
s.homepage = "https://github.com/ReactiveCocoa/ReactiveObjCBridge"
// DO NOT EDIT. This file is machine-generated and constantly overwritten.
// Make changes to <$sanitizedManagedObjectClassName$>.swift instead.
import Foundation
import CoreData
<$if noninheritedAttributes.@count > 0 || noninheritedRelationships.@count > 0$>
enum <$sanitizedManagedObjectClassName$>Fields: String {
<$foreach Attribute noninheritedAttributes do$>
case <$Attribute.name$> = "<$Attribute.name$>"<$endforeach do$>
{
"name": "ReactiveSwift",
"version": "5.0.0",
"summary": "A framework for composing and transforming streams of values.",
"description": "ReactiveCocoa (RAC) is an Objective-C framework for Functional Reactive Programming.\nIt provides APIs for composing and transforming streams of values.",
"homepage": "https://github.com/ReactiveCocoa/ReactiveCocoa",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
Pod::Spec.new do |s|
s.name = "SimpleButton"
s.version = "2.1.1"
s.summary = "Simple UIButton subclass with additional state change animations (e.g. backgroundColor)"
s.description = "Simple UIButton subclass with animated, state-aware attributes. Easy to subclass and configure!"
s.homepage = "https://github.com/aloco/SimpleButton"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Andreas Tinoco Lobo" => "andreas@tinoco-lobo.at" }
s.platform = :ios
s.ios.deployment_target = "8.0"
Pod::Spec.new do |s|
s.name = 'libPusher'
s.version = '1.6.1'
s.license = 'MIT'
s.summary = 'An Objective-C client for the Pusher.com service'
s.homepage = 'https://github.com/lukeredpath/libPusher'
s.author = 'Luke Redpath'
s.source = { :git => 'https://github.com/lukeredpath/libPusher.git', :tag => 'v1.6.1' }
s.requires_arc = true
s.header_dir = 'Pusher'
Pod::Spec.new do |s|
s.name = 'Rex'
s.module_name = 'Rex'
s.version = '0.10.0'
s.summary = 'ReactiveCocoa Extensions'
s.description = <<-DESC
Extensions for ReactiveCocoa that may not fit in the core framework.
DESC