From 1075105e383a82eab22e81b9f9adcff9b0eab6fc Mon Sep 17 00:00:00 2001 From: Alex Choi Date: Fri, 20 Feb 2015 22:51:56 -0500 Subject: [PATCH] updated podspec --- Example/Pods/Giphy-iOS/LICENSE | 19 ++ Example/Pods/Giphy-iOS/Pod/Classes/AXCGiphy.h | 75 ++++++ Example/Pods/Giphy-iOS/Pod/Classes/AXCGiphy.m | 255 ++++++++++++++++++ .../Giphy-iOS/Pod/Classes/AXCGiphyImage.h | 20 ++ .../Giphy-iOS/Pod/Classes/AXCGiphyImage.m | 32 +++ .../Pod/Classes/AXCGiphyImageDownsampled.h | 13 + .../Pod/Classes/AXCGiphyImageDownsampled.m | 13 + .../Pod/Classes/AXCGiphyImageFixed.h | 14 + .../Pod/Classes/AXCGiphyImageFixed.m | 29 ++ .../Pod/Classes/AXCGiphyImageOriginal.h | 18 ++ .../Pod/Classes/AXCGiphyImageOriginal.m | 33 +++ Example/Pods/Giphy-iOS/README.md | 92 +++++++ .../AFNetworking/AFURLRequestSerialization.h | 1 + .../AFNetworking/AFURLResponseSerialization.h | 1 + .../AnimatedGIFImageSerialization.h | 1 + .../EXPMatchers+FBSnapshotTest.h | 1 + .../Public/Expecta/EXPBackwardCompatibility.h | 1 + .../Public/Expecta/EXPBlockDefinedMatcher.h | 1 + .../Pods/Headers/Public/Expecta/EXPDefines.h | 1 + .../Headers/Public/Expecta/EXPDoubleTuple.h | 1 + .../Pods/Headers/Public/Expecta/EXPExpect.h | 1 + .../Headers/Public/Expecta/EXPFloatTuple.h | 1 + .../Pods/Headers/Public/Expecta/EXPMatcher.h | 1 + .../Public/Expecta/EXPMatcherHelpers.h | 1 + .../Public/Expecta/EXPMatchers+beCloseTo.h | 1 + .../Public/Expecta/EXPMatchers+beFalsy.h | 1 + .../Expecta/EXPMatchers+beGreaterThan.h | 1 + .../EXPMatchers+beGreaterThanOrEqualTo.h | 1 + .../Expecta/EXPMatchers+beIdenticalTo.h | 1 + .../Expecta/EXPMatchers+beInTheRangeOf.h | 1 + .../Public/Expecta/EXPMatchers+beInstanceOf.h | 1 + .../Public/Expecta/EXPMatchers+beKindOf.h | 1 + .../Public/Expecta/EXPMatchers+beLessThan.h | 1 + .../Expecta/EXPMatchers+beLessThanOrEqualTo.h | 1 + .../Public/Expecta/EXPMatchers+beNil.h | 1 + .../Public/Expecta/EXPMatchers+beSubclassOf.h | 1 + .../Public/Expecta/EXPMatchers+beSupersetOf.h | 1 + .../Public/Expecta/EXPMatchers+beTruthy.h | 1 + .../Public/Expecta/EXPMatchers+beginWith.h | 1 + .../Public/Expecta/EXPMatchers+conformTo.h | 1 + .../Public/Expecta/EXPMatchers+contain.h | 1 + .../Public/Expecta/EXPMatchers+endWith.h | 1 + .../Public/Expecta/EXPMatchers+equal.h | 1 + .../Public/Expecta/EXPMatchers+haveCountOf.h | 1 + .../Public/Expecta/EXPMatchers+notify.h | 1 + .../Public/Expecta/EXPMatchers+raise.h | 1 + .../Expecta/EXPMatchers+raiseWithReason.h | 1 + .../Public/Expecta/EXPMatchers+respondTo.h | 1 + .../Pods/Headers/Public/Expecta/EXPMatchers.h | 1 + .../Public/Expecta/EXPUnsupportedObject.h | 1 + Example/Pods/Headers/Public/Expecta/Expecta.h | 1 + .../Headers/Public/Expecta/ExpectaSupport.h | 1 + .../Headers/Public/Expecta/NSObject+Expecta.h | 1 + .../Headers/Public/Expecta/NSValue+Expecta.h | 1 + .../FBSnapshotTestCase/FBSnapshotTestCase.h | 1 + .../FBSnapshotTestController.h | 1 + .../FBSnapshotTestCase/UIImage+Compare.h | 1 + .../Public/FBSnapshotTestCase/UIImage+Diff.h | 1 + .../Pods/Headers/Public/Giphy-iOS/AXCGiphy.h | 1 + .../Headers/Public/Giphy-iOS/AXCGiphyImage.h | 1 + .../Giphy-iOS/AXCGiphyImageDownsampled.h | 1 + .../Public/Giphy-iOS/AXCGiphyImageFixed.h | 1 + .../Public/Giphy-iOS/AXCGiphyImageOriginal.h | 1 + .../Pods/Headers/Public/Specta/SPTExample.h | 1 + .../Headers/Public/Specta/SPTExampleGroup.h | 1 + .../Headers/Public/Specta/SPTNestedReporter.h | 1 + .../Pods/Headers/Public/Specta/SPTReporter.h | 1 + .../Public/Specta/SPTSharedExampleGroups.h | 1 + Example/Pods/Headers/Public/Specta/SPTSpec.h | 1 + .../Headers/Public/Specta/SPTXCTestCase.h | 1 + .../Headers/Public/Specta/SPTXCTestReporter.h | 1 + Example/Pods/Headers/Public/Specta/Specta.h | 1 + .../Headers/Public/Specta/SpectaSupport.h | 1 + .../Pods/Headers/Public/Specta/SpectaTypes.h | 1 + .../Headers/Public/Specta/SpectaUtility.h | 1 + .../Headers/Public/Specta/XCTestCase+Specta.h | 1 + .../Headers/Public/Specta/XCTestLog+Specta.h | 1 + .../Headers/Public/Specta/XCTestRun+Specta.h | 1 + ...ods-AXCGiphy-AFNetworking-Private.xcconfig | 5 + .../Pods-AXCGiphy-AFNetworking-dummy.m | 5 + .../Pods-AXCGiphy-AFNetworking-prefix.pch | 5 + .../Pods-AXCGiphy-AFNetworking.xcconfig | 1 + ...atedGIFImageSerialization-Private.xcconfig | 5 + ...iphy-AnimatedGIFImageSerialization-dummy.m | 5 + ...y-AnimatedGIFImageSerialization-prefix.pch | 5 + ...phy-AnimatedGIFImageSerialization.xcconfig | 1 + .../Pods-AXCGiphy-Giphy-iOS-Private.xcconfig | 5 + .../Pods-AXCGiphy-Giphy-iOS-dummy.m | 5 + .../Pods-AXCGiphy-Giphy-iOS-prefix.pch | 5 + .../Pods-AXCGiphy-Giphy-iOS.xcconfig | 0 .../Pods-AXCGiphy-acknowledgements.markdown | 72 +++++ .../Pods-AXCGiphy-acknowledgements.plist | 110 ++++++++ .../Pods-AXCGiphy/Pods-AXCGiphy-dummy.m | 5 + .../Pods-AXCGiphy/Pods-AXCGiphy-environment.h | 26 ++ .../Pods-AXCGiphy/Pods-AXCGiphy-resources.sh | 74 +++++ .../Pods-AXCGiphy.debug.xcconfig | 6 + .../Pods-AXCGiphy.release.xcconfig | 6 + .../Pods-Tests-AFNetworking-Private.xcconfig | 5 + .../Pods-Tests-AFNetworking-dummy.m | 5 + .../Pods-Tests-AFNetworking-prefix.pch | 5 + .../Pods-Tests-AFNetworking.xcconfig | 1 + ...s-Tests-Expecta+Snapshots-Private.xcconfig | 6 + .../Pods-Tests-Expecta+Snapshots-dummy.m | 5 + .../Pods-Tests-Expecta+Snapshots-prefix.pch | 5 + .../Pods-Tests-Expecta+Snapshots.xcconfig | 2 + .../Pods-Tests-Expecta-Private.xcconfig | 5 + .../Pods-Tests-Expecta-dummy.m | 5 + .../Pods-Tests-Expecta-prefix.pch | 5 + .../Pods-Tests-Expecta.xcconfig | 1 + ...-Tests-FBSnapshotTestCase-Private.xcconfig | 6 + .../Pods-Tests-FBSnapshotTestCase-dummy.m | 5 + .../Pods-Tests-FBSnapshotTestCase-prefix.pch | 6 + .../Pods-Tests-FBSnapshotTestCase.xcconfig | 2 + .../Pods-Tests-Giphy-iOS-Private.xcconfig | 5 + .../Pods-Tests-Giphy-iOS-dummy.m | 5 + .../Pods-Tests-Giphy-iOS-prefix.pch | 5 + .../Pods-Tests-Giphy-iOS.xcconfig | 0 .../Pods-Tests-Specta-Private.xcconfig | 6 + .../Pods-Tests-Specta-dummy.m | 5 + .../Pods-Tests-Specta-prefix.pch | 5 + .../Pods-Tests-Specta.xcconfig | 2 + .../Pods-Tests-acknowledgements.markdown | 155 +++++++++++ .../Pods-Tests-acknowledgements.plist | 205 ++++++++++++++ .../Pods-Tests/Pods-Tests-dummy.m | 5 + .../Pods-Tests/Pods-Tests-environment.h | 44 +++ .../Pods-Tests/Pods-Tests-resources.sh | 74 +++++ .../Pods-Tests/Pods-Tests.debug.xcconfig | 7 + .../Pods-Tests/Pods-Tests.release.xcconfig | 7 + Giphy-iOS.podspec | 4 +- 129 files changed, 1626 insertions(+), 2 deletions(-) create mode 100644 Example/Pods/Giphy-iOS/LICENSE create mode 100644 Example/Pods/Giphy-iOS/Pod/Classes/AXCGiphy.h create mode 100644 Example/Pods/Giphy-iOS/Pod/Classes/AXCGiphy.m create mode 100644 Example/Pods/Giphy-iOS/Pod/Classes/AXCGiphyImage.h create mode 100644 Example/Pods/Giphy-iOS/Pod/Classes/AXCGiphyImage.m create mode 100644 Example/Pods/Giphy-iOS/Pod/Classes/AXCGiphyImageDownsampled.h create mode 100644 Example/Pods/Giphy-iOS/Pod/Classes/AXCGiphyImageDownsampled.m create mode 100644 Example/Pods/Giphy-iOS/Pod/Classes/AXCGiphyImageFixed.h create mode 100644 Example/Pods/Giphy-iOS/Pod/Classes/AXCGiphyImageFixed.m create mode 100644 Example/Pods/Giphy-iOS/Pod/Classes/AXCGiphyImageOriginal.h create mode 100644 Example/Pods/Giphy-iOS/Pod/Classes/AXCGiphyImageOriginal.m create mode 100644 Example/Pods/Giphy-iOS/README.md create mode 120000 Example/Pods/Headers/Public/AFNetworking/AFURLRequestSerialization.h create mode 120000 Example/Pods/Headers/Public/AFNetworking/AFURLResponseSerialization.h create mode 120000 Example/Pods/Headers/Public/AnimatedGIFImageSerialization/AnimatedGIFImageSerialization.h create mode 120000 Example/Pods/Headers/Public/Expecta+Snapshots/EXPMatchers+FBSnapshotTest.h create mode 120000 Example/Pods/Headers/Public/Expecta/EXPBackwardCompatibility.h create mode 120000 Example/Pods/Headers/Public/Expecta/EXPBlockDefinedMatcher.h create mode 120000 Example/Pods/Headers/Public/Expecta/EXPDefines.h create mode 120000 Example/Pods/Headers/Public/Expecta/EXPDoubleTuple.h create mode 120000 Example/Pods/Headers/Public/Expecta/EXPExpect.h create mode 120000 Example/Pods/Headers/Public/Expecta/EXPFloatTuple.h create mode 120000 Example/Pods/Headers/Public/Expecta/EXPMatcher.h create mode 120000 Example/Pods/Headers/Public/Expecta/EXPMatcherHelpers.h create mode 120000 Example/Pods/Headers/Public/Expecta/EXPMatchers+beCloseTo.h create mode 120000 Example/Pods/Headers/Public/Expecta/EXPMatchers+beFalsy.h create mode 120000 Example/Pods/Headers/Public/Expecta/EXPMatchers+beGreaterThan.h create mode 120000 Example/Pods/Headers/Public/Expecta/EXPMatchers+beGreaterThanOrEqualTo.h create mode 120000 Example/Pods/Headers/Public/Expecta/EXPMatchers+beIdenticalTo.h create mode 120000 Example/Pods/Headers/Public/Expecta/EXPMatchers+beInTheRangeOf.h create mode 120000 Example/Pods/Headers/Public/Expecta/EXPMatchers+beInstanceOf.h create mode 120000 Example/Pods/Headers/Public/Expecta/EXPMatchers+beKindOf.h create mode 120000 Example/Pods/Headers/Public/Expecta/EXPMatchers+beLessThan.h create mode 120000 Example/Pods/Headers/Public/Expecta/EXPMatchers+beLessThanOrEqualTo.h create mode 120000 Example/Pods/Headers/Public/Expecta/EXPMatchers+beNil.h create mode 120000 Example/Pods/Headers/Public/Expecta/EXPMatchers+beSubclassOf.h create mode 120000 Example/Pods/Headers/Public/Expecta/EXPMatchers+beSupersetOf.h create mode 120000 Example/Pods/Headers/Public/Expecta/EXPMatchers+beTruthy.h create mode 120000 Example/Pods/Headers/Public/Expecta/EXPMatchers+beginWith.h create mode 120000 Example/Pods/Headers/Public/Expecta/EXPMatchers+conformTo.h create mode 120000 Example/Pods/Headers/Public/Expecta/EXPMatchers+contain.h create mode 120000 Example/Pods/Headers/Public/Expecta/EXPMatchers+endWith.h create mode 120000 Example/Pods/Headers/Public/Expecta/EXPMatchers+equal.h create mode 120000 Example/Pods/Headers/Public/Expecta/EXPMatchers+haveCountOf.h create mode 120000 Example/Pods/Headers/Public/Expecta/EXPMatchers+notify.h create mode 120000 Example/Pods/Headers/Public/Expecta/EXPMatchers+raise.h create mode 120000 Example/Pods/Headers/Public/Expecta/EXPMatchers+raiseWithReason.h create mode 120000 Example/Pods/Headers/Public/Expecta/EXPMatchers+respondTo.h create mode 120000 Example/Pods/Headers/Public/Expecta/EXPMatchers.h create mode 120000 Example/Pods/Headers/Public/Expecta/EXPUnsupportedObject.h create mode 120000 Example/Pods/Headers/Public/Expecta/Expecta.h create mode 120000 Example/Pods/Headers/Public/Expecta/ExpectaSupport.h create mode 120000 Example/Pods/Headers/Public/Expecta/NSObject+Expecta.h create mode 120000 Example/Pods/Headers/Public/Expecta/NSValue+Expecta.h create mode 120000 Example/Pods/Headers/Public/FBSnapshotTestCase/FBSnapshotTestCase.h create mode 120000 Example/Pods/Headers/Public/FBSnapshotTestCase/FBSnapshotTestController.h create mode 120000 Example/Pods/Headers/Public/FBSnapshotTestCase/UIImage+Compare.h create mode 120000 Example/Pods/Headers/Public/FBSnapshotTestCase/UIImage+Diff.h create mode 120000 Example/Pods/Headers/Public/Giphy-iOS/AXCGiphy.h create mode 120000 Example/Pods/Headers/Public/Giphy-iOS/AXCGiphyImage.h create mode 120000 Example/Pods/Headers/Public/Giphy-iOS/AXCGiphyImageDownsampled.h create mode 120000 Example/Pods/Headers/Public/Giphy-iOS/AXCGiphyImageFixed.h create mode 120000 Example/Pods/Headers/Public/Giphy-iOS/AXCGiphyImageOriginal.h create mode 120000 Example/Pods/Headers/Public/Specta/SPTExample.h create mode 120000 Example/Pods/Headers/Public/Specta/SPTExampleGroup.h create mode 120000 Example/Pods/Headers/Public/Specta/SPTNestedReporter.h create mode 120000 Example/Pods/Headers/Public/Specta/SPTReporter.h create mode 120000 Example/Pods/Headers/Public/Specta/SPTSharedExampleGroups.h create mode 120000 Example/Pods/Headers/Public/Specta/SPTSpec.h create mode 120000 Example/Pods/Headers/Public/Specta/SPTXCTestCase.h create mode 120000 Example/Pods/Headers/Public/Specta/SPTXCTestReporter.h create mode 120000 Example/Pods/Headers/Public/Specta/Specta.h create mode 120000 Example/Pods/Headers/Public/Specta/SpectaSupport.h create mode 120000 Example/Pods/Headers/Public/Specta/SpectaTypes.h create mode 120000 Example/Pods/Headers/Public/Specta/SpectaUtility.h create mode 120000 Example/Pods/Headers/Public/Specta/XCTestCase+Specta.h create mode 120000 Example/Pods/Headers/Public/Specta/XCTestLog+Specta.h create mode 120000 Example/Pods/Headers/Public/Specta/XCTestRun+Specta.h create mode 100644 Example/Pods/Target Support Files/Pods-AXCGiphy-AFNetworking/Pods-AXCGiphy-AFNetworking-Private.xcconfig create mode 100644 Example/Pods/Target Support Files/Pods-AXCGiphy-AFNetworking/Pods-AXCGiphy-AFNetworking-dummy.m create mode 100644 Example/Pods/Target Support Files/Pods-AXCGiphy-AFNetworking/Pods-AXCGiphy-AFNetworking-prefix.pch create mode 100644 Example/Pods/Target Support Files/Pods-AXCGiphy-AFNetworking/Pods-AXCGiphy-AFNetworking.xcconfig create mode 100644 Example/Pods/Target Support Files/Pods-AXCGiphy-AnimatedGIFImageSerialization/Pods-AXCGiphy-AnimatedGIFImageSerialization-Private.xcconfig create mode 100644 Example/Pods/Target Support Files/Pods-AXCGiphy-AnimatedGIFImageSerialization/Pods-AXCGiphy-AnimatedGIFImageSerialization-dummy.m create mode 100644 Example/Pods/Target Support Files/Pods-AXCGiphy-AnimatedGIFImageSerialization/Pods-AXCGiphy-AnimatedGIFImageSerialization-prefix.pch create mode 100644 Example/Pods/Target Support Files/Pods-AXCGiphy-AnimatedGIFImageSerialization/Pods-AXCGiphy-AnimatedGIFImageSerialization.xcconfig create mode 100644 Example/Pods/Target Support Files/Pods-AXCGiphy-Giphy-iOS/Pods-AXCGiphy-Giphy-iOS-Private.xcconfig create mode 100644 Example/Pods/Target Support Files/Pods-AXCGiphy-Giphy-iOS/Pods-AXCGiphy-Giphy-iOS-dummy.m create mode 100644 Example/Pods/Target Support Files/Pods-AXCGiphy-Giphy-iOS/Pods-AXCGiphy-Giphy-iOS-prefix.pch create mode 100644 Example/Pods/Target Support Files/Pods-AXCGiphy-Giphy-iOS/Pods-AXCGiphy-Giphy-iOS.xcconfig create mode 100644 Example/Pods/Target Support Files/Pods-AXCGiphy/Pods-AXCGiphy-acknowledgements.markdown create mode 100644 Example/Pods/Target Support Files/Pods-AXCGiphy/Pods-AXCGiphy-acknowledgements.plist create mode 100644 Example/Pods/Target Support Files/Pods-AXCGiphy/Pods-AXCGiphy-dummy.m create mode 100644 Example/Pods/Target Support Files/Pods-AXCGiphy/Pods-AXCGiphy-environment.h create mode 100755 Example/Pods/Target Support Files/Pods-AXCGiphy/Pods-AXCGiphy-resources.sh create mode 100644 Example/Pods/Target Support Files/Pods-AXCGiphy/Pods-AXCGiphy.debug.xcconfig create mode 100644 Example/Pods/Target Support Files/Pods-AXCGiphy/Pods-AXCGiphy.release.xcconfig create mode 100644 Example/Pods/Target Support Files/Pods-Tests-AFNetworking/Pods-Tests-AFNetworking-Private.xcconfig create mode 100644 Example/Pods/Target Support Files/Pods-Tests-AFNetworking/Pods-Tests-AFNetworking-dummy.m create mode 100644 Example/Pods/Target Support Files/Pods-Tests-AFNetworking/Pods-Tests-AFNetworking-prefix.pch create mode 100644 Example/Pods/Target Support Files/Pods-Tests-AFNetworking/Pods-Tests-AFNetworking.xcconfig create mode 100644 Example/Pods/Target Support Files/Pods-Tests-Expecta+Snapshots/Pods-Tests-Expecta+Snapshots-Private.xcconfig create mode 100644 Example/Pods/Target Support Files/Pods-Tests-Expecta+Snapshots/Pods-Tests-Expecta+Snapshots-dummy.m create mode 100644 Example/Pods/Target Support Files/Pods-Tests-Expecta+Snapshots/Pods-Tests-Expecta+Snapshots-prefix.pch create mode 100644 Example/Pods/Target Support Files/Pods-Tests-Expecta+Snapshots/Pods-Tests-Expecta+Snapshots.xcconfig create mode 100644 Example/Pods/Target Support Files/Pods-Tests-Expecta/Pods-Tests-Expecta-Private.xcconfig create mode 100644 Example/Pods/Target Support Files/Pods-Tests-Expecta/Pods-Tests-Expecta-dummy.m create mode 100644 Example/Pods/Target Support Files/Pods-Tests-Expecta/Pods-Tests-Expecta-prefix.pch create mode 100644 Example/Pods/Target Support Files/Pods-Tests-Expecta/Pods-Tests-Expecta.xcconfig create mode 100644 Example/Pods/Target Support Files/Pods-Tests-FBSnapshotTestCase/Pods-Tests-FBSnapshotTestCase-Private.xcconfig create mode 100644 Example/Pods/Target Support Files/Pods-Tests-FBSnapshotTestCase/Pods-Tests-FBSnapshotTestCase-dummy.m create mode 100644 Example/Pods/Target Support Files/Pods-Tests-FBSnapshotTestCase/Pods-Tests-FBSnapshotTestCase-prefix.pch create mode 100644 Example/Pods/Target Support Files/Pods-Tests-FBSnapshotTestCase/Pods-Tests-FBSnapshotTestCase.xcconfig create mode 100644 Example/Pods/Target Support Files/Pods-Tests-Giphy-iOS/Pods-Tests-Giphy-iOS-Private.xcconfig create mode 100644 Example/Pods/Target Support Files/Pods-Tests-Giphy-iOS/Pods-Tests-Giphy-iOS-dummy.m create mode 100644 Example/Pods/Target Support Files/Pods-Tests-Giphy-iOS/Pods-Tests-Giphy-iOS-prefix.pch create mode 100644 Example/Pods/Target Support Files/Pods-Tests-Giphy-iOS/Pods-Tests-Giphy-iOS.xcconfig create mode 100644 Example/Pods/Target Support Files/Pods-Tests-Specta/Pods-Tests-Specta-Private.xcconfig create mode 100644 Example/Pods/Target Support Files/Pods-Tests-Specta/Pods-Tests-Specta-dummy.m create mode 100644 Example/Pods/Target Support Files/Pods-Tests-Specta/Pods-Tests-Specta-prefix.pch create mode 100644 Example/Pods/Target Support Files/Pods-Tests-Specta/Pods-Tests-Specta.xcconfig create mode 100644 Example/Pods/Target Support Files/Pods-Tests/Pods-Tests-acknowledgements.markdown create mode 100644 Example/Pods/Target Support Files/Pods-Tests/Pods-Tests-acknowledgements.plist create mode 100644 Example/Pods/Target Support Files/Pods-Tests/Pods-Tests-dummy.m create mode 100644 Example/Pods/Target Support Files/Pods-Tests/Pods-Tests-environment.h create mode 100755 Example/Pods/Target Support Files/Pods-Tests/Pods-Tests-resources.sh create mode 100644 Example/Pods/Target Support Files/Pods-Tests/Pods-Tests.debug.xcconfig create mode 100644 Example/Pods/Target Support Files/Pods-Tests/Pods-Tests.release.xcconfig diff --git a/Example/Pods/Giphy-iOS/LICENSE b/Example/Pods/Giphy-iOS/LICENSE new file mode 100644 index 0000000..ca8fce5 --- /dev/null +++ b/Example/Pods/Giphy-iOS/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2014 Alex Choi + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/Example/Pods/Giphy-iOS/Pod/Classes/AXCGiphy.h b/Example/Pods/Giphy-iOS/Pod/Classes/AXCGiphy.h new file mode 100644 index 0000000..d94aabe --- /dev/null +++ b/Example/Pods/Giphy-iOS/Pod/Classes/AXCGiphy.h @@ -0,0 +1,75 @@ +// +// AXCGiphy.h +// AXCGiphy +// +// Created by alexchoi on 8/18/14. +// Copyright (c) 2014 Alex Choi. All rights reserved. +// + +#import +#import "AXCGiphyImageDownsampled.h" +#import "AXCGiphyImageFixed.h" +#import "AXCGiphyImageOriginal.h" +/** public api key. you should get your own: https://github.com/giphy/GiphyAPI#access-and-api-keys */ +extern NSString * const kGiphyPublicAPIKey; +/** Representation of Giphy's animated GIF and its metadata */ +@interface AXCGiphy : NSObject +/** Giphy ID for this GIF */ +@property (readonly, strong, nonatomic) NSString * gifID; +@property (readonly, strong, nonatomic) NSString * type; +/** URL to Giphy page for this GIF */ +@property (readonly, strong, nonatomic) NSURL * url; +/** Shortened link to Giphy page for this GIF */ +@property (readonly, strong, nonatomic) NSURL * bitlyURL; +/** Shortened link to Giphy page for this GIF */ +@property (readonly, strong, nonatomic) NSURL * bitlyGIFURL; +@property (readonly, strong, nonatomic) NSURL * embedURL; +@property (readonly, strong, nonatomic) NSString * username; +@property (readonly, strong, nonatomic) NSURL * source; +@property (readonly, strong, nonatomic) NSString * rating; +@property (readonly, strong, nonatomic) NSDate * trendingDateTime; +/** Modified version of the GIF with fixed height of 200 */ +@property (readonly, strong, nonatomic) AXCGiphyImageFixed * fixedHeightImage; +/** Still image of the GIF with fixed height of 200 */ +@property (readonly, strong, nonatomic) AXCGiphyImageDownsampled * fixedHeightStillImage; +/** Smaller, lower quality version of the GIF with fixed height of 200 */ +@property (readonly, strong, nonatomic) AXCGiphyImageDownsampled * fixedHeightDownsampledImage; +/** Modified version of the GIF with fixed width of 200 */ +@property (readonly, strong, nonatomic) AXCGiphyImageFixed * fixedWidthImage; +/** Still image of the GIF with fixed width of 200 */ +@property (readonly, strong, nonatomic) AXCGiphyImageDownsampled * fixedWidthStillImage; +/** Smaller, lower qualitiy version of the GIF with fixed width of 200 */ +@property (readonly, strong, nonatomic) AXCGiphyImageDownsampled * fixedWidthDownsampledImage; +/** Original GIF */ +@property (readonly, strong, nonatomic) AXCGiphyImageOriginal * originalImage; +/** Still image of the original GIF*/ +@property (readonly, strong, nonatomic) AXCGiphyImageDownsampled * originalStillImage; + + +/** Set your Giphy API Key. You must set this before making any requests. You may use kGiphyPublicAPIKey for development + https://github.com/giphy/GiphyAPI#access-and-api-keys */ ++ (void) setGiphyAPIKey:(NSString *) APIkey; +/** Get your currently set Giphy API Key */ ++ (NSString *) giphyAPIKey; +/** NSURLRequest to search Giphy with term. You can limit results, with a max of 100. Returns 25 by default. Use offset with limit to paginate through results. */ ++ (NSURLRequest *) giphySearchRequestForTerm:(NSString *) term limit:(NSUInteger) limit offset:(NSInteger) offset; +/** NSURLRequest to get trending GIFs. You can limit results, with a max of 100. Returns 25 by default. Use offset with limit to paginate through results. */ ++ (NSURLRequest *) giphyTrendingRequestWithLimit:(NSUInteger) limit offset:(NSUInteger) offset; +/** NSURLRequest to fetch GIF with ID .*/ ++ (NSURLRequest *) giphyRequestForGIFWithID:(NSString *) ID; +/** NSURLRequest to fetch GIFs with IDs .*/ ++ (NSURLRequest *) giphyRequestForGIFsWithIDs:(NSArray *) IDs; +/** NSURLRequest to translate term into a GIF.*/ ++ (NSURLRequest *) giphyTranslationRequestForTerm:(NSString *) term; +/** Search Giphy with term. You can limit results, with a max of 100. Returns 25 by default. Use offset with limit to paginate through results. Asynchronously returns either array of AXCGiphy objects or an error. */ ++ (NSURLSessionDataTask *) searchGiphyWithTerm:(NSString *) searchTerm limit:(NSUInteger) limit offset:(NSUInteger) offset completion:(void (^) (NSArray * results, NSError * error)) block; +/** Get currently trending GIFs. You can limit results, with a max of 100. Returns 25 by default. Use offset with limit to paginate through results. Asynchronously returns either array of AXCGiphy objects or an error. */ ++ (NSURLSessionDataTask *) trendingGIFsWithlimit:(NSUInteger) limit offset:(NSInteger) offset completion:(void (^) (NSArray * results, NSError * error)) block; +/** Fetch GIF with ID . Asynchronously returns either AXCGiphy object or an error.*/ ++ (NSURLSessionDataTask *) gifForID:(NSString *) ID completion:(void (^) (AXCGiphy * result, NSError * error)) block; +/** Fetch multiple GIFs by ID. Asynchronously returns either array of AXCGiphy objects or an error.*/ ++ (NSURLSessionDataTask *) gifsForIDs:(NSArray *) IDs completion:(void (^) (NSArray * results, NSError * error)) block; +/** Use Giphy's translation 'special sauce' to translate your term into a GIF. Asynchronously returns either AXCGiphy object or an error. */ ++ (NSURLSessionDataTask *) giphyTranslationForTerm:(NSString *) term completion:(void (^) (AXCGiphy * result, NSError * error)) block; + +@end diff --git a/Example/Pods/Giphy-iOS/Pod/Classes/AXCGiphy.m b/Example/Pods/Giphy-iOS/Pod/Classes/AXCGiphy.m new file mode 100644 index 0000000..006a4c2 --- /dev/null +++ b/Example/Pods/Giphy-iOS/Pod/Classes/AXCGiphy.m @@ -0,0 +1,255 @@ +// +// AXCGiphy.m +// AXCGiphy +// +// Created by alexchoi on 8/18/14. +// Copyright (c) 2014 Alex Choi. All rights reserved. +// +//https://github.com/giphy/GiphyAPI +#import "AXCGiphy.h" +#import +#import "AXCGiphyImage.h" +#import "AXCGiphyImageDownsampled.h" +#import "AXCGiphyImageFixed.h" +#import "AXCGiphyImageOriginal.h" + +NSString * const kGiphyPublicAPIKey = @"dc6zaTOxFJmzC"; + +@interface AXCGiphy () +@property (readwrite, strong, nonatomic) NSString * gifID; +@property (readwrite, strong, nonatomic) NSString * type; +@property (readwrite, strong, nonatomic) NSURL * url; +@property (readwrite, strong, nonatomic) NSURL * bitlyURL; +@property (readwrite, strong, nonatomic) NSURL * bitlyGIFURL; +@property (readwrite, strong, nonatomic) NSURL * embedURL; +@property (readwrite, strong, nonatomic) NSString * username; +@property (readwrite, strong, nonatomic) NSURL * source; +@property (readwrite, strong, nonatomic) NSString * rating; +@property (readwrite, strong, nonatomic) NSDate * trendingDateTime; +@property (readwrite, strong, nonatomic) AXCGiphyImageFixed * fixedHeightImage; +@property (readwrite, strong, nonatomic) AXCGiphyImageDownsampled * fixedHeightStillImage; +@property (readwrite, strong, nonatomic) AXCGiphyImageDownsampled * fixedHeightDownsampledImage; +@property (readwrite, strong, nonatomic) AXCGiphyImageFixed * fixedWidthImage; +@property (readwrite, strong, nonatomic) AXCGiphyImageDownsampled * fixedWidthStillImage; +@property (readwrite, strong, nonatomic) AXCGiphyImageDownsampled * fixedWidthDownsampledImage; +@property (readwrite, strong, nonatomic) AXCGiphyImageOriginal * originalImage; +@property (readwrite, strong, nonatomic) AXCGiphyImageDownsampled * originalStillImage; +@end + +@implementation AXCGiphy +static NSString * kGiphyAPIKey; + +- (instancetype) initWithDictionary: (NSDictionary *) dictionary +{ + self = [super init]; + if (!self) { + return nil; + } + self.gifID = dictionary[@"id"]; + self.type = dictionary[@"type"]; + self.url = [NSURL URLWithString:dictionary[@"url"]]; + self.bitlyURL = [NSURL URLWithString:dictionary[@"bitly_url"]]; + self.bitlyGIFURL = [NSURL URLWithString:dictionary[@"bitly_gif_url"]]; + self.embedURL = [NSURL URLWithString:dictionary[@"embed_url"]]; + self.username = dictionary[@"username"]; + self.source = [NSURL URLWithString:dictionary[@"source"]]; + self.rating = dictionary[@"rating"]; + + NSDateFormatter *dateFormatter = [[NSDateFormatter alloc] init]; + [dateFormatter setDateFormat:@"yyyy-MM-dd HH:mm:ss"]; + self.trendingDateTime = [dateFormatter dateFromString:dictionary[@"trending_datetime"]]; + + NSDictionary * images = dictionary[@"images"]; + self.fixedHeightImage = [[AXCGiphyImageFixed alloc] initWithDictionary:images[@"fixed_height"]]; + self.fixedHeightStillImage = [[AXCGiphyImageDownsampled alloc] initWithDictionary:images[@"fixed_height_still"]]; + self.fixedHeightDownsampledImage = [[AXCGiphyImageDownsampled alloc] initWithDictionary:images[@"fixed_height_downsampled"]]; + self.fixedWidthImage = [[AXCGiphyImageFixed alloc] initWithDictionary:images[@"fixed_width"]]; + self.fixedWidthStillImage = [[AXCGiphyImageDownsampled alloc] initWithDictionary:images[@"fixed_width_still"]]; + self.fixedWidthDownsampledImage = [[AXCGiphyImageDownsampled alloc] initWithDictionary:images[@"fixed_width_downsampled"]]; + self.originalImage = [[AXCGiphyImageOriginal alloc] initWithDictionary:images[@"original"]]; + self.originalStillImage = [[AXCGiphyImageDownsampled alloc] initWithDictionary:images[@"original_still"]]; + + return self; +} ++ (void) setGiphyAPIKey:(NSString *) APIKey +{ + kGiphyAPIKey = APIKey; +} ++ (NSString *) giphyAPIKey +{ + return kGiphyAPIKey; +} + ++ (NSArray *) AXCGiphyArrayFromDictArray:(NSArray *) array +{ + NSMutableArray * gifArray = [NSMutableArray new]; + [array enumerateObjectsUsingBlock:^(id obj, NSUInteger idx, BOOL *stop) { + NSDictionary * dict = obj; + AXCGiphy * gif = [[AXCGiphy alloc] initWithDictionary:dict]; + [gifArray addObject:gif]; + }]; + return gifArray; +} + ++ (NSURLRequest *) giphySearchRequestForTerm:(NSString *) term limit:(NSUInteger) limit offset:(NSInteger) offset +{ + return [self requestForEndPoint:@"/search" params:@{@"limit": @(limit), @"offset": @(offset), @"q": term}]; +} + ++ (NSURLRequest *) giphyTrendingRequestWithLimit:(NSUInteger) limit offset:(NSUInteger) offset +{ + return [self requestForEndPoint:@"/trending" params:@{@"limit": @(limit), @"offset": @(offset)}]; +} + ++ (NSURLRequest *) giphyRequestForGIFWithID:(NSString *) ID +{ + return [self requestForEndPoint:[NSString stringWithFormat:@"/%@",ID] params:nil]; +} ++ (NSURLRequest *) giphyRequestForGIFsWithIDs:(NSArray *) IDs +{ + return [self requestForEndPoint:@"" params:@{@"ids": [IDs componentsJoinedByString:@","]}]; +} + ++ (NSURLRequest *) giphyTranslationRequestForTerm:(NSString *) term +{ + return [self requestForEndPoint:@"/translate" params:@{@"limit": @(1), @"s": term}]; +} +/** Response on this endpoint is inconsistent with the rest of the endpoints' responses*/ ++ (NSURLRequest *) giphyRequestForRandomGIFWithTag:(NSString *) tag +{ + return [self requestForEndPoint:@"/random" params:@{@"tag": tag}]; +} + ++ (NSURLRequest *) requestForEndPoint:(NSString *) endpoint params:(NSDictionary *) params +{ + NSString * base = @"http://api.giphy.com/v1/gifs"; + NSString * withEndPoint = [NSString stringWithFormat:@"%@%@", base, endpoint]; + NSError * error; + + NSMutableDictionary * paramsWithAPIKey = [NSMutableDictionary dictionaryWithDictionary:params]; + [paramsWithAPIKey setObject:kGiphyAPIKey forKey:@"api_key"]; + NSURLRequest * request = [[AFHTTPRequestSerializer serializer] requestWithMethod:@"GET" URLString:withEndPoint parameters:paramsWithAPIKey error:&error]; + return request; +} + ++ (NSURLSessionDataTask *) searchGiphyWithTerm:(NSString *) searchTerm limit:(NSUInteger) limit offset:(NSUInteger) offset completion:(void (^) (NSArray * results, NSError * error)) block +{ + NSURLSession * session = [NSURLSession sharedSession]; + NSURLRequest * request = [self giphySearchRequestForTerm:searchTerm limit:limit offset:offset]; + NSURLSessionDataTask * task = [session dataTaskWithRequest:request completionHandler:^(NSData *data, NSURLResponse *response, NSError *error) { + // network error + if (error) { + block(nil, error); + } else { + // json serialize error + NSError * error; + NSDictionary * results = [NSJSONSerialization JSONObjectWithData:data options:NSJSONReadingAllowFragments error:&error]; + if (error) { + block(nil, error); + } else { + NSArray * gifArray = [AXCGiphy AXCGiphyArrayFromDictArray:results[@"data"]]; + block(gifArray, nil); + } + } + }]; + [task resume]; + return task; +} + ++ (NSURLSessionDataTask *) trendingGIFsWithlimit:(NSUInteger) limit offset:(NSInteger) offset completion:(void (^) (NSArray * results, NSError * error)) block +{ + NSURLSession * session = [NSURLSession sharedSession]; + NSURLRequest * request = [self giphyTrendingRequestWithLimit:limit offset:offset]; + NSURLSessionDataTask * task = [session dataTaskWithRequest:request completionHandler:^(NSData *data, NSURLResponse *response, NSError *error) { + // network error + if (error) { + block(nil, error); + } else { + // json serialize error + NSError * error; + NSDictionary * results = [NSJSONSerialization JSONObjectWithData:data options:NSJSONReadingAllowFragments error:&error]; + if (error) { + block(nil, error); + } else { + NSArray * gifArray = [AXCGiphy AXCGiphyArrayFromDictArray:results[@"data"]]; + block(gifArray, nil); + } + } + }]; + [task resume]; + return task; +} + ++ (NSURLSessionDataTask *) giphyTranslationForTerm:(NSString *)term completion:(void (^)(AXCGiphy *, NSError *))block +{ + NSURLSession * session = [NSURLSession sharedSession]; + NSURLRequest * request = [self giphyTranslationRequestForTerm:term]; + NSURLSessionDataTask * task = [session dataTaskWithRequest:request completionHandler:^(NSData *data, NSURLResponse *response, NSError *error) { + // network error + if (error) { + block(nil, error); + } else { + // json serialize error + NSError * error; + NSDictionary * results = [NSJSONSerialization JSONObjectWithData:data options:NSJSONReadingAllowFragments error:&error]; + if (error) { + block(nil, error); + } else { + AXCGiphy * result = [[AXCGiphy alloc] initWithDictionary:results[@"data"]]; + block(result, nil); + } + } + }]; + [task resume]; + return task; +} + + ++ (NSURLSessionDataTask *) gifForID:(NSString *)ID completion:(void (^)(AXCGiphy *, NSError *))block +{ + NSURLSession * session = [NSURLSession sharedSession]; + NSURLRequest * request = [self giphyRequestForGIFWithID:ID]; + NSURLSessionDataTask * task = [session dataTaskWithRequest:request completionHandler:^(NSData *data, NSURLResponse *response, NSError *error) { + // network error + if (error) { + block(nil, error); + } else { + // json serialize error + NSError * error; + NSDictionary * results = [NSJSONSerialization JSONObjectWithData:data options:NSJSONReadingAllowFragments error:&error]; + if (error) { + block(nil, error); + } else { + AXCGiphy * result = [[AXCGiphy alloc] initWithDictionary:results[@"data"]]; + block(result, nil); + } + } + }]; + [task resume]; + return task; +} + ++ (NSURLSessionDataTask *) gifsForIDs:(NSArray *)IDs completion:(void (^)(NSArray *, NSError *))block +{ + NSURLSession * session = [NSURLSession sharedSession]; + NSURLRequest * request = [self giphyRequestForGIFsWithIDs:IDs]; + NSURLSessionDataTask * task = [session dataTaskWithRequest:request completionHandler:^(NSData *data, NSURLResponse *response, NSError *error) { + // network error + if (error) { + block(nil, error); + } else { + // json serialize error + NSError * error; + NSDictionary * results = [NSJSONSerialization JSONObjectWithData:data options:NSJSONReadingAllowFragments error:&error]; + if (error) { + block(nil, error); + } else { + NSArray * gifs = [AXCGiphy AXCGiphyArrayFromDictArray:results[@"data"]]; + block(gifs, nil); + } + } + }]; + [task resume]; + return task; +} +@end diff --git a/Example/Pods/Giphy-iOS/Pod/Classes/AXCGiphyImage.h b/Example/Pods/Giphy-iOS/Pod/Classes/AXCGiphyImage.h new file mode 100644 index 0000000..290eb22 --- /dev/null +++ b/Example/Pods/Giphy-iOS/Pod/Classes/AXCGiphyImage.h @@ -0,0 +1,20 @@ +// +// AXCGiphyImage.h +// AXCGiphy +// +// Created by alexchoi on 8/18/14. +// Copyright (c) 2014 Alex Choi. All rights reserved. +// + +#import +#import + +@interface AXCGiphyImage : NSObject +/** URL for animated GIF*/ +@property (readonly, strong, nonatomic) NSURL * url; +/** width for animated GIF*/ +@property (readonly, nonatomic) CGFloat width; +/** height for animated GIF*/ +@property (readonly, nonatomic) CGFloat height; +- (instancetype) initWithDictionary:(NSDictionary *) dictionary; +@end diff --git a/Example/Pods/Giphy-iOS/Pod/Classes/AXCGiphyImage.m b/Example/Pods/Giphy-iOS/Pod/Classes/AXCGiphyImage.m new file mode 100644 index 0000000..c8ec1b4 --- /dev/null +++ b/Example/Pods/Giphy-iOS/Pod/Classes/AXCGiphyImage.m @@ -0,0 +1,32 @@ +// +// AXCGiphyImage.m +// AXCGiphy +// +// Created by alexchoi on 8/18/14. +// Copyright (c) 2014 Alex Choi. All rights reserved. +// + +#import "AXCGiphyImage.h" +@interface AXCGiphyImage () +@property (strong, readwrite, nonatomic) NSURL * url; +@property (readwrite, nonatomic) CGFloat width; +@property (readwrite, nonatomic) CGFloat height; +@end + +@implementation AXCGiphyImage + +- (instancetype) initWithDictionary:(NSDictionary *)dictionary +{ + self = [super init]; + if (!self) { + return nil; + } + + self.url = [NSURL URLWithString:dictionary[@"url"]]; + self.width = [dictionary[@"width"] floatValue]; + self.height = [dictionary[@"height"] floatValue]; + + return self; +} + +@end diff --git a/Example/Pods/Giphy-iOS/Pod/Classes/AXCGiphyImageDownsampled.h b/Example/Pods/Giphy-iOS/Pod/Classes/AXCGiphyImageDownsampled.h new file mode 100644 index 0000000..d246054 --- /dev/null +++ b/Example/Pods/Giphy-iOS/Pod/Classes/AXCGiphyImageDownsampled.h @@ -0,0 +1,13 @@ +// +// AXCGiphyImageDownsampled.h +// AXCGiphy +// +// Created by alexchoi on 8/18/14. +// Copyright (c) 2014 Alex Choi. All rights reserved. +// + +#import "AXCGiphyImage.h" + +@interface AXCGiphyImageDownsampled : AXCGiphyImage + +@end diff --git a/Example/Pods/Giphy-iOS/Pod/Classes/AXCGiphyImageDownsampled.m b/Example/Pods/Giphy-iOS/Pod/Classes/AXCGiphyImageDownsampled.m new file mode 100644 index 0000000..399b386 --- /dev/null +++ b/Example/Pods/Giphy-iOS/Pod/Classes/AXCGiphyImageDownsampled.m @@ -0,0 +1,13 @@ +// +// AXCGiphyImageDownsampled.m +// AXCGiphy +// +// Created by alexchoi on 8/18/14. +// Copyright (c) 2014 Alex Choi. All rights reserved. +// + +#import "AXCGiphyImageDownsampled.h" + +@implementation AXCGiphyImageDownsampled + +@end diff --git a/Example/Pods/Giphy-iOS/Pod/Classes/AXCGiphyImageFixed.h b/Example/Pods/Giphy-iOS/Pod/Classes/AXCGiphyImageFixed.h new file mode 100644 index 0000000..db783d1 --- /dev/null +++ b/Example/Pods/Giphy-iOS/Pod/Classes/AXCGiphyImageFixed.h @@ -0,0 +1,14 @@ +// +// AXCGiphyImageFixed.h +// AXCGiphy +// +// Created by alexchoi on 8/18/14. +// Copyright (c) 2014 Alex Choi. All rights reserved. +// + +#import "AXCGiphyImage.h" + +@interface AXCGiphyImageFixed : AXCGiphyImage +/** URL for mp4 of GIF */ +@property (readonly, strong, nonatomic) NSURL * mp4; +@end diff --git a/Example/Pods/Giphy-iOS/Pod/Classes/AXCGiphyImageFixed.m b/Example/Pods/Giphy-iOS/Pod/Classes/AXCGiphyImageFixed.m new file mode 100644 index 0000000..42d2520 --- /dev/null +++ b/Example/Pods/Giphy-iOS/Pod/Classes/AXCGiphyImageFixed.m @@ -0,0 +1,29 @@ +// +// AXCGiphyImageFixed.m +// AXCGiphy +// +// Created by alexchoi on 8/18/14. +// Copyright (c) 2014 Alex Choi. All rights reserved. +// + +#import "AXCGiphyImageFixed.h" +@interface AXCGiphyImageFixed () +@property (strong, readwrite, nonatomic) NSURL * url; +@property (readwrite, nonatomic) CGFloat width; +@property (readwrite, nonatomic) CGFloat height; +@property (readwrite, nonatomic, strong) NSURL * mp4; +@end +@implementation AXCGiphyImageFixed +@synthesize url = _url, width = _width, height = _height; +- (instancetype) initWithDictionary:(NSDictionary *)dictionary +{ + self = [super initWithDictionary:dictionary]; + if (!self) { + return nil; + } + + self.mp4 = [NSURL URLWithString:dictionary[@"mp4"]]; + + return self; +} +@end diff --git a/Example/Pods/Giphy-iOS/Pod/Classes/AXCGiphyImageOriginal.h b/Example/Pods/Giphy-iOS/Pod/Classes/AXCGiphyImageOriginal.h new file mode 100644 index 0000000..d7e90a5 --- /dev/null +++ b/Example/Pods/Giphy-iOS/Pod/Classes/AXCGiphyImageOriginal.h @@ -0,0 +1,18 @@ +// +// AXCGiphyImageOriginal.h +// AXCGiphy +// +// Created by alexchoi on 8/18/14. +// Copyright (c) 2014 Alex Choi. All rights reserved. +// + +#import "AXCGiphyImage.h" + +@interface AXCGiphyImageOriginal : AXCGiphyImage +/** Size of this GIF */ +@property (readonly, nonatomic) NSUInteger size; +/** Number of frames in this GIF */ +@property (readonly, nonatomic) NSUInteger frames; +/** URL for mp4 of this GIF */ +@property (readonly, nonatomic, strong) NSURL * mp4; +@end diff --git a/Example/Pods/Giphy-iOS/Pod/Classes/AXCGiphyImageOriginal.m b/Example/Pods/Giphy-iOS/Pod/Classes/AXCGiphyImageOriginal.m new file mode 100644 index 0000000..7810e1d --- /dev/null +++ b/Example/Pods/Giphy-iOS/Pod/Classes/AXCGiphyImageOriginal.m @@ -0,0 +1,33 @@ +// +// AXCGiphyImageOriginal.m +// AXCGiphy +// +// Created by alexchoi on 8/18/14. +// Copyright (c) 2014 Alex Choi. All rights reserved. +// + +#import "AXCGiphyImageOriginal.h" +@interface AXCGiphyImageOriginal () +@property (strong, readwrite, nonatomic) NSURL * url; +@property (readwrite, nonatomic) CGFloat width; +@property (readwrite, nonatomic) CGFloat height; +@property (readwrite, nonatomic) NSUInteger size; +@property (readwrite, nonatomic) NSUInteger frames; +@property (readwrite, nonatomic, strong) NSURL * mp4; +@end +@implementation AXCGiphyImageOriginal +@synthesize url = _url, width = _width, height = _height; +- (instancetype) initWithDictionary:(NSDictionary *)dictionary +{ + self = [super initWithDictionary:dictionary]; + if (!self) { + return nil; + } + + self.size = [dictionary[@"size"] integerValue]; + self.frames = [dictionary[@"frames"] integerValue]; + self.mp4 = [NSURL URLWithString:dictionary[@"mp4"]]; + + return self; +} +@end diff --git a/Example/Pods/Giphy-iOS/README.md b/Example/Pods/Giphy-iOS/README.md new file mode 100644 index 0000000..9712b06 --- /dev/null +++ b/Example/Pods/Giphy-iOS/README.md @@ -0,0 +1,92 @@ +# Giphy-iOS + +[![Version](https://img.shields.io/cocoapods/v/Giphy-iOS.svg?style=flat)](http://cocoadocs.org/docsets/Giphy-iOS) +[![License](https://img.shields.io/cocoapods/l/Giphy-iOS.svg?style=flat)](http://cocoadocs.org/docsets/Giphy-iOS) +[![Platform](https://img.shields.io/cocoapods/p/Giphy-iOS.svg?style=flat)](http://cocoadocs.org/docsets/Giphy-iOS) + +Giphy-iOS is a [Giphy API](https://github.com/Giphy/GiphyAPI) client for iOS in Objective-C. + + +## Usage + +To run the example project, clone the repo, and run `pod install` from the Example directory first. + +You should read about [Giphy's Access and API keys here](https://github.com/Giphy/GiphyAPI#access-and-api-keys). + +### Giphy-iOS / AXCGiphy +'AXCGiphy' provides convenient access to [Giphy's API](https://github.com/Giphy/GiphyAPI) endpoints: + +- search +- trending +- translate +- GIF by ID +- GIFs by IDs + +You can query the endpoints through the blocks based interface: + + +```objective-c + +- (void)viewDidLoad +{ + [super viewDidLoad]; + // set your API key before making any requests. You may use kGiphyPublicAPIKey for development. + [AXCGiphy setGiphyAPIKey:kGiphyPublicAPIKey]; + + [AXCGiphy searchGiphyWithTerm:@"frogs" limit:10 offset:0 completion:^(NSArray *results, NSError *error) { + self.giphyResults = results; + [[NSOperationQueue mainQueue] addOperationWithBlock:^{ + [self.collectionView reloadData]; + }]; + }]; +} + + +- (UICollectionViewCell *) collectionView:(UICollectionView *)collectionView cellForItemAtIndexPath:(NSIndexPath *)indexPath +{ + AXCCollectionViewCell * cell = [collectionView dequeueReusableCellWithReuseIdentifier:kCollectionViewCellIdentifier forIndexPath:indexPath]; + AXCGiphy * gif = self.giphyResults[indexPath.item]; + + NSURLRequest * request = [NSURLRequest requestWithURL:gif.originalImage.url]; + [[[NSURLSession sharedSession] dataTaskWithRequest:request completionHandler:^(NSData *data, NSURLResponse *response, NSError *error) { + UIImage * image = [UIImage imageWithData:data]; + [[NSOperationQueue mainQueue] addOperationWithBlock:^{ + cell.imageView.image = image; + }]; + }] resume]; + + return cell; +} + +``` + +AXCGiphy blocks based class methods provide asynchronous access to either AXCGiphy instances or an NSArray of AXCGiphy instances. AXCGiphy instances represent Giphy's gifs and their metadata. However, AXCGiphy only provides URLs to gifs. How you use these URLs is up to you. + +My example uses NSURLRequests with NSURLSession to fetch the image data at the URLs and [mattt's AnimatedGifSerialization](https://github.com/mattt/AnimatedGIFImageSerialization) to decode the animated GIFs into animated UIImages. If you are unsure of how to proceed, use my example app as a starting point. + +The blocks based class methods return NSURLSessionDataTasks for additional control, should you need it. + +AXCGiphy also provides class methods to generate NSURLRequests for these endpoints. + + + +## Requirements + +AFNetworking/Serialization 2.3.1 + + +## Installation + +Giphy-iOS is available through [CocoaPods](http://cocoapods.org). To install +it, simply add the following line to your Podfile: + + pod "Giphy-iOS" + pod 'AFNetworking/Serialization', '~> 2.3.1' + +## Author + +Alex Choi, heyalexchoi@gmail.com + +## License + +Giphy-iOS is available under the MIT license. See the LICENSE file for more info. diff --git a/Example/Pods/Headers/Public/AFNetworking/AFURLRequestSerialization.h b/Example/Pods/Headers/Public/AFNetworking/AFURLRequestSerialization.h new file mode 120000 index 0000000..ca8209b --- /dev/null +++ b/Example/Pods/Headers/Public/AFNetworking/AFURLRequestSerialization.h @@ -0,0 +1 @@ +../../../AFNetworking/AFNetworking/AFURLRequestSerialization.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/AFNetworking/AFURLResponseSerialization.h b/Example/Pods/Headers/Public/AFNetworking/AFURLResponseSerialization.h new file mode 120000 index 0000000..e36a765 --- /dev/null +++ b/Example/Pods/Headers/Public/AFNetworking/AFURLResponseSerialization.h @@ -0,0 +1 @@ +../../../AFNetworking/AFNetworking/AFURLResponseSerialization.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/AnimatedGIFImageSerialization/AnimatedGIFImageSerialization.h b/Example/Pods/Headers/Public/AnimatedGIFImageSerialization/AnimatedGIFImageSerialization.h new file mode 120000 index 0000000..36adcd9 --- /dev/null +++ b/Example/Pods/Headers/Public/AnimatedGIFImageSerialization/AnimatedGIFImageSerialization.h @@ -0,0 +1 @@ +../../../AnimatedGIFImageSerialization/AnimatedGIFImageSerialization/AnimatedGIFImageSerialization.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/Expecta+Snapshots/EXPMatchers+FBSnapshotTest.h b/Example/Pods/Headers/Public/Expecta+Snapshots/EXPMatchers+FBSnapshotTest.h new file mode 120000 index 0000000..93356db --- /dev/null +++ b/Example/Pods/Headers/Public/Expecta+Snapshots/EXPMatchers+FBSnapshotTest.h @@ -0,0 +1 @@ +../../../Expecta+Snapshots/EXPMatchers+FBSnapshotTest.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/Expecta/EXPBackwardCompatibility.h b/Example/Pods/Headers/Public/Expecta/EXPBackwardCompatibility.h new file mode 120000 index 0000000..4c2b948 --- /dev/null +++ b/Example/Pods/Headers/Public/Expecta/EXPBackwardCompatibility.h @@ -0,0 +1 @@ +../../../Expecta/src/EXPBackwardCompatibility.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/Expecta/EXPBlockDefinedMatcher.h b/Example/Pods/Headers/Public/Expecta/EXPBlockDefinedMatcher.h new file mode 120000 index 0000000..432150a --- /dev/null +++ b/Example/Pods/Headers/Public/Expecta/EXPBlockDefinedMatcher.h @@ -0,0 +1 @@ +../../../Expecta/src/EXPBlockDefinedMatcher.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/Expecta/EXPDefines.h b/Example/Pods/Headers/Public/Expecta/EXPDefines.h new file mode 120000 index 0000000..9a849b3 --- /dev/null +++ b/Example/Pods/Headers/Public/Expecta/EXPDefines.h @@ -0,0 +1 @@ +../../../Expecta/src/EXPDefines.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/Expecta/EXPDoubleTuple.h b/Example/Pods/Headers/Public/Expecta/EXPDoubleTuple.h new file mode 120000 index 0000000..430f9e3 --- /dev/null +++ b/Example/Pods/Headers/Public/Expecta/EXPDoubleTuple.h @@ -0,0 +1 @@ +../../../Expecta/src/EXPDoubleTuple.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/Expecta/EXPExpect.h b/Example/Pods/Headers/Public/Expecta/EXPExpect.h new file mode 120000 index 0000000..a036e0f --- /dev/null +++ b/Example/Pods/Headers/Public/Expecta/EXPExpect.h @@ -0,0 +1 @@ +../../../Expecta/src/EXPExpect.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/Expecta/EXPFloatTuple.h b/Example/Pods/Headers/Public/Expecta/EXPFloatTuple.h new file mode 120000 index 0000000..25f995d --- /dev/null +++ b/Example/Pods/Headers/Public/Expecta/EXPFloatTuple.h @@ -0,0 +1 @@ +../../../Expecta/src/EXPFloatTuple.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/Expecta/EXPMatcher.h b/Example/Pods/Headers/Public/Expecta/EXPMatcher.h new file mode 120000 index 0000000..8db6d0b --- /dev/null +++ b/Example/Pods/Headers/Public/Expecta/EXPMatcher.h @@ -0,0 +1 @@ +../../../Expecta/src/EXPMatcher.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/Expecta/EXPMatcherHelpers.h b/Example/Pods/Headers/Public/Expecta/EXPMatcherHelpers.h new file mode 120000 index 0000000..65dc361 --- /dev/null +++ b/Example/Pods/Headers/Public/Expecta/EXPMatcherHelpers.h @@ -0,0 +1 @@ +../../../Expecta/src/matchers/EXPMatcherHelpers.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/Expecta/EXPMatchers+beCloseTo.h b/Example/Pods/Headers/Public/Expecta/EXPMatchers+beCloseTo.h new file mode 120000 index 0000000..15f74bb --- /dev/null +++ b/Example/Pods/Headers/Public/Expecta/EXPMatchers+beCloseTo.h @@ -0,0 +1 @@ +../../../Expecta/src/matchers/EXPMatchers+beCloseTo.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/Expecta/EXPMatchers+beFalsy.h b/Example/Pods/Headers/Public/Expecta/EXPMatchers+beFalsy.h new file mode 120000 index 0000000..1e43120 --- /dev/null +++ b/Example/Pods/Headers/Public/Expecta/EXPMatchers+beFalsy.h @@ -0,0 +1 @@ +../../../Expecta/src/matchers/EXPMatchers+beFalsy.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/Expecta/EXPMatchers+beGreaterThan.h b/Example/Pods/Headers/Public/Expecta/EXPMatchers+beGreaterThan.h new file mode 120000 index 0000000..ba8a9f1 --- /dev/null +++ b/Example/Pods/Headers/Public/Expecta/EXPMatchers+beGreaterThan.h @@ -0,0 +1 @@ +../../../Expecta/src/matchers/EXPMatchers+beGreaterThan.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/Expecta/EXPMatchers+beGreaterThanOrEqualTo.h b/Example/Pods/Headers/Public/Expecta/EXPMatchers+beGreaterThanOrEqualTo.h new file mode 120000 index 0000000..39ad55d --- /dev/null +++ b/Example/Pods/Headers/Public/Expecta/EXPMatchers+beGreaterThanOrEqualTo.h @@ -0,0 +1 @@ +../../../Expecta/src/matchers/EXPMatchers+beGreaterThanOrEqualTo.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/Expecta/EXPMatchers+beIdenticalTo.h b/Example/Pods/Headers/Public/Expecta/EXPMatchers+beIdenticalTo.h new file mode 120000 index 0000000..27adf4f --- /dev/null +++ b/Example/Pods/Headers/Public/Expecta/EXPMatchers+beIdenticalTo.h @@ -0,0 +1 @@ +../../../Expecta/src/matchers/EXPMatchers+beIdenticalTo.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/Expecta/EXPMatchers+beInTheRangeOf.h b/Example/Pods/Headers/Public/Expecta/EXPMatchers+beInTheRangeOf.h new file mode 120000 index 0000000..44fde8a --- /dev/null +++ b/Example/Pods/Headers/Public/Expecta/EXPMatchers+beInTheRangeOf.h @@ -0,0 +1 @@ +../../../Expecta/src/matchers/EXPMatchers+beInTheRangeOf.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/Expecta/EXPMatchers+beInstanceOf.h b/Example/Pods/Headers/Public/Expecta/EXPMatchers+beInstanceOf.h new file mode 120000 index 0000000..4a714be --- /dev/null +++ b/Example/Pods/Headers/Public/Expecta/EXPMatchers+beInstanceOf.h @@ -0,0 +1 @@ +../../../Expecta/src/matchers/EXPMatchers+beInstanceOf.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/Expecta/EXPMatchers+beKindOf.h b/Example/Pods/Headers/Public/Expecta/EXPMatchers+beKindOf.h new file mode 120000 index 0000000..ad08730 --- /dev/null +++ b/Example/Pods/Headers/Public/Expecta/EXPMatchers+beKindOf.h @@ -0,0 +1 @@ +../../../Expecta/src/matchers/EXPMatchers+beKindOf.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/Expecta/EXPMatchers+beLessThan.h b/Example/Pods/Headers/Public/Expecta/EXPMatchers+beLessThan.h new file mode 120000 index 0000000..352fdbf --- /dev/null +++ b/Example/Pods/Headers/Public/Expecta/EXPMatchers+beLessThan.h @@ -0,0 +1 @@ +../../../Expecta/src/matchers/EXPMatchers+beLessThan.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/Expecta/EXPMatchers+beLessThanOrEqualTo.h b/Example/Pods/Headers/Public/Expecta/EXPMatchers+beLessThanOrEqualTo.h new file mode 120000 index 0000000..c0413ac --- /dev/null +++ b/Example/Pods/Headers/Public/Expecta/EXPMatchers+beLessThanOrEqualTo.h @@ -0,0 +1 @@ +../../../Expecta/src/matchers/EXPMatchers+beLessThanOrEqualTo.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/Expecta/EXPMatchers+beNil.h b/Example/Pods/Headers/Public/Expecta/EXPMatchers+beNil.h new file mode 120000 index 0000000..aa8a5e5 --- /dev/null +++ b/Example/Pods/Headers/Public/Expecta/EXPMatchers+beNil.h @@ -0,0 +1 @@ +../../../Expecta/src/matchers/EXPMatchers+beNil.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/Expecta/EXPMatchers+beSubclassOf.h b/Example/Pods/Headers/Public/Expecta/EXPMatchers+beSubclassOf.h new file mode 120000 index 0000000..ef5c40d --- /dev/null +++ b/Example/Pods/Headers/Public/Expecta/EXPMatchers+beSubclassOf.h @@ -0,0 +1 @@ +../../../Expecta/src/matchers/EXPMatchers+beSubclassOf.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/Expecta/EXPMatchers+beSupersetOf.h b/Example/Pods/Headers/Public/Expecta/EXPMatchers+beSupersetOf.h new file mode 120000 index 0000000..6918290 --- /dev/null +++ b/Example/Pods/Headers/Public/Expecta/EXPMatchers+beSupersetOf.h @@ -0,0 +1 @@ +../../../Expecta/src/matchers/EXPMatchers+beSupersetOf.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/Expecta/EXPMatchers+beTruthy.h b/Example/Pods/Headers/Public/Expecta/EXPMatchers+beTruthy.h new file mode 120000 index 0000000..5897b15 --- /dev/null +++ b/Example/Pods/Headers/Public/Expecta/EXPMatchers+beTruthy.h @@ -0,0 +1 @@ +../../../Expecta/src/matchers/EXPMatchers+beTruthy.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/Expecta/EXPMatchers+beginWith.h b/Example/Pods/Headers/Public/Expecta/EXPMatchers+beginWith.h new file mode 120000 index 0000000..bd030c4 --- /dev/null +++ b/Example/Pods/Headers/Public/Expecta/EXPMatchers+beginWith.h @@ -0,0 +1 @@ +../../../Expecta/src/matchers/EXPMatchers+beginWith.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/Expecta/EXPMatchers+conformTo.h b/Example/Pods/Headers/Public/Expecta/EXPMatchers+conformTo.h new file mode 120000 index 0000000..00e4e0d --- /dev/null +++ b/Example/Pods/Headers/Public/Expecta/EXPMatchers+conformTo.h @@ -0,0 +1 @@ +../../../Expecta/src/matchers/EXPMatchers+conformTo.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/Expecta/EXPMatchers+contain.h b/Example/Pods/Headers/Public/Expecta/EXPMatchers+contain.h new file mode 120000 index 0000000..fdbc9a0 --- /dev/null +++ b/Example/Pods/Headers/Public/Expecta/EXPMatchers+contain.h @@ -0,0 +1 @@ +../../../Expecta/src/matchers/EXPMatchers+contain.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/Expecta/EXPMatchers+endWith.h b/Example/Pods/Headers/Public/Expecta/EXPMatchers+endWith.h new file mode 120000 index 0000000..aee7d84 --- /dev/null +++ b/Example/Pods/Headers/Public/Expecta/EXPMatchers+endWith.h @@ -0,0 +1 @@ +../../../Expecta/src/matchers/EXPMatchers+endWith.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/Expecta/EXPMatchers+equal.h b/Example/Pods/Headers/Public/Expecta/EXPMatchers+equal.h new file mode 120000 index 0000000..8cb4522 --- /dev/null +++ b/Example/Pods/Headers/Public/Expecta/EXPMatchers+equal.h @@ -0,0 +1 @@ +../../../Expecta/src/matchers/EXPMatchers+equal.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/Expecta/EXPMatchers+haveCountOf.h b/Example/Pods/Headers/Public/Expecta/EXPMatchers+haveCountOf.h new file mode 120000 index 0000000..e71f6ce --- /dev/null +++ b/Example/Pods/Headers/Public/Expecta/EXPMatchers+haveCountOf.h @@ -0,0 +1 @@ +../../../Expecta/src/matchers/EXPMatchers+haveCountOf.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/Expecta/EXPMatchers+notify.h b/Example/Pods/Headers/Public/Expecta/EXPMatchers+notify.h new file mode 120000 index 0000000..a87c563 --- /dev/null +++ b/Example/Pods/Headers/Public/Expecta/EXPMatchers+notify.h @@ -0,0 +1 @@ +../../../Expecta/src/matchers/EXPMatchers+notify.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/Expecta/EXPMatchers+raise.h b/Example/Pods/Headers/Public/Expecta/EXPMatchers+raise.h new file mode 120000 index 0000000..7c01afd --- /dev/null +++ b/Example/Pods/Headers/Public/Expecta/EXPMatchers+raise.h @@ -0,0 +1 @@ +../../../Expecta/src/matchers/EXPMatchers+raise.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/Expecta/EXPMatchers+raiseWithReason.h b/Example/Pods/Headers/Public/Expecta/EXPMatchers+raiseWithReason.h new file mode 120000 index 0000000..fe2e97c --- /dev/null +++ b/Example/Pods/Headers/Public/Expecta/EXPMatchers+raiseWithReason.h @@ -0,0 +1 @@ +../../../Expecta/src/matchers/EXPMatchers+raiseWithReason.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/Expecta/EXPMatchers+respondTo.h b/Example/Pods/Headers/Public/Expecta/EXPMatchers+respondTo.h new file mode 120000 index 0000000..d171979 --- /dev/null +++ b/Example/Pods/Headers/Public/Expecta/EXPMatchers+respondTo.h @@ -0,0 +1 @@ +../../../Expecta/src/matchers/EXPMatchers+respondTo.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/Expecta/EXPMatchers.h b/Example/Pods/Headers/Public/Expecta/EXPMatchers.h new file mode 120000 index 0000000..f2f725e --- /dev/null +++ b/Example/Pods/Headers/Public/Expecta/EXPMatchers.h @@ -0,0 +1 @@ +../../../Expecta/src/matchers/EXPMatchers.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/Expecta/EXPUnsupportedObject.h b/Example/Pods/Headers/Public/Expecta/EXPUnsupportedObject.h new file mode 120000 index 0000000..2f4492d --- /dev/null +++ b/Example/Pods/Headers/Public/Expecta/EXPUnsupportedObject.h @@ -0,0 +1 @@ +../../../Expecta/src/EXPUnsupportedObject.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/Expecta/Expecta.h b/Example/Pods/Headers/Public/Expecta/Expecta.h new file mode 120000 index 0000000..429c326 --- /dev/null +++ b/Example/Pods/Headers/Public/Expecta/Expecta.h @@ -0,0 +1 @@ +../../../Expecta/src/Expecta.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/Expecta/ExpectaSupport.h b/Example/Pods/Headers/Public/Expecta/ExpectaSupport.h new file mode 120000 index 0000000..9d465aa --- /dev/null +++ b/Example/Pods/Headers/Public/Expecta/ExpectaSupport.h @@ -0,0 +1 @@ +../../../Expecta/src/ExpectaSupport.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/Expecta/NSObject+Expecta.h b/Example/Pods/Headers/Public/Expecta/NSObject+Expecta.h new file mode 120000 index 0000000..d5a70d4 --- /dev/null +++ b/Example/Pods/Headers/Public/Expecta/NSObject+Expecta.h @@ -0,0 +1 @@ +../../../Expecta/src/NSObject+Expecta.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/Expecta/NSValue+Expecta.h b/Example/Pods/Headers/Public/Expecta/NSValue+Expecta.h new file mode 120000 index 0000000..4bac200 --- /dev/null +++ b/Example/Pods/Headers/Public/Expecta/NSValue+Expecta.h @@ -0,0 +1 @@ +../../../Expecta/src/NSValue+Expecta.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/FBSnapshotTestCase/FBSnapshotTestCase.h b/Example/Pods/Headers/Public/FBSnapshotTestCase/FBSnapshotTestCase.h new file mode 120000 index 0000000..dccc297 --- /dev/null +++ b/Example/Pods/Headers/Public/FBSnapshotTestCase/FBSnapshotTestCase.h @@ -0,0 +1 @@ +../../../FBSnapshotTestCase/FBSnapshotTestCase.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/FBSnapshotTestCase/FBSnapshotTestController.h b/Example/Pods/Headers/Public/FBSnapshotTestCase/FBSnapshotTestController.h new file mode 120000 index 0000000..1a8b570 --- /dev/null +++ b/Example/Pods/Headers/Public/FBSnapshotTestCase/FBSnapshotTestController.h @@ -0,0 +1 @@ +../../../FBSnapshotTestCase/FBSnapshotTestController.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/FBSnapshotTestCase/UIImage+Compare.h b/Example/Pods/Headers/Public/FBSnapshotTestCase/UIImage+Compare.h new file mode 120000 index 0000000..a796da0 --- /dev/null +++ b/Example/Pods/Headers/Public/FBSnapshotTestCase/UIImage+Compare.h @@ -0,0 +1 @@ +../../../FBSnapshotTestCase/UIImage+Compare.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/FBSnapshotTestCase/UIImage+Diff.h b/Example/Pods/Headers/Public/FBSnapshotTestCase/UIImage+Diff.h new file mode 120000 index 0000000..02081e6 --- /dev/null +++ b/Example/Pods/Headers/Public/FBSnapshotTestCase/UIImage+Diff.h @@ -0,0 +1 @@ +../../../FBSnapshotTestCase/UIImage+Diff.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/Giphy-iOS/AXCGiphy.h b/Example/Pods/Headers/Public/Giphy-iOS/AXCGiphy.h new file mode 120000 index 0000000..594cfd6 --- /dev/null +++ b/Example/Pods/Headers/Public/Giphy-iOS/AXCGiphy.h @@ -0,0 +1 @@ +../../../Giphy-iOS/Pod/Classes/AXCGiphy.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/Giphy-iOS/AXCGiphyImage.h b/Example/Pods/Headers/Public/Giphy-iOS/AXCGiphyImage.h new file mode 120000 index 0000000..2ee3e88 --- /dev/null +++ b/Example/Pods/Headers/Public/Giphy-iOS/AXCGiphyImage.h @@ -0,0 +1 @@ +../../../Giphy-iOS/Pod/Classes/AXCGiphyImage.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/Giphy-iOS/AXCGiphyImageDownsampled.h b/Example/Pods/Headers/Public/Giphy-iOS/AXCGiphyImageDownsampled.h new file mode 120000 index 0000000..3bc9087 --- /dev/null +++ b/Example/Pods/Headers/Public/Giphy-iOS/AXCGiphyImageDownsampled.h @@ -0,0 +1 @@ +../../../Giphy-iOS/Pod/Classes/AXCGiphyImageDownsampled.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/Giphy-iOS/AXCGiphyImageFixed.h b/Example/Pods/Headers/Public/Giphy-iOS/AXCGiphyImageFixed.h new file mode 120000 index 0000000..9ee5d62 --- /dev/null +++ b/Example/Pods/Headers/Public/Giphy-iOS/AXCGiphyImageFixed.h @@ -0,0 +1 @@ +../../../Giphy-iOS/Pod/Classes/AXCGiphyImageFixed.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/Giphy-iOS/AXCGiphyImageOriginal.h b/Example/Pods/Headers/Public/Giphy-iOS/AXCGiphyImageOriginal.h new file mode 120000 index 0000000..ccec805 --- /dev/null +++ b/Example/Pods/Headers/Public/Giphy-iOS/AXCGiphyImageOriginal.h @@ -0,0 +1 @@ +../../../Giphy-iOS/Pod/Classes/AXCGiphyImageOriginal.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/Specta/SPTExample.h b/Example/Pods/Headers/Public/Specta/SPTExample.h new file mode 120000 index 0000000..2a3ad3a --- /dev/null +++ b/Example/Pods/Headers/Public/Specta/SPTExample.h @@ -0,0 +1 @@ +../../../Specta/src/SPTExample.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/Specta/SPTExampleGroup.h b/Example/Pods/Headers/Public/Specta/SPTExampleGroup.h new file mode 120000 index 0000000..a5f8422 --- /dev/null +++ b/Example/Pods/Headers/Public/Specta/SPTExampleGroup.h @@ -0,0 +1 @@ +../../../Specta/src/SPTExampleGroup.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/Specta/SPTNestedReporter.h b/Example/Pods/Headers/Public/Specta/SPTNestedReporter.h new file mode 120000 index 0000000..5ff34a0 --- /dev/null +++ b/Example/Pods/Headers/Public/Specta/SPTNestedReporter.h @@ -0,0 +1 @@ +../../../Specta/src/SPTNestedReporter.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/Specta/SPTReporter.h b/Example/Pods/Headers/Public/Specta/SPTReporter.h new file mode 120000 index 0000000..501ca2b --- /dev/null +++ b/Example/Pods/Headers/Public/Specta/SPTReporter.h @@ -0,0 +1 @@ +../../../Specta/src/SPTReporter.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/Specta/SPTSharedExampleGroups.h b/Example/Pods/Headers/Public/Specta/SPTSharedExampleGroups.h new file mode 120000 index 0000000..2a95254 --- /dev/null +++ b/Example/Pods/Headers/Public/Specta/SPTSharedExampleGroups.h @@ -0,0 +1 @@ +../../../Specta/src/SPTSharedExampleGroups.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/Specta/SPTSpec.h b/Example/Pods/Headers/Public/Specta/SPTSpec.h new file mode 120000 index 0000000..8cb370e --- /dev/null +++ b/Example/Pods/Headers/Public/Specta/SPTSpec.h @@ -0,0 +1 @@ +../../../Specta/src/SPTSpec.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/Specta/SPTXCTestCase.h b/Example/Pods/Headers/Public/Specta/SPTXCTestCase.h new file mode 120000 index 0000000..f7ee9e1 --- /dev/null +++ b/Example/Pods/Headers/Public/Specta/SPTXCTestCase.h @@ -0,0 +1 @@ +../../../Specta/src/SPTXCTestCase.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/Specta/SPTXCTestReporter.h b/Example/Pods/Headers/Public/Specta/SPTXCTestReporter.h new file mode 120000 index 0000000..eb4ad53 --- /dev/null +++ b/Example/Pods/Headers/Public/Specta/SPTXCTestReporter.h @@ -0,0 +1 @@ +../../../Specta/src/SPTXCTestReporter.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/Specta/Specta.h b/Example/Pods/Headers/Public/Specta/Specta.h new file mode 120000 index 0000000..4611172 --- /dev/null +++ b/Example/Pods/Headers/Public/Specta/Specta.h @@ -0,0 +1 @@ +../../../Specta/src/Specta.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/Specta/SpectaSupport.h b/Example/Pods/Headers/Public/Specta/SpectaSupport.h new file mode 120000 index 0000000..d37c654 --- /dev/null +++ b/Example/Pods/Headers/Public/Specta/SpectaSupport.h @@ -0,0 +1 @@ +../../../Specta/src/SpectaSupport.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/Specta/SpectaTypes.h b/Example/Pods/Headers/Public/Specta/SpectaTypes.h new file mode 120000 index 0000000..706005a --- /dev/null +++ b/Example/Pods/Headers/Public/Specta/SpectaTypes.h @@ -0,0 +1 @@ +../../../Specta/src/SpectaTypes.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/Specta/SpectaUtility.h b/Example/Pods/Headers/Public/Specta/SpectaUtility.h new file mode 120000 index 0000000..cbf6c0a --- /dev/null +++ b/Example/Pods/Headers/Public/Specta/SpectaUtility.h @@ -0,0 +1 @@ +../../../Specta/src/SpectaUtility.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/Specta/XCTestCase+Specta.h b/Example/Pods/Headers/Public/Specta/XCTestCase+Specta.h new file mode 120000 index 0000000..4b98f81 --- /dev/null +++ b/Example/Pods/Headers/Public/Specta/XCTestCase+Specta.h @@ -0,0 +1 @@ +../../../Specta/src/XCTestCase+Specta.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/Specta/XCTestLog+Specta.h b/Example/Pods/Headers/Public/Specta/XCTestLog+Specta.h new file mode 120000 index 0000000..ba66206 --- /dev/null +++ b/Example/Pods/Headers/Public/Specta/XCTestLog+Specta.h @@ -0,0 +1 @@ +../../../Specta/src/XCTestLog+Specta.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/Specta/XCTestRun+Specta.h b/Example/Pods/Headers/Public/Specta/XCTestRun+Specta.h new file mode 120000 index 0000000..74a15fb --- /dev/null +++ b/Example/Pods/Headers/Public/Specta/XCTestRun+Specta.h @@ -0,0 +1 @@ +../../../Specta/src/XCTestRun+Specta.h \ No newline at end of file diff --git a/Example/Pods/Target Support Files/Pods-AXCGiphy-AFNetworking/Pods-AXCGiphy-AFNetworking-Private.xcconfig b/Example/Pods/Target Support Files/Pods-AXCGiphy-AFNetworking/Pods-AXCGiphy-AFNetworking-Private.xcconfig new file mode 100644 index 0000000..0cf694b --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-AXCGiphy-AFNetworking/Pods-AXCGiphy-AFNetworking-Private.xcconfig @@ -0,0 +1,5 @@ +#include "Pods-AXCGiphy-AFNetworking.xcconfig" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Build" "${PODS_ROOT}/Headers/Build/AFNetworking" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/AFNetworking" "${PODS_ROOT}/Headers/Public/AnimatedGIFImageSerialization" "${PODS_ROOT}/Headers/Public/Expecta" "${PODS_ROOT}/Headers/Public/Expecta+Snapshots" "${PODS_ROOT}/Headers/Public/FBSnapshotTestCase" "${PODS_ROOT}/Headers/Public/Giphy-iOS" "${PODS_ROOT}/Headers/Public/Specta" +OTHER_LDFLAGS = ${PODS_AXCGIPHY_AFNETWORKING_OTHER_LDFLAGS} -ObjC +PODS_ROOT = ${SRCROOT} \ No newline at end of file diff --git a/Example/Pods/Target Support Files/Pods-AXCGiphy-AFNetworking/Pods-AXCGiphy-AFNetworking-dummy.m b/Example/Pods/Target Support Files/Pods-AXCGiphy-AFNetworking/Pods-AXCGiphy-AFNetworking-dummy.m new file mode 100644 index 0000000..8b9a8fd --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-AXCGiphy-AFNetworking/Pods-AXCGiphy-AFNetworking-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_Pods_AXCGiphy_AFNetworking : NSObject +@end +@implementation PodsDummy_Pods_AXCGiphy_AFNetworking +@end diff --git a/Example/Pods/Target Support Files/Pods-AXCGiphy-AFNetworking/Pods-AXCGiphy-AFNetworking-prefix.pch b/Example/Pods/Target Support Files/Pods-AXCGiphy-AFNetworking/Pods-AXCGiphy-AFNetworking-prefix.pch new file mode 100644 index 0000000..0bd1fd7 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-AXCGiphy-AFNetworking/Pods-AXCGiphy-AFNetworking-prefix.pch @@ -0,0 +1,5 @@ +#ifdef __OBJC__ +#import +#endif + +#import "Pods-AXCGiphy-environment.h" diff --git a/Example/Pods/Target Support Files/Pods-AXCGiphy-AFNetworking/Pods-AXCGiphy-AFNetworking.xcconfig b/Example/Pods/Target Support Files/Pods-AXCGiphy-AFNetworking/Pods-AXCGiphy-AFNetworking.xcconfig new file mode 100644 index 0000000..2d2a840 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-AXCGiphy-AFNetworking/Pods-AXCGiphy-AFNetworking.xcconfig @@ -0,0 +1 @@ +PODS_AXCGIPHY_AFNETWORKING_OTHER_LDFLAGS = -framework "CoreGraphics" -framework "MobileCoreServices" \ No newline at end of file diff --git a/Example/Pods/Target Support Files/Pods-AXCGiphy-AnimatedGIFImageSerialization/Pods-AXCGiphy-AnimatedGIFImageSerialization-Private.xcconfig b/Example/Pods/Target Support Files/Pods-AXCGiphy-AnimatedGIFImageSerialization/Pods-AXCGiphy-AnimatedGIFImageSerialization-Private.xcconfig new file mode 100644 index 0000000..6430496 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-AXCGiphy-AnimatedGIFImageSerialization/Pods-AXCGiphy-AnimatedGIFImageSerialization-Private.xcconfig @@ -0,0 +1,5 @@ +#include "Pods-AXCGiphy-AnimatedGIFImageSerialization.xcconfig" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Build" "${PODS_ROOT}/Headers/Build/AnimatedGIFImageSerialization" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/AFNetworking" "${PODS_ROOT}/Headers/Public/AnimatedGIFImageSerialization" "${PODS_ROOT}/Headers/Public/Expecta" "${PODS_ROOT}/Headers/Public/Expecta+Snapshots" "${PODS_ROOT}/Headers/Public/FBSnapshotTestCase" "${PODS_ROOT}/Headers/Public/Giphy-iOS" "${PODS_ROOT}/Headers/Public/Specta" +OTHER_LDFLAGS = ${PODS_AXCGIPHY_ANIMATEDGIFIMAGESERIALIZATION_OTHER_LDFLAGS} -ObjC +PODS_ROOT = ${SRCROOT} \ No newline at end of file diff --git a/Example/Pods/Target Support Files/Pods-AXCGiphy-AnimatedGIFImageSerialization/Pods-AXCGiphy-AnimatedGIFImageSerialization-dummy.m b/Example/Pods/Target Support Files/Pods-AXCGiphy-AnimatedGIFImageSerialization/Pods-AXCGiphy-AnimatedGIFImageSerialization-dummy.m new file mode 100644 index 0000000..006943a --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-AXCGiphy-AnimatedGIFImageSerialization/Pods-AXCGiphy-AnimatedGIFImageSerialization-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_Pods_AXCGiphy_AnimatedGIFImageSerialization : NSObject +@end +@implementation PodsDummy_Pods_AXCGiphy_AnimatedGIFImageSerialization +@end diff --git a/Example/Pods/Target Support Files/Pods-AXCGiphy-AnimatedGIFImageSerialization/Pods-AXCGiphy-AnimatedGIFImageSerialization-prefix.pch b/Example/Pods/Target Support Files/Pods-AXCGiphy-AnimatedGIFImageSerialization/Pods-AXCGiphy-AnimatedGIFImageSerialization-prefix.pch new file mode 100644 index 0000000..0bd1fd7 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-AXCGiphy-AnimatedGIFImageSerialization/Pods-AXCGiphy-AnimatedGIFImageSerialization-prefix.pch @@ -0,0 +1,5 @@ +#ifdef __OBJC__ +#import +#endif + +#import "Pods-AXCGiphy-environment.h" diff --git a/Example/Pods/Target Support Files/Pods-AXCGiphy-AnimatedGIFImageSerialization/Pods-AXCGiphy-AnimatedGIFImageSerialization.xcconfig b/Example/Pods/Target Support Files/Pods-AXCGiphy-AnimatedGIFImageSerialization/Pods-AXCGiphy-AnimatedGIFImageSerialization.xcconfig new file mode 100644 index 0000000..c801202 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-AXCGiphy-AnimatedGIFImageSerialization/Pods-AXCGiphy-AnimatedGIFImageSerialization.xcconfig @@ -0,0 +1 @@ +PODS_AXCGIPHY_ANIMATEDGIFIMAGESERIALIZATION_OTHER_LDFLAGS = -framework "CoreGraphics" -framework "ImageIO" -framework "MobileCoreServices" \ No newline at end of file diff --git a/Example/Pods/Target Support Files/Pods-AXCGiphy-Giphy-iOS/Pods-AXCGiphy-Giphy-iOS-Private.xcconfig b/Example/Pods/Target Support Files/Pods-AXCGiphy-Giphy-iOS/Pods-AXCGiphy-Giphy-iOS-Private.xcconfig new file mode 100644 index 0000000..1f8fc99 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-AXCGiphy-Giphy-iOS/Pods-AXCGiphy-Giphy-iOS-Private.xcconfig @@ -0,0 +1,5 @@ +#include "Pods-AXCGiphy-Giphy-iOS.xcconfig" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Build" "${PODS_ROOT}/Headers/Build/Giphy-iOS" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/AFNetworking" "${PODS_ROOT}/Headers/Public/AnimatedGIFImageSerialization" "${PODS_ROOT}/Headers/Public/Expecta" "${PODS_ROOT}/Headers/Public/Expecta+Snapshots" "${PODS_ROOT}/Headers/Public/FBSnapshotTestCase" "${PODS_ROOT}/Headers/Public/Giphy-iOS" "${PODS_ROOT}/Headers/Public/Specta" +OTHER_LDFLAGS = -ObjC +PODS_ROOT = ${SRCROOT} \ No newline at end of file diff --git a/Example/Pods/Target Support Files/Pods-AXCGiphy-Giphy-iOS/Pods-AXCGiphy-Giphy-iOS-dummy.m b/Example/Pods/Target Support Files/Pods-AXCGiphy-Giphy-iOS/Pods-AXCGiphy-Giphy-iOS-dummy.m new file mode 100644 index 0000000..b65fc79 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-AXCGiphy-Giphy-iOS/Pods-AXCGiphy-Giphy-iOS-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_Pods_AXCGiphy_Giphy_iOS : NSObject +@end +@implementation PodsDummy_Pods_AXCGiphy_Giphy_iOS +@end diff --git a/Example/Pods/Target Support Files/Pods-AXCGiphy-Giphy-iOS/Pods-AXCGiphy-Giphy-iOS-prefix.pch b/Example/Pods/Target Support Files/Pods-AXCGiphy-Giphy-iOS/Pods-AXCGiphy-Giphy-iOS-prefix.pch new file mode 100644 index 0000000..0bd1fd7 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-AXCGiphy-Giphy-iOS/Pods-AXCGiphy-Giphy-iOS-prefix.pch @@ -0,0 +1,5 @@ +#ifdef __OBJC__ +#import +#endif + +#import "Pods-AXCGiphy-environment.h" diff --git a/Example/Pods/Target Support Files/Pods-AXCGiphy-Giphy-iOS/Pods-AXCGiphy-Giphy-iOS.xcconfig b/Example/Pods/Target Support Files/Pods-AXCGiphy-Giphy-iOS/Pods-AXCGiphy-Giphy-iOS.xcconfig new file mode 100644 index 0000000..e69de29 diff --git a/Example/Pods/Target Support Files/Pods-AXCGiphy/Pods-AXCGiphy-acknowledgements.markdown b/Example/Pods/Target Support Files/Pods-AXCGiphy/Pods-AXCGiphy-acknowledgements.markdown new file mode 100644 index 0000000..d2dbc8f --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-AXCGiphy/Pods-AXCGiphy-acknowledgements.markdown @@ -0,0 +1,72 @@ +# Acknowledgements +This application makes use of the following third party libraries: + +## AFNetworking + +Copyright (c) 2013-2014 AFNetworking (http://afnetworking.com/) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +## AnimatedGIFImageSerialization + +Copyright (c) 2014 Mattt Thompson (http://mattt.me/) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +## Giphy-iOS + +Copyright (c) 2014 Alex Choi + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + +Generated by CocoaPods - http://cocoapods.org diff --git a/Example/Pods/Target Support Files/Pods-AXCGiphy/Pods-AXCGiphy-acknowledgements.plist b/Example/Pods/Target Support Files/Pods-AXCGiphy/Pods-AXCGiphy-acknowledgements.plist new file mode 100644 index 0000000..dfe1d53 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-AXCGiphy/Pods-AXCGiphy-acknowledgements.plist @@ -0,0 +1,110 @@ + + + + + PreferenceSpecifiers + + + FooterText + This application makes use of the following third party libraries: + Title + Acknowledgements + Type + PSGroupSpecifier + + + FooterText + Copyright (c) 2013-2014 AFNetworking (http://afnetworking.com/) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + Title + AFNetworking + Type + PSGroupSpecifier + + + FooterText + Copyright (c) 2014 Mattt Thompson (http://mattt.me/) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + Title + AnimatedGIFImageSerialization + Type + PSGroupSpecifier + + + FooterText + Copyright (c) 2014 Alex Choi <heyalexchoi@gmail.com> + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + Title + Giphy-iOS + Type + PSGroupSpecifier + + + FooterText + Generated by CocoaPods - http://cocoapods.org + Title + + Type + PSGroupSpecifier + + + StringsTable + Acknowledgements + Title + Acknowledgements + + diff --git a/Example/Pods/Target Support Files/Pods-AXCGiphy/Pods-AXCGiphy-dummy.m b/Example/Pods/Target Support Files/Pods-AXCGiphy/Pods-AXCGiphy-dummy.m new file mode 100644 index 0000000..e36f159 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-AXCGiphy/Pods-AXCGiphy-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_Pods_AXCGiphy : NSObject +@end +@implementation PodsDummy_Pods_AXCGiphy +@end diff --git a/Example/Pods/Target Support Files/Pods-AXCGiphy/Pods-AXCGiphy-environment.h b/Example/Pods/Target Support Files/Pods-AXCGiphy/Pods-AXCGiphy-environment.h new file mode 100644 index 0000000..a0d36a6 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-AXCGiphy/Pods-AXCGiphy-environment.h @@ -0,0 +1,26 @@ + +// To check if a library is compiled with CocoaPods you +// can use the `COCOAPODS` macro definition which is +// defined in the xcconfigs so it is available in +// headers also when they are imported in the client +// project. + + +// AFNetworking/Serialization +#define COCOAPODS_POD_AVAILABLE_AFNetworking_Serialization +#define COCOAPODS_VERSION_MAJOR_AFNetworking_Serialization 2 +#define COCOAPODS_VERSION_MINOR_AFNetworking_Serialization 3 +#define COCOAPODS_VERSION_PATCH_AFNetworking_Serialization 1 + +// AnimatedGIFImageSerialization +#define COCOAPODS_POD_AVAILABLE_AnimatedGIFImageSerialization +#define COCOAPODS_VERSION_MAJOR_AnimatedGIFImageSerialization 0 +#define COCOAPODS_VERSION_MINOR_AnimatedGIFImageSerialization 2 +#define COCOAPODS_VERSION_PATCH_AnimatedGIFImageSerialization 0 + +// Giphy-iOS +#define COCOAPODS_POD_AVAILABLE_Giphy_iOS +#define COCOAPODS_VERSION_MAJOR_Giphy_iOS 0 +#define COCOAPODS_VERSION_MINOR_Giphy_iOS 1 +#define COCOAPODS_VERSION_PATCH_Giphy_iOS 0 + diff --git a/Example/Pods/Target Support Files/Pods-AXCGiphy/Pods-AXCGiphy-resources.sh b/Example/Pods/Target Support Files/Pods-AXCGiphy/Pods-AXCGiphy-resources.sh new file mode 100755 index 0000000..e149064 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-AXCGiphy/Pods-AXCGiphy-resources.sh @@ -0,0 +1,74 @@ +#!/bin/sh +set -e + +mkdir -p "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" + +RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy-${TARGETNAME}.txt +> "$RESOURCES_TO_COPY" + +install_resource() +{ + case $1 in + *.storyboard) + echo "ibtool --reference-external-strings-file --errors --warnings --notices --output-format human-readable-text --compile ${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$1\" .storyboard`.storyboardc ${PODS_ROOT}/$1 --sdk ${SDKROOT}" + ibtool --reference-external-strings-file --errors --warnings --notices --output-format human-readable-text --compile "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$1\" .storyboard`.storyboardc" "${PODS_ROOT}/$1" --sdk "${SDKROOT}" + ;; + *.xib) + echo "ibtool --reference-external-strings-file --errors --warnings --notices --output-format human-readable-text --compile ${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$1\" .xib`.nib ${PODS_ROOT}/$1 --sdk ${SDKROOT}" + ibtool --reference-external-strings-file --errors --warnings --notices --output-format human-readable-text --compile "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$1\" .xib`.nib" "${PODS_ROOT}/$1" --sdk "${SDKROOT}" + ;; + *.framework) + echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + echo "rsync -av ${PODS_ROOT}/$1 ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + rsync -av "${PODS_ROOT}/$1" "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + ;; + *.xcdatamodel) + echo "xcrun momc \"${PODS_ROOT}/$1\" \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1"`.mom\"" + xcrun momc "${PODS_ROOT}/$1" "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1" .xcdatamodel`.mom" + ;; + *.xcdatamodeld) + echo "xcrun momc \"${PODS_ROOT}/$1\" \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1" .xcdatamodeld`.momd\"" + xcrun momc "${PODS_ROOT}/$1" "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1" .xcdatamodeld`.momd" + ;; + *.xcmappingmodel) + echo "xcrun mapc \"${PODS_ROOT}/$1\" \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1" .xcmappingmodel`.cdm\"" + xcrun mapc "${PODS_ROOT}/$1" "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1" .xcmappingmodel`.cdm" + ;; + *.xcassets) + ;; + /*) + echo "$1" + echo "$1" >> "$RESOURCES_TO_COPY" + ;; + *) + echo "${PODS_ROOT}/$1" + echo "${PODS_ROOT}/$1" >> "$RESOURCES_TO_COPY" + ;; + esac +} + +rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" +if [[ "${ACTION}" == "install" ]]; then + rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" +fi +rm -f "$RESOURCES_TO_COPY" + +if [[ -n "${WRAPPER_EXTENSION}" ]] && [ "`xcrun --find actool`" ] && [ `find . -name '*.xcassets' | wc -l` -ne 0 ] +then + case "${TARGETED_DEVICE_FAMILY}" in + 1,2) + TARGET_DEVICE_ARGS="--target-device ipad --target-device iphone" + ;; + 1) + TARGET_DEVICE_ARGS="--target-device iphone" + ;; + 2) + TARGET_DEVICE_ARGS="--target-device ipad" + ;; + *) + TARGET_DEVICE_ARGS="--target-device mac" + ;; + esac + find "${PWD}" -name "*.xcassets" -print0 | xargs -0 actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${IPHONEOS_DEPLOYMENT_TARGET}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" +fi diff --git a/Example/Pods/Target Support Files/Pods-AXCGiphy/Pods-AXCGiphy.debug.xcconfig b/Example/Pods/Target Support Files/Pods-AXCGiphy/Pods-AXCGiphy.debug.xcconfig new file mode 100644 index 0000000..1bc871b --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-AXCGiphy/Pods-AXCGiphy.debug.xcconfig @@ -0,0 +1,6 @@ +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/AFNetworking" "${PODS_ROOT}/Headers/Public/AnimatedGIFImageSerialization" "${PODS_ROOT}/Headers/Public/Expecta" "${PODS_ROOT}/Headers/Public/Expecta+Snapshots" "${PODS_ROOT}/Headers/Public/FBSnapshotTestCase" "${PODS_ROOT}/Headers/Public/Giphy-iOS" "${PODS_ROOT}/Headers/Public/Specta" +OTHER_CFLAGS = $(inherited) -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/AFNetworking" -isystem "${PODS_ROOT}/Headers/Public/AnimatedGIFImageSerialization" -isystem "${PODS_ROOT}/Headers/Public/Expecta" -isystem "${PODS_ROOT}/Headers/Public/Expecta+Snapshots" -isystem "${PODS_ROOT}/Headers/Public/FBSnapshotTestCase" -isystem "${PODS_ROOT}/Headers/Public/Giphy-iOS" -isystem "${PODS_ROOT}/Headers/Public/Specta" +OTHER_LDFLAGS = -ObjC -l"Pods-AXCGiphy-AFNetworking" -l"Pods-AXCGiphy-AnimatedGIFImageSerialization" -l"Pods-AXCGiphy-Giphy-iOS" -framework "CoreGraphics" -framework "ImageIO" -framework "MobileCoreServices" +OTHER_LIBTOOLFLAGS = $(OTHER_LDFLAGS) +PODS_ROOT = ${SRCROOT}/Pods \ No newline at end of file diff --git a/Example/Pods/Target Support Files/Pods-AXCGiphy/Pods-AXCGiphy.release.xcconfig b/Example/Pods/Target Support Files/Pods-AXCGiphy/Pods-AXCGiphy.release.xcconfig new file mode 100644 index 0000000..1bc871b --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-AXCGiphy/Pods-AXCGiphy.release.xcconfig @@ -0,0 +1,6 @@ +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/AFNetworking" "${PODS_ROOT}/Headers/Public/AnimatedGIFImageSerialization" "${PODS_ROOT}/Headers/Public/Expecta" "${PODS_ROOT}/Headers/Public/Expecta+Snapshots" "${PODS_ROOT}/Headers/Public/FBSnapshotTestCase" "${PODS_ROOT}/Headers/Public/Giphy-iOS" "${PODS_ROOT}/Headers/Public/Specta" +OTHER_CFLAGS = $(inherited) -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/AFNetworking" -isystem "${PODS_ROOT}/Headers/Public/AnimatedGIFImageSerialization" -isystem "${PODS_ROOT}/Headers/Public/Expecta" -isystem "${PODS_ROOT}/Headers/Public/Expecta+Snapshots" -isystem "${PODS_ROOT}/Headers/Public/FBSnapshotTestCase" -isystem "${PODS_ROOT}/Headers/Public/Giphy-iOS" -isystem "${PODS_ROOT}/Headers/Public/Specta" +OTHER_LDFLAGS = -ObjC -l"Pods-AXCGiphy-AFNetworking" -l"Pods-AXCGiphy-AnimatedGIFImageSerialization" -l"Pods-AXCGiphy-Giphy-iOS" -framework "CoreGraphics" -framework "ImageIO" -framework "MobileCoreServices" +OTHER_LIBTOOLFLAGS = $(OTHER_LDFLAGS) +PODS_ROOT = ${SRCROOT}/Pods \ No newline at end of file diff --git a/Example/Pods/Target Support Files/Pods-Tests-AFNetworking/Pods-Tests-AFNetworking-Private.xcconfig b/Example/Pods/Target Support Files/Pods-Tests-AFNetworking/Pods-Tests-AFNetworking-Private.xcconfig new file mode 100644 index 0000000..b480f6a --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-Tests-AFNetworking/Pods-Tests-AFNetworking-Private.xcconfig @@ -0,0 +1,5 @@ +#include "Pods-Tests-AFNetworking.xcconfig" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Build" "${PODS_ROOT}/Headers/Build/AFNetworking" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/AFNetworking" "${PODS_ROOT}/Headers/Public/AnimatedGIFImageSerialization" "${PODS_ROOT}/Headers/Public/Expecta" "${PODS_ROOT}/Headers/Public/Expecta+Snapshots" "${PODS_ROOT}/Headers/Public/FBSnapshotTestCase" "${PODS_ROOT}/Headers/Public/Giphy-iOS" "${PODS_ROOT}/Headers/Public/Specta" +OTHER_LDFLAGS = ${PODS_TESTS_AFNETWORKING_OTHER_LDFLAGS} -ObjC +PODS_ROOT = ${SRCROOT} \ No newline at end of file diff --git a/Example/Pods/Target Support Files/Pods-Tests-AFNetworking/Pods-Tests-AFNetworking-dummy.m b/Example/Pods/Target Support Files/Pods-Tests-AFNetworking/Pods-Tests-AFNetworking-dummy.m new file mode 100644 index 0000000..7ffada6 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-Tests-AFNetworking/Pods-Tests-AFNetworking-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_Pods_Tests_AFNetworking : NSObject +@end +@implementation PodsDummy_Pods_Tests_AFNetworking +@end diff --git a/Example/Pods/Target Support Files/Pods-Tests-AFNetworking/Pods-Tests-AFNetworking-prefix.pch b/Example/Pods/Target Support Files/Pods-Tests-AFNetworking/Pods-Tests-AFNetworking-prefix.pch new file mode 100644 index 0000000..2f298b1 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-Tests-AFNetworking/Pods-Tests-AFNetworking-prefix.pch @@ -0,0 +1,5 @@ +#ifdef __OBJC__ +#import +#endif + +#import "Pods-Tests-environment.h" diff --git a/Example/Pods/Target Support Files/Pods-Tests-AFNetworking/Pods-Tests-AFNetworking.xcconfig b/Example/Pods/Target Support Files/Pods-Tests-AFNetworking/Pods-Tests-AFNetworking.xcconfig new file mode 100644 index 0000000..4c31dfd --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-Tests-AFNetworking/Pods-Tests-AFNetworking.xcconfig @@ -0,0 +1 @@ +PODS_TESTS_AFNETWORKING_OTHER_LDFLAGS = -framework "CoreGraphics" -framework "MobileCoreServices" \ No newline at end of file diff --git a/Example/Pods/Target Support Files/Pods-Tests-Expecta+Snapshots/Pods-Tests-Expecta+Snapshots-Private.xcconfig b/Example/Pods/Target Support Files/Pods-Tests-Expecta+Snapshots/Pods-Tests-Expecta+Snapshots-Private.xcconfig new file mode 100644 index 0000000..7f42248 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-Tests-Expecta+Snapshots/Pods-Tests-Expecta+Snapshots-Private.xcconfig @@ -0,0 +1,6 @@ +#include "Pods-Tests-Expecta+Snapshots.xcconfig" +FRAMEWORK_SEARCH_PATHS = ${PODS_TESTS_EXPECTA_SNAPSHOTS_FRAMEWORK_SEARCH_PATHS} +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Build" "${PODS_ROOT}/Headers/Build/Expecta+Snapshots" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/AFNetworking" "${PODS_ROOT}/Headers/Public/AnimatedGIFImageSerialization" "${PODS_ROOT}/Headers/Public/Expecta" "${PODS_ROOT}/Headers/Public/Expecta+Snapshots" "${PODS_ROOT}/Headers/Public/FBSnapshotTestCase" "${PODS_ROOT}/Headers/Public/Giphy-iOS" "${PODS_ROOT}/Headers/Public/Specta" +OTHER_LDFLAGS = ${PODS_TESTS_EXPECTA_SNAPSHOTS_OTHER_LDFLAGS} -ObjC +PODS_ROOT = ${SRCROOT} \ No newline at end of file diff --git a/Example/Pods/Target Support Files/Pods-Tests-Expecta+Snapshots/Pods-Tests-Expecta+Snapshots-dummy.m b/Example/Pods/Target Support Files/Pods-Tests-Expecta+Snapshots/Pods-Tests-Expecta+Snapshots-dummy.m new file mode 100644 index 0000000..9d62444 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-Tests-Expecta+Snapshots/Pods-Tests-Expecta+Snapshots-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_Pods_Tests_Expecta_Snapshots : NSObject +@end +@implementation PodsDummy_Pods_Tests_Expecta_Snapshots +@end diff --git a/Example/Pods/Target Support Files/Pods-Tests-Expecta+Snapshots/Pods-Tests-Expecta+Snapshots-prefix.pch b/Example/Pods/Target Support Files/Pods-Tests-Expecta+Snapshots/Pods-Tests-Expecta+Snapshots-prefix.pch new file mode 100644 index 0000000..2f298b1 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-Tests-Expecta+Snapshots/Pods-Tests-Expecta+Snapshots-prefix.pch @@ -0,0 +1,5 @@ +#ifdef __OBJC__ +#import +#endif + +#import "Pods-Tests-environment.h" diff --git a/Example/Pods/Target Support Files/Pods-Tests-Expecta+Snapshots/Pods-Tests-Expecta+Snapshots.xcconfig b/Example/Pods/Target Support Files/Pods-Tests-Expecta+Snapshots/Pods-Tests-Expecta+Snapshots.xcconfig new file mode 100644 index 0000000..aeb6c25 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-Tests-Expecta+Snapshots/Pods-Tests-Expecta+Snapshots.xcconfig @@ -0,0 +1,2 @@ +PODS_TESTS_EXPECTA_SNAPSHOTS_FRAMEWORK_SEARCH_PATHS = $(inherited) "$(SDKROOT)/Developer/Library/Frameworks" "$(PLATFORM_DIR)/Developer/Library/Frameworks" +PODS_TESTS_EXPECTA_SNAPSHOTS_OTHER_LDFLAGS = -framework "Foundation" -framework "XCTest" \ No newline at end of file diff --git a/Example/Pods/Target Support Files/Pods-Tests-Expecta/Pods-Tests-Expecta-Private.xcconfig b/Example/Pods/Target Support Files/Pods-Tests-Expecta/Pods-Tests-Expecta-Private.xcconfig new file mode 100644 index 0000000..1bcfaa0 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-Tests-Expecta/Pods-Tests-Expecta-Private.xcconfig @@ -0,0 +1,5 @@ +#include "Pods-Tests-Expecta.xcconfig" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Build" "${PODS_ROOT}/Headers/Build/Expecta" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/AFNetworking" "${PODS_ROOT}/Headers/Public/AnimatedGIFImageSerialization" "${PODS_ROOT}/Headers/Public/Expecta" "${PODS_ROOT}/Headers/Public/Expecta+Snapshots" "${PODS_ROOT}/Headers/Public/FBSnapshotTestCase" "${PODS_ROOT}/Headers/Public/Giphy-iOS" "${PODS_ROOT}/Headers/Public/Specta" +OTHER_LDFLAGS = ${PODS_TESTS_EXPECTA_OTHER_LDFLAGS} -ObjC +PODS_ROOT = ${SRCROOT} \ No newline at end of file diff --git a/Example/Pods/Target Support Files/Pods-Tests-Expecta/Pods-Tests-Expecta-dummy.m b/Example/Pods/Target Support Files/Pods-Tests-Expecta/Pods-Tests-Expecta-dummy.m new file mode 100644 index 0000000..5d9e9b6 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-Tests-Expecta/Pods-Tests-Expecta-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_Pods_Tests_Expecta : NSObject +@end +@implementation PodsDummy_Pods_Tests_Expecta +@end diff --git a/Example/Pods/Target Support Files/Pods-Tests-Expecta/Pods-Tests-Expecta-prefix.pch b/Example/Pods/Target Support Files/Pods-Tests-Expecta/Pods-Tests-Expecta-prefix.pch new file mode 100644 index 0000000..2f298b1 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-Tests-Expecta/Pods-Tests-Expecta-prefix.pch @@ -0,0 +1,5 @@ +#ifdef __OBJC__ +#import +#endif + +#import "Pods-Tests-environment.h" diff --git a/Example/Pods/Target Support Files/Pods-Tests-Expecta/Pods-Tests-Expecta.xcconfig b/Example/Pods/Target Support Files/Pods-Tests-Expecta/Pods-Tests-Expecta.xcconfig new file mode 100644 index 0000000..69a7b9b --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-Tests-Expecta/Pods-Tests-Expecta.xcconfig @@ -0,0 +1 @@ +PODS_TESTS_EXPECTA_OTHER_LDFLAGS = -framework "Foundation" \ No newline at end of file diff --git a/Example/Pods/Target Support Files/Pods-Tests-FBSnapshotTestCase/Pods-Tests-FBSnapshotTestCase-Private.xcconfig b/Example/Pods/Target Support Files/Pods-Tests-FBSnapshotTestCase/Pods-Tests-FBSnapshotTestCase-Private.xcconfig new file mode 100644 index 0000000..0a4e191 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-Tests-FBSnapshotTestCase/Pods-Tests-FBSnapshotTestCase-Private.xcconfig @@ -0,0 +1,6 @@ +#include "Pods-Tests-FBSnapshotTestCase.xcconfig" +FRAMEWORK_SEARCH_PATHS = ${PODS_TESTS_FBSNAPSHOTTESTCASE_FRAMEWORK_SEARCH_PATHS} +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Build" "${PODS_ROOT}/Headers/Build/FBSnapshotTestCase" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/AFNetworking" "${PODS_ROOT}/Headers/Public/AnimatedGIFImageSerialization" "${PODS_ROOT}/Headers/Public/Expecta" "${PODS_ROOT}/Headers/Public/Expecta+Snapshots" "${PODS_ROOT}/Headers/Public/FBSnapshotTestCase" "${PODS_ROOT}/Headers/Public/Giphy-iOS" "${PODS_ROOT}/Headers/Public/Specta" +OTHER_LDFLAGS = ${PODS_TESTS_FBSNAPSHOTTESTCASE_OTHER_LDFLAGS} -ObjC +PODS_ROOT = ${SRCROOT} \ No newline at end of file diff --git a/Example/Pods/Target Support Files/Pods-Tests-FBSnapshotTestCase/Pods-Tests-FBSnapshotTestCase-dummy.m b/Example/Pods/Target Support Files/Pods-Tests-FBSnapshotTestCase/Pods-Tests-FBSnapshotTestCase-dummy.m new file mode 100644 index 0000000..ea76811 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-Tests-FBSnapshotTestCase/Pods-Tests-FBSnapshotTestCase-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_Pods_Tests_FBSnapshotTestCase : NSObject +@end +@implementation PodsDummy_Pods_Tests_FBSnapshotTestCase +@end diff --git a/Example/Pods/Target Support Files/Pods-Tests-FBSnapshotTestCase/Pods-Tests-FBSnapshotTestCase-prefix.pch b/Example/Pods/Target Support Files/Pods-Tests-FBSnapshotTestCase/Pods-Tests-FBSnapshotTestCase-prefix.pch new file mode 100644 index 0000000..c0f1cdc --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-Tests-FBSnapshotTestCase/Pods-Tests-FBSnapshotTestCase-prefix.pch @@ -0,0 +1,6 @@ +#ifdef __OBJC__ +#import +#endif + +#import "Pods-Tests-environment.h" +#define FB_REFERENCE_IMAGE_DIR = "$(SOURCE_ROOT)/$(PROJECT_NAME)Tests/ReferenceImages" diff --git a/Example/Pods/Target Support Files/Pods-Tests-FBSnapshotTestCase/Pods-Tests-FBSnapshotTestCase.xcconfig b/Example/Pods/Target Support Files/Pods-Tests-FBSnapshotTestCase/Pods-Tests-FBSnapshotTestCase.xcconfig new file mode 100644 index 0000000..d71c0cb --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-Tests-FBSnapshotTestCase/Pods-Tests-FBSnapshotTestCase.xcconfig @@ -0,0 +1,2 @@ +PODS_TESTS_FBSNAPSHOTTESTCASE_FRAMEWORK_SEARCH_PATHS = $(inherited) "$(SDKROOT)/Developer/Library/Frameworks" "$(PLATFORM_DIR)/Developer/Library/Frameworks" +PODS_TESTS_FBSNAPSHOTTESTCASE_OTHER_LDFLAGS = -framework "XCTest" \ No newline at end of file diff --git a/Example/Pods/Target Support Files/Pods-Tests-Giphy-iOS/Pods-Tests-Giphy-iOS-Private.xcconfig b/Example/Pods/Target Support Files/Pods-Tests-Giphy-iOS/Pods-Tests-Giphy-iOS-Private.xcconfig new file mode 100644 index 0000000..fca880f --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-Tests-Giphy-iOS/Pods-Tests-Giphy-iOS-Private.xcconfig @@ -0,0 +1,5 @@ +#include "Pods-Tests-Giphy-iOS.xcconfig" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Build" "${PODS_ROOT}/Headers/Build/Giphy-iOS" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/AFNetworking" "${PODS_ROOT}/Headers/Public/AnimatedGIFImageSerialization" "${PODS_ROOT}/Headers/Public/Expecta" "${PODS_ROOT}/Headers/Public/Expecta+Snapshots" "${PODS_ROOT}/Headers/Public/FBSnapshotTestCase" "${PODS_ROOT}/Headers/Public/Giphy-iOS" "${PODS_ROOT}/Headers/Public/Specta" +OTHER_LDFLAGS = -ObjC +PODS_ROOT = ${SRCROOT} \ No newline at end of file diff --git a/Example/Pods/Target Support Files/Pods-Tests-Giphy-iOS/Pods-Tests-Giphy-iOS-dummy.m b/Example/Pods/Target Support Files/Pods-Tests-Giphy-iOS/Pods-Tests-Giphy-iOS-dummy.m new file mode 100644 index 0000000..a61297c --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-Tests-Giphy-iOS/Pods-Tests-Giphy-iOS-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_Pods_Tests_Giphy_iOS : NSObject +@end +@implementation PodsDummy_Pods_Tests_Giphy_iOS +@end diff --git a/Example/Pods/Target Support Files/Pods-Tests-Giphy-iOS/Pods-Tests-Giphy-iOS-prefix.pch b/Example/Pods/Target Support Files/Pods-Tests-Giphy-iOS/Pods-Tests-Giphy-iOS-prefix.pch new file mode 100644 index 0000000..2f298b1 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-Tests-Giphy-iOS/Pods-Tests-Giphy-iOS-prefix.pch @@ -0,0 +1,5 @@ +#ifdef __OBJC__ +#import +#endif + +#import "Pods-Tests-environment.h" diff --git a/Example/Pods/Target Support Files/Pods-Tests-Giphy-iOS/Pods-Tests-Giphy-iOS.xcconfig b/Example/Pods/Target Support Files/Pods-Tests-Giphy-iOS/Pods-Tests-Giphy-iOS.xcconfig new file mode 100644 index 0000000..e69de29 diff --git a/Example/Pods/Target Support Files/Pods-Tests-Specta/Pods-Tests-Specta-Private.xcconfig b/Example/Pods/Target Support Files/Pods-Tests-Specta/Pods-Tests-Specta-Private.xcconfig new file mode 100644 index 0000000..147f6ca --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-Tests-Specta/Pods-Tests-Specta-Private.xcconfig @@ -0,0 +1,6 @@ +#include "Pods-Tests-Specta.xcconfig" +FRAMEWORK_SEARCH_PATHS = ${PODS_TESTS_SPECTA_FRAMEWORK_SEARCH_PATHS} +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Build" "${PODS_ROOT}/Headers/Build/Specta" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/AFNetworking" "${PODS_ROOT}/Headers/Public/AnimatedGIFImageSerialization" "${PODS_ROOT}/Headers/Public/Expecta" "${PODS_ROOT}/Headers/Public/Expecta+Snapshots" "${PODS_ROOT}/Headers/Public/FBSnapshotTestCase" "${PODS_ROOT}/Headers/Public/Giphy-iOS" "${PODS_ROOT}/Headers/Public/Specta" +OTHER_LDFLAGS = ${PODS_TESTS_SPECTA_OTHER_LDFLAGS} -ObjC +PODS_ROOT = ${SRCROOT} \ No newline at end of file diff --git a/Example/Pods/Target Support Files/Pods-Tests-Specta/Pods-Tests-Specta-dummy.m b/Example/Pods/Target Support Files/Pods-Tests-Specta/Pods-Tests-Specta-dummy.m new file mode 100644 index 0000000..5ae3c45 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-Tests-Specta/Pods-Tests-Specta-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_Pods_Tests_Specta : NSObject +@end +@implementation PodsDummy_Pods_Tests_Specta +@end diff --git a/Example/Pods/Target Support Files/Pods-Tests-Specta/Pods-Tests-Specta-prefix.pch b/Example/Pods/Target Support Files/Pods-Tests-Specta/Pods-Tests-Specta-prefix.pch new file mode 100644 index 0000000..2f298b1 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-Tests-Specta/Pods-Tests-Specta-prefix.pch @@ -0,0 +1,5 @@ +#ifdef __OBJC__ +#import +#endif + +#import "Pods-Tests-environment.h" diff --git a/Example/Pods/Target Support Files/Pods-Tests-Specta/Pods-Tests-Specta.xcconfig b/Example/Pods/Target Support Files/Pods-Tests-Specta/Pods-Tests-Specta.xcconfig new file mode 100644 index 0000000..1efa2db --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-Tests-Specta/Pods-Tests-Specta.xcconfig @@ -0,0 +1,2 @@ +PODS_TESTS_SPECTA_FRAMEWORK_SEARCH_PATHS = $(inherited) "$(SDKROOT)/Developer/Library/Frameworks" "$(DEVELOPER_LIBRARY_DIR)/Frameworks" "$(PLATFORM_DIR)/Developer/Library/Frameworks" +PODS_TESTS_SPECTA_OTHER_LDFLAGS = -framework "Foundation" -framework "XCTest" \ No newline at end of file diff --git a/Example/Pods/Target Support Files/Pods-Tests/Pods-Tests-acknowledgements.markdown b/Example/Pods/Target Support Files/Pods-Tests/Pods-Tests-acknowledgements.markdown new file mode 100644 index 0000000..36ace15 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-Tests/Pods-Tests-acknowledgements.markdown @@ -0,0 +1,155 @@ +# Acknowledgements +This application makes use of the following third party libraries: + +## AFNetworking + +Copyright (c) 2013-2014 AFNetworking (http://afnetworking.com/) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +## Expecta + +Copyright (c) 2011-2012 Specta Team - https://github.com/specta + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +## Expecta+Snapshots + +MIT License + +Copyright (c) 2014 Daniel Doubrovkine, Artsy Inc. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +## FBSnapshotTestCase + +BSD License + +For the FBSnapshotTestCase software + +Copyright (c) 2013, Facebook, Inc. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + * Neither the name Facebook nor the names of its contributors may be used to + endorse or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +## Giphy-iOS + +Copyright (c) 2014 Alex Choi + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +## Specta + +Copyright (c) 2012-2013 Specta Team. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +Generated by CocoaPods - http://cocoapods.org diff --git a/Example/Pods/Target Support Files/Pods-Tests/Pods-Tests-acknowledgements.plist b/Example/Pods/Target Support Files/Pods-Tests/Pods-Tests-acknowledgements.plist new file mode 100644 index 0000000..a2a90da --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-Tests/Pods-Tests-acknowledgements.plist @@ -0,0 +1,205 @@ + + + + + PreferenceSpecifiers + + + FooterText + This application makes use of the following third party libraries: + Title + Acknowledgements + Type + PSGroupSpecifier + + + FooterText + Copyright (c) 2013-2014 AFNetworking (http://afnetworking.com/) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + Title + AFNetworking + Type + PSGroupSpecifier + + + FooterText + Copyright (c) 2011-2012 Specta Team - https://github.com/specta + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + Title + Expecta + Type + PSGroupSpecifier + + + FooterText + MIT License + +Copyright (c) 2014 Daniel Doubrovkine, Artsy Inc. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + Title + Expecta+Snapshots + Type + PSGroupSpecifier + + + FooterText + BSD License + +For the FBSnapshotTestCase software + +Copyright (c) 2013, Facebook, Inc. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + * Neither the name Facebook nor the names of its contributors may be used to + endorse or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + Title + FBSnapshotTestCase + Type + PSGroupSpecifier + + + FooterText + Copyright (c) 2014 Alex Choi <heyalexchoi@gmail.com> + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + Title + Giphy-iOS + Type + PSGroupSpecifier + + + FooterText + Copyright (c) 2012-2013 Specta Team. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + + Title + Specta + Type + PSGroupSpecifier + + + FooterText + Generated by CocoaPods - http://cocoapods.org + Title + + Type + PSGroupSpecifier + + + StringsTable + Acknowledgements + Title + Acknowledgements + + diff --git a/Example/Pods/Target Support Files/Pods-Tests/Pods-Tests-dummy.m b/Example/Pods/Target Support Files/Pods-Tests/Pods-Tests-dummy.m new file mode 100644 index 0000000..4093c7b --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-Tests/Pods-Tests-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_Pods_Tests : NSObject +@end +@implementation PodsDummy_Pods_Tests +@end diff --git a/Example/Pods/Target Support Files/Pods-Tests/Pods-Tests-environment.h b/Example/Pods/Target Support Files/Pods-Tests/Pods-Tests-environment.h new file mode 100644 index 0000000..bdf42b0 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-Tests/Pods-Tests-environment.h @@ -0,0 +1,44 @@ + +// To check if a library is compiled with CocoaPods you +// can use the `COCOAPODS` macro definition which is +// defined in the xcconfigs so it is available in +// headers also when they are imported in the client +// project. + + +// AFNetworking/Serialization +#define COCOAPODS_POD_AVAILABLE_AFNetworking_Serialization +#define COCOAPODS_VERSION_MAJOR_AFNetworking_Serialization 2 +#define COCOAPODS_VERSION_MINOR_AFNetworking_Serialization 3 +#define COCOAPODS_VERSION_PATCH_AFNetworking_Serialization 1 + +// Expecta +#define COCOAPODS_POD_AVAILABLE_Expecta +#define COCOAPODS_VERSION_MAJOR_Expecta 0 +#define COCOAPODS_VERSION_MINOR_Expecta 3 +#define COCOAPODS_VERSION_PATCH_Expecta 1 + +// Expecta+Snapshots +#define COCOAPODS_POD_AVAILABLE_Expecta_Snapshots +#define COCOAPODS_VERSION_MAJOR_Expecta_Snapshots 1 +#define COCOAPODS_VERSION_MINOR_Expecta_Snapshots 2 +#define COCOAPODS_VERSION_PATCH_Expecta_Snapshots 1 + +// FBSnapshotTestCase +#define COCOAPODS_POD_AVAILABLE_FBSnapshotTestCase +#define COCOAPODS_VERSION_MAJOR_FBSnapshotTestCase 1 +#define COCOAPODS_VERSION_MINOR_FBSnapshotTestCase 1 +#define COCOAPODS_VERSION_PATCH_FBSnapshotTestCase 0 + +// Giphy-iOS +#define COCOAPODS_POD_AVAILABLE_Giphy_iOS +#define COCOAPODS_VERSION_MAJOR_Giphy_iOS 0 +#define COCOAPODS_VERSION_MINOR_Giphy_iOS 1 +#define COCOAPODS_VERSION_PATCH_Giphy_iOS 0 + +// Specta +#define COCOAPODS_POD_AVAILABLE_Specta +#define COCOAPODS_VERSION_MAJOR_Specta 0 +#define COCOAPODS_VERSION_MINOR_Specta 2 +#define COCOAPODS_VERSION_PATCH_Specta 1 + diff --git a/Example/Pods/Target Support Files/Pods-Tests/Pods-Tests-resources.sh b/Example/Pods/Target Support Files/Pods-Tests/Pods-Tests-resources.sh new file mode 100755 index 0000000..e149064 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-Tests/Pods-Tests-resources.sh @@ -0,0 +1,74 @@ +#!/bin/sh +set -e + +mkdir -p "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" + +RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy-${TARGETNAME}.txt +> "$RESOURCES_TO_COPY" + +install_resource() +{ + case $1 in + *.storyboard) + echo "ibtool --reference-external-strings-file --errors --warnings --notices --output-format human-readable-text --compile ${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$1\" .storyboard`.storyboardc ${PODS_ROOT}/$1 --sdk ${SDKROOT}" + ibtool --reference-external-strings-file --errors --warnings --notices --output-format human-readable-text --compile "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$1\" .storyboard`.storyboardc" "${PODS_ROOT}/$1" --sdk "${SDKROOT}" + ;; + *.xib) + echo "ibtool --reference-external-strings-file --errors --warnings --notices --output-format human-readable-text --compile ${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$1\" .xib`.nib ${PODS_ROOT}/$1 --sdk ${SDKROOT}" + ibtool --reference-external-strings-file --errors --warnings --notices --output-format human-readable-text --compile "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$1\" .xib`.nib" "${PODS_ROOT}/$1" --sdk "${SDKROOT}" + ;; + *.framework) + echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + echo "rsync -av ${PODS_ROOT}/$1 ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + rsync -av "${PODS_ROOT}/$1" "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + ;; + *.xcdatamodel) + echo "xcrun momc \"${PODS_ROOT}/$1\" \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1"`.mom\"" + xcrun momc "${PODS_ROOT}/$1" "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1" .xcdatamodel`.mom" + ;; + *.xcdatamodeld) + echo "xcrun momc \"${PODS_ROOT}/$1\" \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1" .xcdatamodeld`.momd\"" + xcrun momc "${PODS_ROOT}/$1" "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1" .xcdatamodeld`.momd" + ;; + *.xcmappingmodel) + echo "xcrun mapc \"${PODS_ROOT}/$1\" \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1" .xcmappingmodel`.cdm\"" + xcrun mapc "${PODS_ROOT}/$1" "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1" .xcmappingmodel`.cdm" + ;; + *.xcassets) + ;; + /*) + echo "$1" + echo "$1" >> "$RESOURCES_TO_COPY" + ;; + *) + echo "${PODS_ROOT}/$1" + echo "${PODS_ROOT}/$1" >> "$RESOURCES_TO_COPY" + ;; + esac +} + +rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" +if [[ "${ACTION}" == "install" ]]; then + rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" +fi +rm -f "$RESOURCES_TO_COPY" + +if [[ -n "${WRAPPER_EXTENSION}" ]] && [ "`xcrun --find actool`" ] && [ `find . -name '*.xcassets' | wc -l` -ne 0 ] +then + case "${TARGETED_DEVICE_FAMILY}" in + 1,2) + TARGET_DEVICE_ARGS="--target-device ipad --target-device iphone" + ;; + 1) + TARGET_DEVICE_ARGS="--target-device iphone" + ;; + 2) + TARGET_DEVICE_ARGS="--target-device ipad" + ;; + *) + TARGET_DEVICE_ARGS="--target-device mac" + ;; + esac + find "${PWD}" -name "*.xcassets" -print0 | xargs -0 actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${IPHONEOS_DEPLOYMENT_TARGET}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" +fi diff --git a/Example/Pods/Target Support Files/Pods-Tests/Pods-Tests.debug.xcconfig b/Example/Pods/Target Support Files/Pods-Tests/Pods-Tests.debug.xcconfig new file mode 100644 index 0000000..3c6bbe3 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-Tests/Pods-Tests.debug.xcconfig @@ -0,0 +1,7 @@ +FRAMEWORK_SEARCH_PATHS = $(inherited) "$(SDKROOT)/Developer/Library/Frameworks" "$(PLATFORM_DIR)/Developer/Library/Frameworks" $(inherited) "$(SDKROOT)/Developer/Library/Frameworks" "$(DEVELOPER_LIBRARY_DIR)/Frameworks" "$(PLATFORM_DIR)/Developer/Library/Frameworks" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/AFNetworking" "${PODS_ROOT}/Headers/Public/AnimatedGIFImageSerialization" "${PODS_ROOT}/Headers/Public/Expecta" "${PODS_ROOT}/Headers/Public/Expecta+Snapshots" "${PODS_ROOT}/Headers/Public/FBSnapshotTestCase" "${PODS_ROOT}/Headers/Public/Giphy-iOS" "${PODS_ROOT}/Headers/Public/Specta" +OTHER_CFLAGS = $(inherited) -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/AFNetworking" -isystem "${PODS_ROOT}/Headers/Public/AnimatedGIFImageSerialization" -isystem "${PODS_ROOT}/Headers/Public/Expecta" -isystem "${PODS_ROOT}/Headers/Public/Expecta+Snapshots" -isystem "${PODS_ROOT}/Headers/Public/FBSnapshotTestCase" -isystem "${PODS_ROOT}/Headers/Public/Giphy-iOS" -isystem "${PODS_ROOT}/Headers/Public/Specta" +OTHER_LDFLAGS = -ObjC -l"Pods-Tests-AFNetworking" -l"Pods-Tests-Expecta" -l"Pods-Tests-Expecta+Snapshots" -l"Pods-Tests-FBSnapshotTestCase" -l"Pods-Tests-Giphy-iOS" -l"Pods-Tests-Specta" -framework "CoreGraphics" -framework "Foundation" -framework "MobileCoreServices" -framework "XCTest" +OTHER_LIBTOOLFLAGS = $(OTHER_LDFLAGS) +PODS_ROOT = ${SRCROOT}/Pods \ No newline at end of file diff --git a/Example/Pods/Target Support Files/Pods-Tests/Pods-Tests.release.xcconfig b/Example/Pods/Target Support Files/Pods-Tests/Pods-Tests.release.xcconfig new file mode 100644 index 0000000..3c6bbe3 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-Tests/Pods-Tests.release.xcconfig @@ -0,0 +1,7 @@ +FRAMEWORK_SEARCH_PATHS = $(inherited) "$(SDKROOT)/Developer/Library/Frameworks" "$(PLATFORM_DIR)/Developer/Library/Frameworks" $(inherited) "$(SDKROOT)/Developer/Library/Frameworks" "$(DEVELOPER_LIBRARY_DIR)/Frameworks" "$(PLATFORM_DIR)/Developer/Library/Frameworks" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/AFNetworking" "${PODS_ROOT}/Headers/Public/AnimatedGIFImageSerialization" "${PODS_ROOT}/Headers/Public/Expecta" "${PODS_ROOT}/Headers/Public/Expecta+Snapshots" "${PODS_ROOT}/Headers/Public/FBSnapshotTestCase" "${PODS_ROOT}/Headers/Public/Giphy-iOS" "${PODS_ROOT}/Headers/Public/Specta" +OTHER_CFLAGS = $(inherited) -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/AFNetworking" -isystem "${PODS_ROOT}/Headers/Public/AnimatedGIFImageSerialization" -isystem "${PODS_ROOT}/Headers/Public/Expecta" -isystem "${PODS_ROOT}/Headers/Public/Expecta+Snapshots" -isystem "${PODS_ROOT}/Headers/Public/FBSnapshotTestCase" -isystem "${PODS_ROOT}/Headers/Public/Giphy-iOS" -isystem "${PODS_ROOT}/Headers/Public/Specta" +OTHER_LDFLAGS = -ObjC -l"Pods-Tests-AFNetworking" -l"Pods-Tests-Expecta" -l"Pods-Tests-Expecta+Snapshots" -l"Pods-Tests-FBSnapshotTestCase" -l"Pods-Tests-Giphy-iOS" -l"Pods-Tests-Specta" -framework "CoreGraphics" -framework "Foundation" -framework "MobileCoreServices" -framework "XCTest" +OTHER_LIBTOOLFLAGS = $(OTHER_LDFLAGS) +PODS_ROOT = ${SRCROOT}/Pods \ No newline at end of file diff --git a/Giphy-iOS.podspec b/Giphy-iOS.podspec index 5a0e3c1..8a62203 100644 --- a/Giphy-iOS.podspec +++ b/Giphy-iOS.podspec @@ -1,13 +1,13 @@ Pod::Spec.new do |s| s.name = "Giphy-iOS" - s.version = "0.1.0" + s.version = "0.1.1" s.summary = "Giphy API client for Objective-C" s.description = "Giphy-iOS provides convenient access to the Giphy API for objective-c developers. The interface provides block based methods with NSURLSessionDataTasks, NSURLRequests, and converting Giphy API responses into NSObjects" s.homepage = "https://github.com/heyalexchoi/Giphy-iOS" s.license = 'MIT' s.author = { "Alex Choi" => "heyalexchoi@gmail.com" } - s.source = { :git => "git@github.com:heyalexchoi/Giphy-iOS.git", :tag => s.version.to_s } + s.source = { :git => "https://github.com/heyalexchoi/Giphy-iOS.git", :tag => s.version.to_s } s.platform = :ios, '7.0' s.requires_arc = true