From b5f242788d3c3fdffe22ae613d171121d71740a3 Mon Sep 17 00:00:00 2001 From: Yarden Eitan Date: Mon, 22 May 2017 13:17:54 -0700 Subject: [PATCH] bump to 2.1.6 and updated docs --- Mixpanel-swift-appex.podspec | 2 +- Mixpanel-swift.podspec | 2 +- Mixpanel/Info.plist | 2 +- docs/Classes.html | 68 +- docs/Classes/Mixpanel.html | 80 +- docs/Classes/MixpanelInstance.html | 1150 +++++++++++++++- docs/Classes/People.html | 88 +- docs/Enums.html | 75 +- docs/Enums/TweakViewDataType.html | 106 +- docs/Extensions.html | 112 +- docs/Extensions/Array.html | 66 +- docs/Extensions/Bool.html | 66 +- docs/Extensions/CGFloat.html | 66 +- docs/Extensions/Date.html | 66 +- docs/Extensions/Dictionary.html | 68 +- docs/Extensions/Double.html | 66 +- docs/Extensions/Float.html | 66 +- docs/Extensions/Int.html | 66 +- docs/Extensions/NSNull.html | 66 +- docs/Extensions/String.html | 66 +- docs/Extensions/UIColor.html | 111 +- docs/Extensions/UInt.html | 66 +- docs/Extensions/URL.html | 66 +- docs/Functions.html | 72 +- docs/Functions/==(_:_:).html | 66 +- docs/Instance Methods.html | 1169 ----------------- docs/Protocols.html | 66 +- docs/Protocols/MixpanelDelegate.html | 68 +- docs/Protocols/MixpanelType.html | 66 +- docs/Protocols/TweakClusterType.html | 66 +- docs/Protocols/TweakLibraryType.html | 69 +- docs/Protocols/TweakableType.html | 66 +- docs/Structs.html | 66 +- docs/Structs/AnyTweak.html | 69 +- docs/Structs/MixpanelTweaks.html | 67 +- docs/Structs/Tweak.html | 80 +- docs/css/jazzy.css | 5 + .../Contents/Resources/Documents/Classes.html | 68 +- .../Resources/Documents/Classes/Mixpanel.html | 80 +- .../Documents/Classes/MixpanelInstance.html | 1150 +++++++++++++++- .../Resources/Documents/Classes/People.html | 88 +- .../Contents/Resources/Documents/Enums.html | 75 +- .../Documents/Enums/TweakViewDataType.html | 106 +- .../Resources/Documents/Extensions.html | 112 +- .../Resources/Documents/Extensions/Array.html | 66 +- .../Resources/Documents/Extensions/Bool.html | 66 +- .../Documents/Extensions/CGFloat.html | 66 +- .../Resources/Documents/Extensions/Date.html | 66 +- .../Documents/Extensions/Dictionary.html | 68 +- .../Documents/Extensions/Double.html | 66 +- .../Resources/Documents/Extensions/Float.html | 66 +- .../Resources/Documents/Extensions/Int.html | 66 +- .../Documents/Extensions/NSNull.html | 66 +- .../Documents/Extensions/String.html | 66 +- .../Documents/Extensions/UIColor.html | 111 +- .../Resources/Documents/Extensions/UInt.html | 66 +- .../Resources/Documents/Extensions/URL.html | 66 +- .../Resources/Documents/Functions.html | 72 +- .../Documents/Functions/==(_:_:).html | 66 +- .../Resources/Documents/Instance Methods.html | 1169 ----------------- .../Resources/Documents/Protocols.html | 66 +- .../Documents/Protocols/MixpanelDelegate.html | 68 +- .../Documents/Protocols/MixpanelType.html | 66 +- .../Documents/Protocols/TweakClusterType.html | 66 +- .../Documents/Protocols/TweakLibraryType.html | 69 +- .../Documents/Protocols/TweakableType.html | 66 +- .../Contents/Resources/Documents/Structs.html | 66 +- .../Resources/Documents/Structs/AnyTweak.html | 69 +- .../Documents/Structs/MixpanelTweaks.html | 67 +- .../Resources/Documents/Structs/Tweak.html | 80 +- .../Resources/Documents/css/jazzy.css | 5 + .../Contents/Resources/Documents/index.html | 225 ++-- .../Contents/Resources/Documents/search.json | 2 +- .../Contents/Resources/docSet.dsidx | Bin 45056 -> 45056 bytes docs/docsets/Mixpanel.tgz | Bin 84624 -> 80190 bytes docs/index.html | 225 ++-- docs/search.json | 2 +- .../Documents => }/undocumented.json | 0 generate_docs.sh | 5 +- 79 files changed, 2570 insertions(+), 7053 deletions(-) delete mode 100644 docs/Instance Methods.html delete mode 100644 docs/docsets/Mixpanel.docset/Contents/Resources/Documents/Instance Methods.html rename docs/{docsets/Mixpanel.docset/Contents/Resources/Documents => }/undocumented.json (100%) diff --git a/Mixpanel-swift-appex.podspec b/Mixpanel-swift-appex.podspec index 89cd84892..460fc0bd3 100644 --- a/Mixpanel-swift-appex.podspec +++ b/Mixpanel-swift-appex.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Mixpanel-swift-appex' - s.version = '2.1.5' + s.version = '2.1.6' s.module_name = 'MixpanelAppex' s.license = 'Apache License, Version 2.0' s.summary = 'Mixpanel tracking library for iOS (Swift) App Extensions' diff --git a/Mixpanel-swift.podspec b/Mixpanel-swift.podspec index 72dc7d398..e11b1b4f7 100644 --- a/Mixpanel-swift.podspec +++ b/Mixpanel-swift.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'Mixpanel-swift' - s.version = '2.1.5' + s.version = '2.1.6' s.module_name = 'Mixpanel' s.license = 'Apache License, Version 2.0' s.summary = 'Mixpanel tracking library for iOS (Swift)' diff --git a/Mixpanel/Info.plist b/Mixpanel/Info.plist index 5a46b9187..612e5de31 100644 --- a/Mixpanel/Info.plist +++ b/Mixpanel/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.1.5 + 2.1.6 CFBundleSignature ???? CFBundleVersion diff --git a/docs/Classes.html b/docs/Classes.html index ffc964012..be6ae3a2f 100644 --- a/docs/Classes.html +++ b/docs/Classes.html @@ -107,68 +107,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -