diff --git a/Example/PNObject/PNObjectAppDelegate.m b/Example/PNObject/PNObjectAppDelegate.m index 7d6dd19..3f5c88d 100644 --- a/Example/PNObject/PNObjectAppDelegate.m +++ b/Example/PNObject/PNObjectAppDelegate.m @@ -15,17 +15,18 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { // Override point for customization after application launch. - /*[PNObjectConfig initSharedInstanceForEnvironments:@{ EnvironmentDevelopment : @"https://development.it/api/v1", - EnvironmentStage : @"https://stage.it/api/v1", - EnvironmentProduction : @"http://pnobjectdemo.giuseppenucifora.com/" - }]; - - [[PNObjectConfig sharedInstance] setEnvironment:Production]; - - - [PNObject get];*/ + [PNObjectConfig initSharedInstanceForEnvironments:@{ EnvironmentDevelopment : @"https://development.it/api/v1", + EnvironmentStage : @"https://stage.it/api/v1", + EnvironmentProduction : @"http://pnobjectdemo.giuseppenucifora.com/" + }]; - PNUser *user = [PNUser sharedInstance]; + [[PNObjectConfig sharedInstance] setEnvironment:Production]; + [[[PNObjectConfig sharedInstance] manager] setSecurityPolicy:[AFSecurityPolicy policyWithPinningMode:AFSSLPinningModeCertificate]]; + [[PNObjectConfig sharedInstance] manager].securityPolicy.allowInvalidCertificates = YES; + + //[PNObject get];*/ + + PNUser *user = [PNUser currentUser]; [user setFirstName:@"peppe"]; [user setLastName:@"nucifora"]; diff --git a/Example/Podfile b/Example/Podfile index f6b2874..29911ae 100644 --- a/Example/Podfile +++ b/Example/Podfile @@ -9,6 +9,7 @@ target 'PNObject_Example' do pod 'NSDate_Utils' pod 'UIDevice-Utils' pod 'AFNetworking' + pod 'nv-ios-http-status' end target 'PNObject_Tests' do diff --git a/Example/Podfile.lock b/Example/Podfile.lock index 92a268b..95aedea 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -24,9 +24,14 @@ PODS: - FBSnapshotTestCase/SwiftSupport (2.0.7): - FBSnapshotTestCase/Core - NSDate_Utils (0.1.0) + - nv-ios-http-status (0.0.1) - PEAR-FileManager-iOS (1.3.1) - - PNObject (0.3.0): + - PNObject (0.1.0): - AFNetworking + - NSDate_Utils + - nv-ios-http-status + - PEAR-FileManager-iOS + - UIDevice-Utils - Specta (1.0.5) - UIDevice-Utils (0.1.2) @@ -36,6 +41,7 @@ DEPENDENCIES: - Expecta+Snapshots - FBSnapshotTestCase - NSDate_Utils + - nv-ios-http-status - PEAR-FileManager-iOS - PNObject (from `../`) - Specta @@ -51,11 +57,12 @@ SPEC CHECKSUMS: Expecta+Snapshots: 29b38dd695bc72a0ed2bea833937d78df41943ba FBSnapshotTestCase: 7e85180d0d141a0cf472352edda7e80d7eaeb547 NSDate_Utils: 4a57f91094123d5b7600c7de8c9ad9e1d43306a3 + nv-ios-http-status: b6c2b5fc8656cc19e0d3000dadce2080b99d0e2f PEAR-FileManager-iOS: 3bc403f68a53483f5629aa822f4649e40275c4d3 - PNObject: f877cd7a8f05f0408052f27829ba130292806ccc + PNObject: 4e3c977e357abf81fe9c4b5e8f51e9fb56974a41 Specta: ac94d110b865115fe60ff2c6d7281053c6f8e8a2 UIDevice-Utils: 14362004e88f8cc05d8ec68369724a5972faadec -PODFILE CHECKSUM: 1ea746664adf2b8032990de100ad004837d156f9 +PODFILE CHECKSUM: 9b08273822dafee56801949d92d6fad59e954459 COCOAPODS: 1.0.0.beta.2 diff --git a/Example/Pods/Local Podspecs/PNObject.podspec.json b/Example/Pods/Local Podspecs/PNObject.podspec.json index c8d1aa0..be2d167 100644 --- a/Example/Pods/Local Podspecs/PNObject.podspec.json +++ b/Example/Pods/Local Podspecs/PNObject.podspec.json @@ -1,7 +1,7 @@ { "name": "PNObject", - "version": "0.3.0", - "summary": "A short description of PNObject.", + "version": "0.1.0", + "summary": "PNObject.", "homepage": "https://github.com/giuseppenucifora/PNObject", "license": "MIT", "authors": { @@ -9,7 +9,7 @@ }, "source": { "git": "https://github.com/giuseppenucifora/PNObject.git", - "tag": "0.3.0" + "tag": "0.1.0" }, "platforms": { "ios": "7.0" @@ -24,6 +24,18 @@ "dependencies": { "AFNetworking": [ + ], + "PEAR-FileManager-iOS": [ + + ], + "NSDate_Utils": [ + + ], + "UIDevice-Utils": [ + + ], + "nv-ios-http-status": [ + ] } } diff --git a/Example/Pods/Manifest.lock b/Example/Pods/Manifest.lock index 92a268b..95aedea 100644 --- a/Example/Pods/Manifest.lock +++ b/Example/Pods/Manifest.lock @@ -24,9 +24,14 @@ PODS: - FBSnapshotTestCase/SwiftSupport (2.0.7): - FBSnapshotTestCase/Core - NSDate_Utils (0.1.0) + - nv-ios-http-status (0.0.1) - PEAR-FileManager-iOS (1.3.1) - - PNObject (0.3.0): + - PNObject (0.1.0): - AFNetworking + - NSDate_Utils + - nv-ios-http-status + - PEAR-FileManager-iOS + - UIDevice-Utils - Specta (1.0.5) - UIDevice-Utils (0.1.2) @@ -36,6 +41,7 @@ DEPENDENCIES: - Expecta+Snapshots - FBSnapshotTestCase - NSDate_Utils + - nv-ios-http-status - PEAR-FileManager-iOS - PNObject (from `../`) - Specta @@ -51,11 +57,12 @@ SPEC CHECKSUMS: Expecta+Snapshots: 29b38dd695bc72a0ed2bea833937d78df41943ba FBSnapshotTestCase: 7e85180d0d141a0cf472352edda7e80d7eaeb547 NSDate_Utils: 4a57f91094123d5b7600c7de8c9ad9e1d43306a3 + nv-ios-http-status: b6c2b5fc8656cc19e0d3000dadce2080b99d0e2f PEAR-FileManager-iOS: 3bc403f68a53483f5629aa822f4649e40275c4d3 - PNObject: f877cd7a8f05f0408052f27829ba130292806ccc + PNObject: 4e3c977e357abf81fe9c4b5e8f51e9fb56974a41 Specta: ac94d110b865115fe60ff2c6d7281053c6f8e8a2 UIDevice-Utils: 14362004e88f8cc05d8ec68369724a5972faadec -PODFILE CHECKSUM: 1ea746664adf2b8032990de100ad004837d156f9 +PODFILE CHECKSUM: 9b08273822dafee56801949d92d6fad59e954459 COCOAPODS: 1.0.0.beta.2 diff --git a/Example/Pods/Pods.xcodeproj/project.pbxproj b/Example/Pods/Pods.xcodeproj/project.pbxproj index fe21677..b62a065 100644 --- a/Example/Pods/Pods.xcodeproj/project.pbxproj +++ b/Example/Pods/Pods.xcodeproj/project.pbxproj @@ -7,227 +7,249 @@ objects = { /* Begin PBXBuildFile section */ - 0149AF8689F2AAE11A2E689E6EE912DD /* PNObjectProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BCA1DD0AC25BFBDC846546526D06130 /* PNObjectProperty.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 053DE372096DE9C885557F37D2BF8DAE /* SpectaTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 69C520A4C76B14DB186E153AEE415291 /* SpectaTypes.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 07CAFACAFAC87ABBF28D453E70832464 /* UIImage+Compare.m in Sources */ = {isa = PBXBuildFile; fileRef = F7F9CBFB97FAE3AC05A28EE45CDA2734 /* UIImage+Compare.m */; }; - 07FB694DFFD00BFB7890D2E727F7D81F /* Pods-PNObject_Example-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 60B530196848B62AA6D54AEEB46A06D8 /* Pods-PNObject_Example-dummy.m */; }; - 0A5DFD94EE83E385C1C7D24986E04592 /* SwiftSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 70B374F2107437CA956DF24E5E19499A /* SwiftSupport.swift */; }; - 0A85B3C8FA830ECAACBB1BDF49C96F75 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F52ABA27201CE568B40C098A89C5D36F /* Foundation.framework */; }; - 0C6FF91EB1F0391ED75DC72D31D159EF /* EXPMatchers+beTruthy.m in Sources */ = {isa = PBXBuildFile; fileRef = 399B462AA47CD6AB8297E3B09AEB18F0 /* EXPMatchers+beTruthy.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 0D16B556212D317A0D4FEB71E102E207 /* EXPMatchers+beLessThan.h in Headers */ = {isa = PBXBuildFile; fileRef = 92C726C29A6539951DB12B041D1792AE /* EXPMatchers+beLessThan.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0EBFA5FBE4953A83B677CE2A75746761 /* EXPMatchers+beLessThan.m in Sources */ = {isa = PBXBuildFile; fileRef = 91B991DE57581DC2C3B4E6025B38E2B2 /* EXPMatchers+beLessThan.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 0F94F5B0ABB3252B9275B7C129EC7A26 /* EXPMatchers+equal.h in Headers */ = {isa = PBXBuildFile; fileRef = 039DE5E921EE2C83F0DB098D9C48758F /* EXPMatchers+equal.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 11C1AEB289C1EB80089349B71F09D04B /* EXPMatchers+raiseWithReason.h in Headers */ = {isa = PBXBuildFile; fileRef = B4D46FA1D8C11A61B0779DCEEE44A0C0 /* EXPMatchers+raiseWithReason.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1312A7D381C51428CF481E33E3D37901 /* EXPMatchers+beGreaterThan.m in Sources */ = {isa = PBXBuildFile; fileRef = A632AA14A79DFF2E79B4285BA9976153 /* EXPMatchers+beGreaterThan.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 131532787AD40BE1F35DF288D2E6FFD7 /* EXPMatchers+beInTheRangeOf.h in Headers */ = {isa = PBXBuildFile; fileRef = A07F7B6A7A5C085B18CFA541503FD407 /* EXPMatchers+beInTheRangeOf.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1480F4923DBBF217F60572EEECB4027C /* AFNetworkActivityIndicatorManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 797359E997295E3851B8A92E12EC7DAE /* AFNetworkActivityIndicatorManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 14F6C817205C5ACB90D7A2ACA98988EE /* Pods-PNObject_Tests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A838922082CBB903238CF0302A9F06FC /* Pods-PNObject_Tests-dummy.m */; }; - 154FE40BF807A22A341770459ED0BCA9 /* NSDate+NSDate_Util.m in Sources */ = {isa = PBXBuildFile; fileRef = AA18FB23EB66AB9CB3EB7D7D83B4F4BC /* NSDate+NSDate_Util.m */; }; - 16A9A6CCC4F249BFD94D85BEE83DCF72 /* AFNetworking.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A6DE40F89F6D44201129C503672020E1 /* AFNetworking.framework */; }; - 16BFF2FD7F571C6220CF59801E208C53 /* Specta.h in Headers */ = {isa = PBXBuildFile; fileRef = A4183324B6BABCEE7610BB0F038B1F59 /* Specta.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 174202BD6AE0E4A41F5CE66E975EAE52 /* UIRefreshControl+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = CB3F28C9BC17E4A2F27DCCE9693F61A2 /* UIRefreshControl+AFNetworking.m */; }; - 17572374B2AE183C6347C41E8DF8E579 /* EXPMatchers+beFalsy.m in Sources */ = {isa = PBXBuildFile; fileRef = 27E5C65560784FEE47CF5B6B7C469CCD /* EXPMatchers+beFalsy.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 1988190DD3E75F5482273E49486C3CAF /* SPTSharedExampleGroups.h in Headers */ = {isa = PBXBuildFile; fileRef = 4EB3A39CD648527BE16B141FD58D5A58 /* SPTSharedExampleGroups.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1A1AB2EC52323C5EA28DAA99F1E1A90D /* EXPMatchers+endWith.h in Headers */ = {isa = PBXBuildFile; fileRef = 60972F56E13BC9E547CFBF5F290DD89E /* EXPMatchers+endWith.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1AB3304B6884F626BC54150AC7565E18 /* EXPMatchers+equal.m in Sources */ = {isa = PBXBuildFile; fileRef = 620776E83BE8FBF047E6CB8725265419 /* EXPMatchers+equal.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 1B0389CD88AA949B34DC7269030FEC6F /* EXPMatchers+beGreaterThanOrEqualTo.m in Sources */ = {isa = PBXBuildFile; fileRef = C75BE203FE62CDE9CBC30A1812780F6E /* EXPMatchers+beGreaterThanOrEqualTo.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 1D80CC0197DAA1C570189DCE17DA1AD2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F52ABA27201CE568B40C098A89C5D36F /* Foundation.framework */; }; - 1E5B8F12ED7CC40ECDB9B1F755F387E5 /* UIActivityIndicatorView+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 2480119A8B86BA567BE7777F466E6E27 /* UIActivityIndicatorView+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1EB1017329A4B7619553CBD5FF5D0DAA /* NSDate_Utils.bundle in Resources */ = {isa = PBXBuildFile; fileRef = F6475D2AE952D65158911AE59D9D7787 /* NSDate_Utils.bundle */; }; - 1FBD5BA2092E349F847B4728DA7493BD /* SPTExampleGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = AD1FD21D8F457F0E27CFCFB595FCC669 /* SPTExampleGroup.m */; }; - 1FED8413277AEDAFF072EC306BE4FC5A /* PNLocation.m in Sources */ = {isa = PBXBuildFile; fileRef = E6B9417384F1AAEF3A585CE674A6F5CB /* PNLocation.m */; }; - 201BF9C605852822CA5A65ADE282A310 /* EXPMatcherHelpers.m in Sources */ = {isa = PBXBuildFile; fileRef = 93AEF7A08332A013E569FC109270AB45 /* EXPMatcherHelpers.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 204D694B03BFF3B244A6AB73FACFFC43 /* Expecta-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 231DEFBB5E4E226771797D517A35EE2B /* Expecta-dummy.m */; }; - 20607BE2B1E5F31765026E5AC64DB27D /* AFSecurityPolicy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2EE729CB108F93E49233153B2022FF79 /* AFSecurityPolicy.m */; }; - 207B0778FA44B677AA237F5D96C23E28 /* PEARFileManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 92D7C780DF210F826062C7DA4241628F /* PEARFileManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 20C0CFB6F8C29123D1667E2676D8B2F5 /* FBSnapshotTestCase.h in Headers */ = {isa = PBXBuildFile; fileRef = 08D27CF8BF643F6B5B13F8232258D5B8 /* FBSnapshotTestCase.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 20EE8030FCF2402DAC7F1C9B9DDAEF79 /* AFURLRequestSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A9C98362B8CD1F0E2749529D53DEE66 /* AFURLRequestSerialization.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2549CD1370AF63009DEC76693F5E9BD1 /* FBSnapshotTestCase.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D36450A8270AA2A83EA877093A08930E /* FBSnapshotTestCase.framework */; }; - 254A0FE70B70FE015FBD7539ACAE1C2A /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 69983AA8D64CC324488B2C30F20F1B6D /* CoreGraphics.framework */; }; - 260BC7EED9289AF321A6F791964CE472 /* EXPMatchers+respondTo.h in Headers */ = {isa = PBXBuildFile; fileRef = 972238611238826A2E259BFD28D740D9 /* EXPMatchers+respondTo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 274D9545D0357B667BCAA82B3FB38ECD /* UIImage+Diff.h in Headers */ = {isa = PBXBuildFile; fileRef = A829ACCB34F1EA88C97102126F1E0496 /* UIImage+Diff.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 2916A0606136A9DC67F2463AB230868B /* EXPMatchers+match.h in Headers */ = {isa = PBXBuildFile; fileRef = E166162701E3405E15FECEF6994FEF52 /* EXPMatchers+match.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 295C2B75DF7492F4AF35CDF93891E816 /* PNObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C563E439AB59E3D4D17A8022B80F95A /* PNObject.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 299E9DD0F4332D9DB6311B6E60C5832C /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7F3309AC57A70C4687982144553C9212 /* SystemConfiguration.framework */; }; - 29F2AEAF2B01E3739BF745ADE8E9D0A4 /* Expecta+Snapshots-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = CC81989EC2F7F38C770FB47B29B1E665 /* Expecta+Snapshots-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2BDF2CEE0FD0DF35084727B4874A0360 /* Pods-PNObject_Tests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E46B7AFFF2CB3F42C731CF9CFA5DFC85 /* Pods-PNObject_Tests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2C0A8737FDB9B9C6A6BDF437FD11334C /* EXPMatchers+beNil.m in Sources */ = {isa = PBXBuildFile; fileRef = E6275022455B7BEF01F79BED352B30CE /* EXPMatchers+beNil.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 2CFE2898496C1C7096DB8DA43AF19103 /* EXPMatchers+raise.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D4263FB8214129B7A47ABE38111805A /* EXPMatchers+raise.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 2DE7F5F6D818B010419EE954E4BDBCF5 /* SpectaUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = 4518F84A8AE33249879AD096501ACF2C /* SpectaUtility.m */; }; - 2E14619153A453BB8DF389FB6EA147BE /* ExpectaObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CE164DFFFD1548EEA5BC737EFB2E4F /* ExpectaObject.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2E8A32ED46194EDBE22146271F6D26DE /* UIImageView+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = B084A0DAE06CE16B13B08D6D5A550E84 /* UIImageView+AFNetworking.m */; }; - 2EA28CA4258D17900B4229C3731A99AD /* SPTExample.m in Sources */ = {isa = PBXBuildFile; fileRef = EB692859FF4E52214F253B1CDC8E86C8 /* SPTExample.m */; }; - 2F427490ACABC4408D57CC0592276678 /* EXPDoubleTuple.h in Headers */ = {isa = PBXBuildFile; fileRef = A0F8321743E27E471F349C43FFFA019C /* EXPDoubleTuple.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 348473A1D90AFC42672454B9CF8AFEB8 /* Specta-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C332041D67D213B77C9019B97A07B72 /* Specta-dummy.m */; }; - 34B6E9A30603BEBBD87BA535B7D384CA /* EXPMatchers+beInstanceOf.h in Headers */ = {isa = PBXBuildFile; fileRef = 077055C691E79C85089B2CBB50EFF72D /* EXPMatchers+beInstanceOf.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3637BC64699FECD40DB791C67CD45394 /* PEARFileManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B463FAC7628AB20088321502DCE1BF4 /* PEARFileManager.m */; }; - 372F7A9CCE59CE86316CF436F832A3FC /* EXPMatchers+beGreaterThanOrEqualTo.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D8BBFAC4FCF0406684B4912DEFF0BA5 /* EXPMatchers+beGreaterThanOrEqualTo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 37A2D0F8493469EF2495FC689440F079 /* EXPMatchers+beLessThanOrEqualTo.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CEF6C8224D8B72BE896822887E9FEC7 /* EXPMatchers+beLessThanOrEqualTo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 397B320B7C59C168CC5B62E18ED8DEA0 /* EXPMatchers+beSubclassOf.h in Headers */ = {isa = PBXBuildFile; fileRef = 11B8D7A38CA91B88D21DC30CF361022E /* EXPMatchers+beSubclassOf.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 39A998387A26E4C74355B2D4DB470BE3 /* UIDevice-Hardware.h in Headers */ = {isa = PBXBuildFile; fileRef = 11F40498197518D0054C94BB580B6354 /* UIDevice-Hardware.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 39F3AFD4DADD9BF4AEDFAF1FEA82B2F2 /* ExpectaObject+FBSnapshotTest.h in Headers */ = {isa = PBXBuildFile; fileRef = CDE3DA9BC9D60F271CF023406E323EDE /* ExpectaObject+FBSnapshotTest.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3B5B7495707BF7133B9FB3F834045611 /* EXPBlockDefinedMatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D901B838EEC5C1F057C3B0E9D2EAF1E /* EXPBlockDefinedMatcher.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3C2700C7DAA15C6AF84A595865C42F4D /* EXPMatchers+contain.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E6E877D18DB0AC4191855EC8CB90CBC /* EXPMatchers+contain.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3D2789FC760A97301909F0B1201626CD /* AFNetworking-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5EFB4F4A6EBF9B58B69E3E3F5FFAF41D /* AFNetworking-dummy.m */; }; - 3D48EE131B6577ED73A5CC481A6FE40C /* Expecta.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 53EA69E13D877BE7BF297287827474F5 /* Expecta.framework */; }; - 3F1BC9BAFFEEABB1ABC7614DF0FC97D5 /* AFAutoPurgingImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = B491529366D57763C1863C7BFAEAD597 /* AFAutoPurgingImageCache.m */; }; - 403292D82DA62291204BF59524BC4EDB /* EXPMatchers+haveCountOf.m in Sources */ = {isa = PBXBuildFile; fileRef = 731E63E14623364DFA2CE5F112B445FB /* EXPMatchers+haveCountOf.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 4052EB66107F09D6F856EAA1F4FC0846 /* UIImage+Snapshot.m in Sources */ = {isa = PBXBuildFile; fileRef = CE87B9C36054834C443E9E1F536F71CA /* UIImage+Snapshot.m */; }; - 41D77E13D18FE66FFBC27546047C0E9C /* SPTExampleGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D5200015B01A00B8EE614CEC1A72DBA /* SPTExampleGroup.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 46137F5CC368BF38BAF0D0AF81DD8FFE /* EXPMatchers+raise.h in Headers */ = {isa = PBXBuildFile; fileRef = 729C007887FD208D20BA5C7463209CB1 /* EXPMatchers+raise.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 46DEDBAAD2C102FDE47ADB81FCE4EBB2 /* SPTCallSite.h in Headers */ = {isa = PBXBuildFile; fileRef = 29DF17D4BD0DFBF04363B12DF5D708DE /* SPTCallSite.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 471FD4F68E27AB26FA2AEBB8B245CEE4 /* NSValue+Expecta.h in Headers */ = {isa = PBXBuildFile; fileRef = 0667FC521633B245D5797472CBAE44A6 /* NSValue+Expecta.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 475CD2B16A8DFA415AECACF5EC15CE99 /* SPTTestSuite.h in Headers */ = {isa = PBXBuildFile; fileRef = A0B2B2D2C961344B4CF652B166E525DB /* SPTTestSuite.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 47BE16803392A5BB68905A2F6AE2638B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F52ABA27201CE568B40C098A89C5D36F /* Foundation.framework */; }; - 47D16DB1D23CFE027F5BE7F7E391AB4C /* EXPMatchers+FBSnapshotTest.m in Sources */ = {isa = PBXBuildFile; fileRef = E81F08D50F678A8D5B0F18FDD8D26E61 /* EXPMatchers+FBSnapshotTest.m */; }; - 4B5542E72A64100965FFFA704684CED4 /* ExpectaObject+FBSnapshotTest.m in Sources */ = {isa = PBXBuildFile; fileRef = C4FCEB148D2A9DE0A797FBE6968CAE28 /* ExpectaObject+FBSnapshotTest.m */; }; - 4BBCBB9D8EF0B241A4A4FE4982985481 /* ExpectaSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = BFA6C1A3B741D0831BA11C4A61B1671A /* ExpectaSupport.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 4EB3EF278446BB04246DCA3A510C4D1C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F52ABA27201CE568B40C098A89C5D36F /* Foundation.framework */; }; - 4F535B1FDEAB87D360A100F7055A806E /* PEAR-FileManager-iOS-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 116C444E4E0B2289993841A669D8F371 /* PEAR-FileManager-iOS-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5056E0520959CBC31CCB037B59BFC847 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F32ECF5646D462C9042BCE68A5A2EA22 /* UIKit.framework */; }; - 5062716982D7B13BBDA758E244EDDC86 /* NSDate_Utils-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2692A0A67F111639E3EAA40D5DE1889F /* NSDate_Utils-dummy.m */; }; - 51DDDB0FB4899757CF6A826B531B940D /* EXPUnsupportedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 680CFD1FCDFA6B058464345597F0BBF0 /* EXPUnsupportedObject.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5407747D01B6D6D055EE6C506BFBE7F7 /* PNObject-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = ED867712668303BA41A70CB5E1969AC2 /* PNObject-dummy.m */; }; - 5458D510DB38CC1C545E109F04FFC27A /* SPTCompiledExample.h in Headers */ = {isa = PBXBuildFile; fileRef = 852ED4B265FE033613AC722C1062C301 /* SPTCompiledExample.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 54AF62ACF67074BA98574325C3093D1F /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E58B3E175987E25D86BAB908141DFF75 /* Security.framework */; }; - 560698A4D707DCBCC1C8F98BC9B89B23 /* AFURLSessionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7264E73C67D22139208F59592E9961DD /* AFURLSessionManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 57DF0D0CC9C99551558F1B74CDCCCC98 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9FCB3A240708EE7EF2337BE7A85BDA7C /* XCTest.framework */; }; - 5808B477EFF509D810B5CDCFDC944F80 /* AFImageDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = 57AC1497F372BCC2F1675EFD329028EE /* AFImageDownloader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5B2D4A621D3DA971A474776AF36BB073 /* EXPBlockDefinedMatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 93027BCB2CB00856CF97BEA85FBE0BCC /* EXPBlockDefinedMatcher.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 5CF7526D330A734F7ABCDCFF3D1A9B35 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F52ABA27201CE568B40C098A89C5D36F /* Foundation.framework */; }; - 5D8BB0A730FC0A0AE17B84459F953E5F /* PNObjectSubclassing.h in Headers */ = {isa = PBXBuildFile; fileRef = C9C71517432E5C75DC0A3A15BB2F67CF /* PNObjectSubclassing.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5EA7043FE10E75D02F3C3052AF8B8318 /* EXPDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 8AB065F9E7871AB78576CEC23B72D0AD /* EXPDefines.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5FF6453E55785669885F626B853FD2AA /* UIProgressView+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = E75DAAFC920067DD87C26508EF097BE4 /* UIProgressView+AFNetworking.m */; }; - 60E3009342BEE96D32C546BE2DB60052 /* UIImageView+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 5115E74D3D1BEE398F4A023E24121BD9 /* UIImageView+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6184ABDA3CAD8105CBAF2199B838191F /* UIDevice-Utils-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 0119C90B122B618D30B242F76C7D3A79 /* UIDevice-Utils-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 659960F7E28E993E08CCC1E8A383E710 /* UIKit+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = DE532B43526854304B2FF59160AD3587 /* UIKit+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 65BC31095CCDFC80CBF6BBA843751F23 /* EXPMatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = A7396073D01D42C1A4A64BB83CE09172 /* EXPMatcher.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 66A27898E989A3FA5C15AA671C4536F0 /* EXPMatchers+beIdenticalTo.m in Sources */ = {isa = PBXBuildFile; fileRef = ABC2BD19C88FB68928A4ACDD68A9A724 /* EXPMatchers+beIdenticalTo.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 67459AD239EF669A365519E06B45DCFE /* EXPExpect.h in Headers */ = {isa = PBXBuildFile; fileRef = A9C30C86ADD90253F9625EE97E677992 /* EXPExpect.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 68152D921ABF6A423C192C04FDF94F0F /* AFNetworkReachabilityManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D147D9B92257C3B94B576C35DC424BF /* AFNetworkReachabilityManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6846FE011C496CB400FD46A7 /* NSDate_Utils.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6BCF0B57CC5FE7DB7261CE7C60EAE6C1 /* NSDate_Utils.framework */; }; - 6846FE021C496CB400FD46A7 /* PEAR_FileManager_iOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 27053B717A2E6C890A9A5567BE892759 /* PEAR_FileManager_iOS.framework */; }; - 6846FE031C496CB400FD46A7 /* UIDevice_Utils.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CB327A2C4264D8D750739600AF58AB3C /* UIDevice_Utils.framework */; }; - 68A38977EBAE334DC3C22386D00D2622 /* AFNetworkReachabilityManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 01C0656AD6CD15FA1E1CD0B12E72DBAC /* AFNetworkReachabilityManager.m */; }; - 6E1D978790705E137FDE439AA68DD3AA /* EXPFloatTuple.h in Headers */ = {isa = PBXBuildFile; fileRef = 61F3C1DB6F4E00473063EACFC5515CC3 /* EXPFloatTuple.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6EBB812C79C5E73FF5263EAB649CEEBC /* SPTTestSuite.m in Sources */ = {isa = PBXBuildFile; fileRef = DE7319124E858F652E78EEE78BFCD99A /* SPTTestSuite.m */; }; - 6ED4ABEE8A5F51F5ECB59FA1781D29C6 /* UIActivityIndicatorView+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = 00CF9AD323F4143FCE6694EBA30BEB6D /* UIActivityIndicatorView+AFNetworking.m */; }; - 6EFC63A5CED45BB39FC79D87F2C47D6B /* EXPMatchers+beGreaterThan.h in Headers */ = {isa = PBXBuildFile; fileRef = 792CFC9325C0ACB6EB08A01A6BD38F48 /* EXPMatchers+beGreaterThan.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6F278423C8AE1DA47F35E374BB5B91EC /* EXPMatchers+beSupersetOf.m in Sources */ = {isa = PBXBuildFile; fileRef = 53079E33AC4EFBBE446B58B5C9AD7B3A /* EXPMatchers+beSupersetOf.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 707B1A7541C8DBDDE8C27896A61370BE /* AFURLSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 472BFFF9F27894940F02DF7071AB20E6 /* AFURLSessionManager.m */; }; - 70E4BCC789D8C8F1033F23E0752502A7 /* FBSnapshotTestCase.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A32AF4D883390B0F2AF7CB064D6E567 /* FBSnapshotTestCase.m */; }; - 715A1122272BB3A29A10AAE4C8C03913 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F52ABA27201CE568B40C098A89C5D36F /* Foundation.framework */; }; - 7332F15718920917F544F35CE2C038AA /* AFURLResponseSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = 1713E8DF36EE24BDD474593A71C61871 /* AFURLResponseSerialization.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 75D6D33A31C363AA7100B9D69A40CC9F /* SPTCompiledExample.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F8244AC7C380BAC0FF7995A0DD0985C /* SPTCompiledExample.m */; }; - 76CCABE79C04444450153424D7CE1DC1 /* EXPMatchers+beSupersetOf.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C07FC3585B90CDC7B4253F3CDD27B9F /* EXPMatchers+beSupersetOf.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 76D337327C10A7555447B69AA1562647 /* EXPMatchers+beInstanceOf.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BD3279B3B9EBDFF6097082F89B34E7F /* EXPMatchers+beInstanceOf.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 772BFB9529121111C517FBA06EA26237 /* Expecta+Snapshots-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 96598024D930A60C681375C1DF09DE6C /* Expecta+Snapshots-dummy.m */; }; - 7861523B9D5DFCF0F4A56E4DE3296AA2 /* FBSnapshotTestController.m in Sources */ = {isa = PBXBuildFile; fileRef = 723A847962247DDB3BC419C8B19D36C9 /* FBSnapshotTestController.m */; }; - 79558B1F97ABE4AB8942DC18BEBD4B82 /* EXPMatchers+beKindOf.h in Headers */ = {isa = PBXBuildFile; fileRef = 6188FAB496F61A82CC5B25315035E54D /* EXPMatchers+beKindOf.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 79D80D40B13CD1C26F10BDAC1496AB46 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F52ABA27201CE568B40C098A89C5D36F /* Foundation.framework */; }; - 7B223B4E6EF14BA12DA113F7EE10B96C /* NSObject+Expecta.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F5B8ECC50DE0A0648459CB8E03120C0 /* NSObject+Expecta.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 805E425BBEF7A6133E32E1D30A073010 /* EXPExpect.m in Sources */ = {isa = PBXBuildFile; fileRef = BB946E78D3AB1817B7BE4FFFAF51BB20 /* EXPExpect.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 81B617F8D26BB10C5726D75E85D21EB7 /* UIButton+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = D0C8EC4D7223E809A20EF5E01C4B7BF9 /* UIButton+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8247F34C45EDD7B97CBC3488E090D15D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F52ABA27201CE568B40C098A89C5D36F /* Foundation.framework */; }; - 837B593D7C1D01B4EA400247309D6AB0 /* Expecta-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 70AF5C61DBBAA303456ABD23D9DEF8D2 /* Expecta-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 84BE4AFF86EBC3ABAB017F172842D643 /* PNUser.m in Sources */ = {isa = PBXBuildFile; fileRef = B18827CC1AF665D7CBD0D24E7DA296A1 /* PNUser.m */; }; - 85E31076D5530AEEB45ACF16B2B8A983 /* EXPMatchers.h in Headers */ = {isa = PBXBuildFile; fileRef = F462F789E7FB9E0958BDB03D88F0FBE3 /* EXPMatchers.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 85EB2F216487CB2E8F3FCCFBC4D69912 /* EXPMatchers+beTruthy.h in Headers */ = {isa = PBXBuildFile; fileRef = 33C3E715C562A5C56F2E392BE1ED75A5 /* EXPMatchers+beTruthy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 87C5A3F462D39B8B514DFC82980DA942 /* SpectaDSL.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D1A759D33F173D10E0B7015AE80CF23 /* SpectaDSL.m */; }; - 87FD5F0F682CDEB6A348CA448889E3EA /* EXPMatchers+beKindOf.m in Sources */ = {isa = PBXBuildFile; fileRef = 64ABF623C50C215070FC44795D797682 /* EXPMatchers+beKindOf.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 89A46B63E469F17791D14FC64466794A /* UIImage+Diff.m in Sources */ = {isa = PBXBuildFile; fileRef = 95EABF09D36FAE5816ACC4FFDD253A49 /* UIImage+Diff.m */; }; - 8AEED396EA1BF8EA92F1771BA96E61A4 /* UIDevice-Utils.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 5B5C169A7A6F9F35D18EB5691C3CAD4C /* UIDevice-Utils.bundle */; }; - 8BE86C455C7178A1352C8672252D5164 /* SPTSpec.h in Headers */ = {isa = PBXBuildFile; fileRef = 16381C8F5ADB6A8C9F60144F32E457D0 /* SPTSpec.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8C8C1B0D83FE6A4352F15154DB16372C /* EXPMatcherHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 2AAA9A2FF692B4E11F127ABBA5AA8270 /* EXPMatcherHelpers.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 907E98E177A96DE733A9EDE0847930FF /* PNObject.m in Sources */ = {isa = PBXBuildFile; fileRef = D91C66B249097C92CBCB96737C94B289 /* PNObject.m */; }; - 918E06480F28F27361B19D19432F8538 /* EXPMatchers+endWith.m in Sources */ = {isa = PBXBuildFile; fileRef = 5FCE0EEEA51957BFB0C9A1B31785C6DA /* EXPMatchers+endWith.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 931D410B9F8ACB935883DF8C59F9C93E /* EXPMatchers+postNotification.m in Sources */ = {isa = PBXBuildFile; fileRef = E25DD7021E70A195FA82B61C00864AB9 /* EXPMatchers+postNotification.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 941354E1B678B9221BD1C15EE37BA55E /* PNObject-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D21BA597DC54DA5B79874658C865E54 /* PNObject-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 942DE3FE6614D632A898AF8D00E437DC /* SPTCallSite.m in Sources */ = {isa = PBXBuildFile; fileRef = C9DC12BFABE07666DD4F120195F6CBA9 /* SPTCallSite.m */; }; - 94C47C87E397972CE98F75929F3B706C /* ExpectaObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 00B0B399D3C61A4F51723CDBFFD2DB8A /* ExpectaObject.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 9B2E761A064459F77EA9870BEF03ACC3 /* EXPMatchers+postNotification.h in Headers */ = {isa = PBXBuildFile; fileRef = B6B08F884D9E5AAEC4C91E0CEE9E06C5 /* EXPMatchers+postNotification.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9BB9159FBA757600D3D4C0FF645F3911 /* EXPMatchers+beInTheRangeOf.m in Sources */ = {isa = PBXBuildFile; fileRef = CE5DB4BC4F106F89C9CD4C9D535CB97C /* EXPMatchers+beInTheRangeOf.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 9E1723E2FE89DC9BD907271B23B585F2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F52ABA27201CE568B40C098A89C5D36F /* Foundation.framework */; }; - 9E1E90DED74B73ECE53C9AD76DE53E2D /* UIImage+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 7968D24D26E093F665513DEBD3A5E14E /* UIImage+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9E765BDE565E085EB56B69B62FC6B23F /* PNAddress.m in Sources */ = {isa = PBXBuildFile; fileRef = E9E41E4FFB49746CFD6BDDCFF795C05E /* PNAddress.m */; }; - A00EC4B7A1B96BA93FD5F8C6D58E2CF7 /* NSDate_Utils-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = BC5332092A275215EA81B7A180089C08 /* NSDate_Utils-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A0167487A7CBB010EC0E8CCB9D49644C /* XCTestCase+Specta.h in Headers */ = {isa = PBXBuildFile; fileRef = 02C1CCA906DB8F2DEDF2F199F2262598 /* XCTestCase+Specta.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A03B40E7BEF11B35B923635D71ED06FD /* SPTGlobalBeforeAfterEach.h in Headers */ = {isa = PBXBuildFile; fileRef = B18531DAB0C92B47BC6B34F097747A28 /* SPTGlobalBeforeAfterEach.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A462945883F7729B185B64B679A6BFBE /* UIWebView+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = 312B6D8F8E4F8197145BC05D4EFF798D /* UIWebView+AFNetworking.m */; }; - A6C6019D45BE62C61210A9CC619368EF /* AFNetworkActivityIndicatorManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 98C6631C8A5AB6830B4C85C4E316A6FD /* AFNetworkActivityIndicatorManager.m */; }; - AB39AC9746E7575D7449700475E41B0B /* AFHTTPSessionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CADBBB423380FDCA673761B70A0FAFD /* AFHTTPSessionManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AB889BC8C7B93051E0C88B77E41444D3 /* PEAR-FileManager-iOS-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 31A98D7DB13DDB1AF3280F169F14BC6C /* PEAR-FileManager-iOS-dummy.m */; }; - AC639DCECF299D3C6EE692ACEC43C0F8 /* SPTSharedExampleGroups.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B07E3A6961EE0F0821BEDD4EFDBC3E6 /* SPTSharedExampleGroups.m */; }; - AE2A07407FB50BA249984DC0620E84C0 /* UIWebView+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F58AD51CDC214F86073965CEF4DB89C /* UIWebView+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AF03C11A1FAC8132AD3749D8F541701A /* UIButton+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = C9A6D00AE10BF3C39CCB9F5BB8DD39AF /* UIButton+AFNetworking.m */; }; - AF1F46668D4591602887998C6E9C10AD /* EXPMatchers+beCloseTo.h in Headers */ = {isa = PBXBuildFile; fileRef = FB40504B37813B22D5041650F8E335AA /* EXPMatchers+beCloseTo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AFFC8900E52BBEC72059334132F3A8F3 /* ExpectaSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 58A2BEF45B88FB715BB96E49CBCF87AF /* ExpectaSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B0B9ABC4C87AA49D5745147708A7899F /* SpectaDSL.h in Headers */ = {isa = PBXBuildFile; fileRef = 35585DFFA728C4C5A14AA183EC036013 /* SpectaDSL.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B2999B5516F34A3275A321ED502DAD3C /* XCTestCase+Specta.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D235B3CA6493F5DFD4DF8399F3F6E52 /* XCTestCase+Specta.m */; }; - B334F13620BCCE42AEC8CBC53C64A903 /* SPTSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = 64F490A38FEF85969F7D32CF7DAD9297 /* SPTSpec.m */; }; - B5852322ADE88AAD56EE042B80BA81E4 /* AFURLResponseSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = 53812272391D9612B78D0372F2DFA9B4 /* AFURLResponseSerialization.m */; }; - B84431CF8C64F363A334AA7089F6C134 /* NSValue+Expecta.m in Sources */ = {isa = PBXBuildFile; fileRef = A98C4E446CB7E44B70B68A03B294D040 /* NSValue+Expecta.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - BA12B131F10BCE3BE6E9A02FC908FE9D /* EXPMatchers+beCloseTo.m in Sources */ = {isa = PBXBuildFile; fileRef = 72EB7E5F5CDA29AB6F0E4BC25DE5F867 /* EXPMatchers+beCloseTo.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - BC55C8365AEFF8217F6A567607754854 /* EXPDoubleTuple.m in Sources */ = {isa = PBXBuildFile; fileRef = D787AD02E49323EDF499CEA4B18362E2 /* EXPDoubleTuple.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - BEFFE9FFE52E9A0833A7D2D8FB67EB4D /* EXPMatchers+beSubclassOf.m in Sources */ = {isa = PBXBuildFile; fileRef = F7FE7E898C64DAE5E020AE493772158A /* EXPMatchers+beSubclassOf.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - C036314558DC783F0EB8466BB354320F /* XCTest+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 3815F645AAADCAF88CC9740D8FED47C6 /* XCTest+Private.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C2DD28375E1F0B1D0D1D2E4E607C499F /* AFSecurityPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CCB15DE181920D49ED519522A12BC5B /* AFSecurityPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C4E1A37F6D79C64BF9873B7A1E965EC8 /* PNObject.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 50F53D1643B9ED1F04EAF728153AEDAA /* PNObject.bundle */; }; - C6354FEC7728A4C86DAD8092509BA7D4 /* UIRefreshControl+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 92B62A9467BD08CEDCCC1BF8AB515D45 /* UIRefreshControl+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C6E9B0A908F410317F2DBBECA0944AAB /* FBSnapshotTestCase-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 185504E9BC20A737B0F6C725AFC1921A /* FBSnapshotTestCase-dummy.m */; }; - CAC4420D53FB5288CEBCE296412C16CB /* PNAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = 5703F7FB23E27F0C8905A3C346890521 /* PNAddress.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CAC483EF637FB4A2C2E2FC75BA631B87 /* AFAutoPurgingImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 03AEAD3C2B6F38C1A68385FBEC16507E /* AFAutoPurgingImageCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CE254752A8C232EBE37D84810F7724E5 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F52ABA27201CE568B40C098A89C5D36F /* Foundation.framework */; }; - CE3F4ECBB0BC095577D66AE50C8E604C /* EXPFloatTuple.m in Sources */ = {isa = PBXBuildFile; fileRef = B30B8D4EC5724E9404D704E681CF9BE1 /* EXPFloatTuple.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - CE706AD64F95B815E15F7154C20C9B8C /* PNObjectConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = B8DB6A53ED4721628F445F65D755B2E6 /* PNObjectConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CE91E0B7C2BF362403CB3A75E69AA061 /* UIImage+Snapshot.h in Headers */ = {isa = PBXBuildFile; fileRef = 54293BEDFCD9CE82F2C279AD4B41D67A /* UIImage+Snapshot.h */; settings = {ATTRIBUTES = (Private, ); }; }; - CFA8D6B529A0EBFF0316F2629AB2556E /* AFImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = 369EF4C1F5BDF496FA846C56A6E4870A /* AFImageDownloader.m */; }; - D000E3F9104E3B518D5296061F07BAC6 /* NSDate+NSDate_Util.h in Headers */ = {isa = PBXBuildFile; fileRef = BC1C2A65F78882A083F81AE54885379E /* NSDate+NSDate_Util.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D181FA8D3863D4294F5CD912DBEDA7C2 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9FCB3A240708EE7EF2337BE7A85BDA7C /* XCTest.framework */; }; - D1D3674271C4183F0C9E138EF724DEB7 /* UIDevice-Utils-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B22ACC9B3ADC87EE7F92E8760D777A4 /* UIDevice-Utils-dummy.m */; }; - D1E9E55D21C92E33ACE7E911BCB96269 /* FBSnapshotTestCasePlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = 6456DEF4D3F54D788069D69C45928CBC /* FBSnapshotTestCasePlatform.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D6626FBFBD98BE5EC11505D3708E9C29 /* PNObjectProperty.m in Sources */ = {isa = PBXBuildFile; fileRef = C638CD7E3E6A608A663DAF8E37DBC950 /* PNObjectProperty.m */; }; - D83677C54D2226C67886A525B0B46FBE /* EXPMatchers+beLessThanOrEqualTo.m in Sources */ = {isa = PBXBuildFile; fileRef = 1904F5E4534B5BBEC9867AFBB51ED621 /* EXPMatchers+beLessThanOrEqualTo.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - D9F4E833E37B611B432F6B5D7072DDA2 /* UIProgressView+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CB1274205C7A040F2B11C88E1B54172 /* UIProgressView+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DB30F82FB1BE083D9471B965FB500CA2 /* EXPMatchers+conformTo.m in Sources */ = {isa = PBXBuildFile; fileRef = B8D1FA8C4EE246A36E4E4831C67680F8 /* EXPMatchers+conformTo.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - DC99B3BACBBE610176C489CB4F112FB3 /* SPTExcludeGlobalBeforeAfterEach.h in Headers */ = {isa = PBXBuildFile; fileRef = C7D89C09473939D9000E883749E7A017 /* SPTExcludeGlobalBeforeAfterEach.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DE7E50D08184052574DD94F7D20067BF /* UIDevice-Hardware.m in Sources */ = {isa = PBXBuildFile; fileRef = DB25C8D56F3BC7AF00EC94819841709D /* UIDevice-Hardware.m */; }; - DFFA215EEAA8DDBD540076927535275C /* AFURLRequestSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = 0086B599B6C85DF27B4ED96EEBA0F597 /* AFURLRequestSerialization.m */; }; - E0A077DFB064B79685B810CCEFB2F1EF /* EXPMatchers+respondTo.m in Sources */ = {isa = PBXBuildFile; fileRef = FFA9C82F3CA4A7726C38765EA662E470 /* EXPMatchers+respondTo.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - E0AAF49134A0505DF00E20E7B62087E1 /* EXPMatchers+beIdenticalTo.h in Headers */ = {isa = PBXBuildFile; fileRef = 83EF389320BC8B3BF6D71B078974AC6E /* EXPMatchers+beIdenticalTo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E0D4045AC4C1B41917FCA23A042D18B2 /* AFHTTPSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F4D1EA21341FF1B04C50B1C5453758C /* AFHTTPSessionManager.m */; }; - E10811B5E4578C31FB675361C99EDED6 /* UIImage+Compare.h in Headers */ = {isa = PBXBuildFile; fileRef = D382546D2C84FB1FD054DF511E64DDF0 /* UIImage+Compare.h */; settings = {ATTRIBUTES = (Private, ); }; }; - E1EC4532663CA75DE5BD00CB0A56814D /* Expecta.h in Headers */ = {isa = PBXBuildFile; fileRef = F9664ECC37853F2F4C53EA28E02A4B11 /* Expecta.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E2F8A72DE5FBED72FEAD32839FF09F6D /* SPTExample.h in Headers */ = {isa = PBXBuildFile; fileRef = 95D4B9664052A1C4C44C63454B6C1EED /* SPTExample.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E3C61206BEDBA3EBAA0A69B51DE0F3AA /* FBSnapshotTestCasePlatform.m in Sources */ = {isa = PBXBuildFile; fileRef = AB96365A5153FA50BDB938207154513D /* FBSnapshotTestCasePlatform.m */; }; - E4EC16570D46F25B3BD2830D65C06AE5 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F52ABA27201CE568B40C098A89C5D36F /* Foundation.framework */; }; - E5F136B714B1A1249329EAAA89ACD79C /* PNObjectConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 52BD2ABA41A4BDF04185D5F9542D4DAD /* PNObjectConfig.m */; }; - E735386085CE344F6A01178CF4763852 /* EXPMatchers+beNil.h in Headers */ = {isa = PBXBuildFile; fileRef = 991F3CF7356D606F1EB7B29CD98506D8 /* EXPMatchers+beNil.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E7988678C81F7CCB95D239375FC6986D /* AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 82AB26C80BBEABC97E60E162BDB7B620 /* AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EA840679AC9463E0E3D371FCC3466B0A /* EXPMatchers+FBSnapshotTest.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E6A13BA89A028B6BDBF2E7C01FC96FD /* EXPMatchers+FBSnapshotTest.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EA8E630DD2C78A4A5DC0F8DEF3484D62 /* PNLocation.h in Headers */ = {isa = PBXBuildFile; fileRef = A0A3A7DEAB99A736702E29CD91AC04F2 /* PNLocation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EC3414CDAA9691CCA70739A44A1E7A9D /* Pods-PNObject_Example-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = AA1CE72928E46C7F70D4BBE1CD90756D /* Pods-PNObject_Example-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EC7CADE416A78A1CD6936018A6695126 /* AFNetworking-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 20B68B3A3F5D9BB99DDD14EC6B840405 /* AFNetworking-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EF6497EE123F6BC0C1B09717437C5908 /* EXPUnsupportedObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F1BB2ADA82E22F3F0913AC850D335C0 /* EXPUnsupportedObject.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - F0DDF02A078B917997FF025BB33BB842 /* EXPMatchers+conformTo.h in Headers */ = {isa = PBXBuildFile; fileRef = AA8B73F95EA806BA1F359F5D99822CBF /* EXPMatchers+conformTo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F12D57414A73406831CC032A7170DBFF /* EXPMatchers+beginWith.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C0D6CF0102398AA5794D260E6CA94B0 /* EXPMatchers+beginWith.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - F1867C99D4A92FC191093E4901E463B5 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9FCB3A240708EE7EF2337BE7A85BDA7C /* XCTest.framework */; }; - F41209A94070904A00BDF24ACB6336B6 /* EXPMatchers+beFalsy.h in Headers */ = {isa = PBXBuildFile; fileRef = A57B5C631B9EB4F5FE82A815FD1205E3 /* EXPMatchers+beFalsy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F58F9BC7759BB8A5007B8821A275AEDD /* FBSnapshotTestController.h in Headers */ = {isa = PBXBuildFile; fileRef = 009062739020CCD0E6297F2C8D4CFB93 /* FBSnapshotTestController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F5B56E9DAA86BFE857E546E0986597DC /* Specta-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FE77851AA58DDB7CD067DDA327931D1 /* Specta-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F65411E9EF00A9BB39D6BD1521A4F3FD /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F9E22B61DD570EEF664FE4F46779E934 /* MobileCoreServices.framework */; }; - F6BB55A8386E361E9D22492FB3C2E868 /* PNUser.h in Headers */ = {isa = PBXBuildFile; fileRef = AFA71EF908F4238F299DADAEC4743F0D /* PNUser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F75CB2A727F678C9A848A3A11EA7979B /* EXPMatchers+haveCountOf.h in Headers */ = {isa = PBXBuildFile; fileRef = ADB01FE4B3DF3EA50915878776A88684 /* EXPMatchers+haveCountOf.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FA839F20BC13A260E089D374CAAB584E /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9FCB3A240708EE7EF2337BE7A85BDA7C /* XCTest.framework */; }; - FC20596ABFE14A61F171A29FD03275E7 /* EXPMatchers+contain.m in Sources */ = {isa = PBXBuildFile; fileRef = AE3FC0336DCF98CD24220FB3C4AF534C /* EXPMatchers+contain.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - FC45858927D3B6A0F922C4B697B04A38 /* EXPMatchers+match.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DDC1EDF29C314462DBE55FFD34C51EF /* EXPMatchers+match.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - FCDC9C0B871F82CB1AEE73303F9A2927 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EF784364E26CA5C11C77E4A34F0BCC4C /* QuartzCore.framework */; }; - FD2D4497BC41412128C2D87C1BDE7398 /* EXPMatchers+beginWith.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D750B75B3C40BCBE799D93256132FF6 /* EXPMatchers+beginWith.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FE8E34356D24F6759A8B010ED2F5707B /* EXPMatchers+raiseWithReason.m in Sources */ = {isa = PBXBuildFile; fileRef = 264F3B713EF22CA791B9485BEFA42727 /* EXPMatchers+raiseWithReason.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - FFDEB858DE6BE64A1A59CCF4760D470E /* SpectaUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E49D273A400D01F7C968DEDB310739A /* SpectaUtility.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 017128DD00E3BF5FFE49A7B4E3D752E8 /* SPTCallSite.h in Headers */ = {isa = PBXBuildFile; fileRef = F2F9E0F0D8C676FDEF57F4AB684EF18E /* SPTCallSite.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 07CAFACAFAC87ABBF28D453E70832464 /* UIImage+Compare.m in Sources */ = {isa = PBXBuildFile; fileRef = B5C24A839047B4CA4869261059ADECD5 /* UIImage+Compare.m */; }; + 0A5DFD94EE83E385C1C7D24986E04592 /* SwiftSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = AED0961EA7074A81B21740179590DD61 /* SwiftSupport.swift */; }; + 0C6FF91EB1F0391ED75DC72D31D159EF /* EXPMatchers+beTruthy.m in Sources */ = {isa = PBXBuildFile; fileRef = 12B8BD7EA5359EE1B5AF8FF13FE27D55 /* EXPMatchers+beTruthy.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 0D16B556212D317A0D4FEB71E102E207 /* EXPMatchers+beLessThan.h in Headers */ = {isa = PBXBuildFile; fileRef = 252AFDD57DE220637AF5C7A5E66DDC01 /* EXPMatchers+beLessThan.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0D81B954B8E8E9CD5B0D336A6B52564F /* PNUser.m in Sources */ = {isa = PBXBuildFile; fileRef = 009C9D570C3C0B42D8DF3694030BEDB0 /* PNUser.m */; }; + 0EA46C69591D6FFB93457D45C923E309 /* PNLocation.m in Sources */ = {isa = PBXBuildFile; fileRef = ABBA0B8CCE26AA85FB1971E12F1A89B9 /* PNLocation.m */; }; + 0EBFA5FBE4953A83B677CE2A75746761 /* EXPMatchers+beLessThan.m in Sources */ = {isa = PBXBuildFile; fileRef = 79C32C1F9F8BBABB55FC82370DECD800 /* EXPMatchers+beLessThan.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 0F94F5B0ABB3252B9275B7C129EC7A26 /* EXPMatchers+equal.h in Headers */ = {isa = PBXBuildFile; fileRef = EF7DB9B2219CD674040184339A17836A /* EXPMatchers+equal.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 11C1AEB289C1EB80089349B71F09D04B /* EXPMatchers+raiseWithReason.h in Headers */ = {isa = PBXBuildFile; fileRef = BA2244EEC3DFB3996B263ECBC2F98D2B /* EXPMatchers+raiseWithReason.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1312A7D381C51428CF481E33E3D37901 /* EXPMatchers+beGreaterThan.m in Sources */ = {isa = PBXBuildFile; fileRef = BCC8A81AEA8F45E6D0F720608ECF25F0 /* EXPMatchers+beGreaterThan.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 131532787AD40BE1F35DF288D2E6FFD7 /* EXPMatchers+beInTheRangeOf.h in Headers */ = {isa = PBXBuildFile; fileRef = AF9864A4EC4A58367228847EC4C27002 /* EXPMatchers+beInTheRangeOf.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1480F4923DBBF217F60572EEECB4027C /* AFNetworkActivityIndicatorManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 467801FF5D47074FD2B560FA1B23F2C0 /* AFNetworkActivityIndicatorManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 154FE40BF807A22A341770459ED0BCA9 /* NSDate+NSDate_Util.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DD4044F2019818D9FDC016EE55945D8 /* NSDate+NSDate_Util.m */; }; + 174202BD6AE0E4A41F5CE66E975EAE52 /* UIRefreshControl+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = A25B83D5C94D9AD8B2645CFA0E696DDE /* UIRefreshControl+AFNetworking.m */; }; + 17572374B2AE183C6347C41E8DF8E579 /* EXPMatchers+beFalsy.m in Sources */ = {isa = PBXBuildFile; fileRef = 760087EB44FCC6E6F6990E7523FAECAE /* EXPMatchers+beFalsy.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 1A1AB2EC52323C5EA28DAA99F1E1A90D /* EXPMatchers+endWith.h in Headers */ = {isa = PBXBuildFile; fileRef = F95D3C93A19158D2C724AE838F61BDFB /* EXPMatchers+endWith.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1A1C6654D66772C852D69F495F371269 /* PNUser.h in Headers */ = {isa = PBXBuildFile; fileRef = C8062E31CFB626F1E471945F0AACA51F /* PNUser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1AB3304B6884F626BC54150AC7565E18 /* EXPMatchers+equal.m in Sources */ = {isa = PBXBuildFile; fileRef = F175E750B6FD36C665EC169FBD248587 /* EXPMatchers+equal.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 1B0389CD88AA949B34DC7269030FEC6F /* EXPMatchers+beGreaterThanOrEqualTo.m in Sources */ = {isa = PBXBuildFile; fileRef = FAB8F22D328CDC2CC35A8E7583C5B000 /* EXPMatchers+beGreaterThanOrEqualTo.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 1BB6760B35F6B031257170AA4921F0DC /* PNObjectProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 00C1D1960D5C260186086329FF4D122C /* PNObjectProperty.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1D2B1A63411DA415D68EF008A603D564 /* UIDevice-Utils.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 9FBC3D3A0F91D4AB05D8C934883FC5EA /* UIDevice-Utils.bundle */; }; + 1D80CC0197DAA1C570189DCE17DA1AD2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CAF17A9413D14E8EBEA17A44DF4A4E1F /* Foundation.framework */; }; + 1E5B8F12ED7CC40ECDB9B1F755F387E5 /* UIActivityIndicatorView+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = B4659BB681623539C1E381266644D9D2 /* UIActivityIndicatorView+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1EB1017329A4B7619553CBD5FF5D0DAA /* NSDate_Utils.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 42F4293F70BB18889EEF9844FF045A4C /* NSDate_Utils.bundle */; }; + 201BF9C605852822CA5A65ADE282A310 /* EXPMatcherHelpers.m in Sources */ = {isa = PBXBuildFile; fileRef = 86CCA707633C01E7F20A143620E82A91 /* EXPMatcherHelpers.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 204D694B03BFF3B244A6AB73FACFFC43 /* Expecta-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B55B191D0BC374144F0D8CEAEF7D18F6 /* Expecta-dummy.m */; }; + 20607BE2B1E5F31765026E5AC64DB27D /* AFSecurityPolicy.m in Sources */ = {isa = PBXBuildFile; fileRef = F3F4A2D9858F67BE07CF703724AA35AF /* AFSecurityPolicy.m */; }; + 207B0778FA44B677AA237F5D96C23E28 /* PEARFileManager.h in Headers */ = {isa = PBXBuildFile; fileRef = EEBC96FE602F9D4E3ED5581BB2EFA686 /* PEARFileManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 20C0CFB6F8C29123D1667E2676D8B2F5 /* FBSnapshotTestCase.h in Headers */ = {isa = PBXBuildFile; fileRef = 10FDC677574A6562DC46E76D40F7821C /* FBSnapshotTestCase.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 20EE8030FCF2402DAC7F1C9B9DDAEF79 /* AFURLRequestSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = 60CB0EFAAC57BEBDDC212BE202A1E6DD /* AFURLRequestSerialization.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2549CD1370AF63009DEC76693F5E9BD1 /* FBSnapshotTestCase.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 66590AAD995CB7EE2733821FE60E2C5F /* FBSnapshotTestCase.framework */; }; + 254A0FE70B70FE015FBD7539ACAE1C2A /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CABD57B5D4671B52039BE8C6343C42D1 /* CoreGraphics.framework */; }; + 260BC7EED9289AF321A6F791964CE472 /* EXPMatchers+respondTo.h in Headers */ = {isa = PBXBuildFile; fileRef = 5EB4976A722EBF1CA6581731561481E2 /* EXPMatchers+respondTo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 274D9545D0357B667BCAA82B3FB38ECD /* UIImage+Diff.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B4A033F1E9BDC5FC8A785EDB3CEE3A3 /* UIImage+Diff.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 2916A0606136A9DC67F2463AB230868B /* EXPMatchers+match.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E5476305A84C19360B5497FFAC4E7AA /* EXPMatchers+match.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 29496F735B364081AF52AC8B5ED42C79 /* Pods-PNObject_Example-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = AA1CE72928E46C7F70D4BBE1CD90756D /* Pods-PNObject_Example-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 299E9DD0F4332D9DB6311B6E60C5832C /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C40F2BC1AA2AB14A51FB1193B1A687C2 /* SystemConfiguration.framework */; }; + 29F2AEAF2B01E3739BF745ADE8E9D0A4 /* Expecta+Snapshots-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 549849546007C6D88540FB828C076C4D /* Expecta+Snapshots-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2B94340B4D63656EC1DAE8588C0905CC /* SPTCallSite.m in Sources */ = {isa = PBXBuildFile; fileRef = BF3A302EBF9FC72A93FDAC46A18AE870 /* SPTCallSite.m */; }; + 2BB509BFC8D35CA0B4A3B145720D7F90 /* SPTExample.h in Headers */ = {isa = PBXBuildFile; fileRef = EE1683091A10AF021AD89064B1275C3D /* SPTExample.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C0A8737FDB9B9C6A6BDF437FD11334C /* EXPMatchers+beNil.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A69572F7F8CFB2C388AF2E2B60A4158 /* EXPMatchers+beNil.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 2CC84F367366E962E8710E53FDEEDB88 /* nv_ios_http_status.m in Sources */ = {isa = PBXBuildFile; fileRef = 6063A07F7C480016CA9219023F60CB23 /* nv_ios_http_status.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 2CFE2898496C1C7096DB8DA43AF19103 /* EXPMatchers+raise.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BF875C85FFFAB7157EE0AC0930CD0F1 /* EXPMatchers+raise.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 2E00CF37C528D41E03A891F73A8130B1 /* NSDate_Utils.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E743D8AFD01B9F09265F9ABE26524BC1 /* NSDate_Utils.framework */; }; + 2E14619153A453BB8DF389FB6EA147BE /* ExpectaObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 70FDE9093969EBA6E5B10E05C310A6ED /* ExpectaObject.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2E29CD8DE7F7470A742280232EBAB305 /* SpectaUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CB1BD2B11D8B7E1442082721AB7CAC4 /* SpectaUtility.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2E8A32ED46194EDBE22146271F6D26DE /* UIImageView+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = 99E1816120CFC06CC4B4979396267F46 /* UIImageView+AFNetworking.m */; }; + 2F427490ACABC4408D57CC0592276678 /* EXPDoubleTuple.h in Headers */ = {isa = PBXBuildFile; fileRef = 51E010053221BE75F55A992C1598FFEE /* EXPDoubleTuple.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 332744F3D0454501B89F6C10B5926B2C /* Specta.h in Headers */ = {isa = PBXBuildFile; fileRef = 60B5E3BB7584988569B7F2652292BC3E /* Specta.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 342E3D7365670E7E81782A05A99D717A /* SPTCompiledExample.h in Headers */ = {isa = PBXBuildFile; fileRef = B6D98DF2C912FCC881DDFE8A3ADBC07B /* SPTCompiledExample.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 34B6E9A30603BEBBD87BA535B7D384CA /* EXPMatchers+beInstanceOf.h in Headers */ = {isa = PBXBuildFile; fileRef = 004C8AD8171BBD195C6EA849FF0DC9A6 /* EXPMatchers+beInstanceOf.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3637BC64699FECD40DB791C67CD45394 /* PEARFileManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F4FF5F611EED96FD62B7B742C979800 /* PEARFileManager.m */; }; + 372F7A9CCE59CE86316CF436F832A3FC /* EXPMatchers+beGreaterThanOrEqualTo.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FDFFC262589DEBF8D03CB885D0F7FF3 /* EXPMatchers+beGreaterThanOrEqualTo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 37933D961067D85C622E7C8CE7B0BFB8 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CAF17A9413D14E8EBEA17A44DF4A4E1F /* Foundation.framework */; }; + 37A2D0F8493469EF2495FC689440F079 /* EXPMatchers+beLessThanOrEqualTo.h in Headers */ = {isa = PBXBuildFile; fileRef = B7B62B27375C86330E843A2F7F33AFAD /* EXPMatchers+beLessThanOrEqualTo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3905546D39E18BDFAFC3D3F3CB7F1676 /* HTTPStatusCodes.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BF0F2F6D97D7AC0D5F91E5D79669368 /* HTTPStatusCodes.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 397B320B7C59C168CC5B62E18ED8DEA0 /* EXPMatchers+beSubclassOf.h in Headers */ = {isa = PBXBuildFile; fileRef = D42FD2891A624D65A9C22F381B279EEF /* EXPMatchers+beSubclassOf.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 39F3AFD4DADD9BF4AEDFAF1FEA82B2F2 /* ExpectaObject+FBSnapshotTest.h in Headers */ = {isa = PBXBuildFile; fileRef = C356FF5F6AD15E1338FB7B93F76C502B /* ExpectaObject+FBSnapshotTest.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3B5B7495707BF7133B9FB3F834045611 /* EXPBlockDefinedMatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 27C0A6EDC6E511ED19B49434B8D9BE2D /* EXPBlockDefinedMatcher.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3C01E24B2C39B52BE459E1C7BC052723 /* SPTSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = EB5A1D40BDFDE5DF9BBAAA30F4F6A419 /* SPTSpec.m */; }; + 3C2700C7DAA15C6AF84A595865C42F4D /* EXPMatchers+contain.h in Headers */ = {isa = PBXBuildFile; fileRef = 226B25869562B28CCBD1DE01E3AA0542 /* EXPMatchers+contain.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3D2789FC760A97301909F0B1201626CD /* AFNetworking-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = ECB17217234A8E835FB4BE39E6FEFC6F /* AFNetworking-dummy.m */; }; + 3D48EE131B6577ED73A5CC481A6FE40C /* Expecta.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 301A99D8F5C53EDA48DBB26A402AFFA2 /* Expecta.framework */; }; + 3E2E28BA0597DCB3B7D18861EF256D91 /* SPTSharedExampleGroups.h in Headers */ = {isa = PBXBuildFile; fileRef = 30080EE497D05841BBDA40A2C97FC395 /* SPTSharedExampleGroups.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3F1BC9BAFFEEABB1ABC7614DF0FC97D5 /* AFAutoPurgingImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = BDCD678BE6398373CB78F8B13A3EC227 /* AFAutoPurgingImageCache.m */; }; + 403292D82DA62291204BF59524BC4EDB /* EXPMatchers+haveCountOf.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B38F568829DCA73EFB88CF5EEBB9CC4 /* EXPMatchers+haveCountOf.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 4052EB66107F09D6F856EAA1F4FC0846 /* UIImage+Snapshot.m in Sources */ = {isa = PBXBuildFile; fileRef = 03DFF2E81207C77C17155B0651B22474 /* UIImage+Snapshot.m */; }; + 4599706594B1918509D102B981077A28 /* UIDevice-Utils-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = EE1BA712295D0B44F79F0510CE7917CC /* UIDevice-Utils-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 46137F5CC368BF38BAF0D0AF81DD8FFE /* EXPMatchers+raise.h in Headers */ = {isa = PBXBuildFile; fileRef = F7D8AE99D4E77EE0E5687843C804388F /* EXPMatchers+raise.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 471FD4F68E27AB26FA2AEBB8B245CEE4 /* NSValue+Expecta.h in Headers */ = {isa = PBXBuildFile; fileRef = 263FEACE001E72315678B1F63A59EFC6 /* NSValue+Expecta.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 47D16DB1D23CFE027F5BE7F7E391AB4C /* EXPMatchers+FBSnapshotTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 737950136EAD5F6ADAC934F2F77656AB /* EXPMatchers+FBSnapshotTest.m */; }; + 4A1A9B210E49C8EFFD1B6BB91078BB46 /* PNObjectProperty.m in Sources */ = {isa = PBXBuildFile; fileRef = 735DCF449255661E1EABF73A78597DD4 /* PNObjectProperty.m */; }; + 4A400803EBA61DDDB0BE3B2B7FAB9BD7 /* nv_ios_http_status.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 809093E6A1113BB9C02E76199526A1BB /* nv_ios_http_status.framework */; }; + 4B5542E72A64100965FFFA704684CED4 /* ExpectaObject+FBSnapshotTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 37A34152D703C0D9551CCC0C9CB160F4 /* ExpectaObject+FBSnapshotTest.m */; }; + 4BBCBB9D8EF0B241A4A4FE4982985481 /* ExpectaSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 3FF7F7319E80C1A782C5D07C24272D4B /* ExpectaSupport.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 4F535B1FDEAB87D360A100F7055A806E /* PEAR-FileManager-iOS-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 982572851E0F5EC4E96BB0B9B19B7F4D /* PEAR-FileManager-iOS-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4FCC820B8951AFC4E77854084F3DBF39 /* PNObjectConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = B5917273CD2193A45ABBA4E6053AB5F8 /* PNObjectConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5056E0520959CBC31CCB037B59BFC847 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 555C814FAD43BE30AEC665880286E62D /* UIKit.framework */; }; + 5062716982D7B13BBDA758E244EDDC86 /* NSDate_Utils-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 18215075F87CDD2D504B1B8567CF01E6 /* NSDate_Utils-dummy.m */; }; + 51DDDB0FB4899757CF6A826B531B940D /* EXPUnsupportedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 36F95EA810ADA39290CFC47B762E114F /* EXPUnsupportedObject.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 54AF62ACF67074BA98574325C3093D1F /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E9DABEB37C38C55338DC3A1FD3224995 /* Security.framework */; }; + 560698A4D707DCBCC1C8F98BC9B89B23 /* AFURLSessionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CDD9633CA9335ABCB22E462FD00E413 /* AFURLSessionManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5808B477EFF509D810B5CDCFDC944F80 /* AFImageDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D7B8361DF2313132A66AA8CE70948C5 /* AFImageDownloader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 59CEB2878914690666297DE71AE59CB7 /* SPTSharedExampleGroups.m in Sources */ = {isa = PBXBuildFile; fileRef = 30A2A4A2F1B9C3939A5DD3B9C38F9CE2 /* SPTSharedExampleGroups.m */; }; + 5B2D4A621D3DA971A474776AF36BB073 /* EXPBlockDefinedMatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 746334372DF756E06037AF044A9799DA /* EXPBlockDefinedMatcher.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 5C4E3287DE9E5988D91C536DA517BD51 /* AFNetworking.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC0B03BABB00CE5A0803DEC99D2BD319 /* AFNetworking.framework */; }; + 5CF7526D330A734F7ABCDCFF3D1A9B35 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CAF17A9413D14E8EBEA17A44DF4A4E1F /* Foundation.framework */; }; + 5EA7043FE10E75D02F3C3052AF8B8318 /* EXPDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 251DE5285FF0E5D93555FAE79A4E0A43 /* EXPDefines.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5FF6453E55785669885F626B853FD2AA /* UIProgressView+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = EED392C41D1EDEC41183133B8D2A0A1E /* UIProgressView+AFNetworking.m */; }; + 60E3009342BEE96D32C546BE2DB60052 /* UIImageView+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = E43295F3F16FA8DC3C4DBAE459ADC456 /* UIImageView+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 60FD026D88EBBC2928E1EC08B6047225 /* PNLocation.h in Headers */ = {isa = PBXBuildFile; fileRef = B909EB8EB36B657E3DFD838B2C37CF9E /* PNLocation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 637C7C806A0289D9252A49D589195102 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CAF17A9413D14E8EBEA17A44DF4A4E1F /* Foundation.framework */; }; + 6575A81A75628AD121AE0E8D4085E353 /* PNObject.bundle in Resources */ = {isa = PBXBuildFile; fileRef = C596C664F9FEAC8BD644F34C3A77834A /* PNObject.bundle */; }; + 659960F7E28E993E08CCC1E8A383E710 /* UIKit+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = E64F7941290A0DBB9B258DFB089CD2B2 /* UIKit+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 65BC31095CCDFC80CBF6BBA843751F23 /* EXPMatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 70C66643236DA171517E8EE59BCA6B0D /* EXPMatcher.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 66A27898E989A3FA5C15AA671C4536F0 /* EXPMatchers+beIdenticalTo.m in Sources */ = {isa = PBXBuildFile; fileRef = E7CB47106AF4B40907E0AC403B71A12D /* EXPMatchers+beIdenticalTo.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 67459AD239EF669A365519E06B45DCFE /* EXPExpect.h in Headers */ = {isa = PBXBuildFile; fileRef = EDA6ADC12D0F7F372DAC9AA34A385C83 /* EXPExpect.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 68152D921ABF6A423C192C04FDF94F0F /* AFNetworkReachabilityManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A9018295309C54342B542AF7EF6F6AD3 /* AFNetworkReachabilityManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 68A38977EBAE334DC3C22386D00D2622 /* AFNetworkReachabilityManager.m in Sources */ = {isa = PBXBuildFile; fileRef = DB6BF369FA7CF0E57D30200E38DD31FE /* AFNetworkReachabilityManager.m */; }; + 6C6683061BF6E6BFABB75E4CE8D0C5EA /* PNObject-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D21BA597DC54DA5B79874658C865E54 /* PNObject-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6DAD2AD4B15B5665B1F434A1EDB9C5C5 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CAF17A9413D14E8EBEA17A44DF4A4E1F /* Foundation.framework */; }; + 6E1D978790705E137FDE439AA68DD3AA /* EXPFloatTuple.h in Headers */ = {isa = PBXBuildFile; fileRef = 932D259117724C947164D40B7873B836 /* EXPFloatTuple.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6ED4ABEE8A5F51F5ECB59FA1781D29C6 /* UIActivityIndicatorView+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F0F10B1D0A283A94AD9812837EAD638 /* UIActivityIndicatorView+AFNetworking.m */; }; + 6EFC63A5CED45BB39FC79D87F2C47D6B /* EXPMatchers+beGreaterThan.h in Headers */ = {isa = PBXBuildFile; fileRef = E3C6FA69EC4D0AFB51496C2F4B0F4007 /* EXPMatchers+beGreaterThan.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6F278423C8AE1DA47F35E374BB5B91EC /* EXPMatchers+beSupersetOf.m in Sources */ = {isa = PBXBuildFile; fileRef = 508AED6E9A211F03A08A4731C75E0F04 /* EXPMatchers+beSupersetOf.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 707B1A7541C8DBDDE8C27896A61370BE /* AFURLSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 25E3E4FEF1782DB5D313F1B2D51BBA59 /* AFURLSessionManager.m */; }; + 70E4BCC789D8C8F1033F23E0752502A7 /* FBSnapshotTestCase.m in Sources */ = {isa = PBXBuildFile; fileRef = B2385FF1C147C1DE1B7AEDF04DA72235 /* FBSnapshotTestCase.m */; }; + 715A1122272BB3A29A10AAE4C8C03913 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CAF17A9413D14E8EBEA17A44DF4A4E1F /* Foundation.framework */; }; + 7332F15718920917F544F35CE2C038AA /* AFURLResponseSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = A240931E86D7897A59267C609AF76747 /* AFURLResponseSerialization.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 74DD8F7670BA7BF4E1701863E9C16C60 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CAF17A9413D14E8EBEA17A44DF4A4E1F /* Foundation.framework */; }; + 764B8C836A393DFBDB65BD39CD6066AF /* SPTGlobalBeforeAfterEach.h in Headers */ = {isa = PBXBuildFile; fileRef = ECE3FD751A64DAEB144F784BBE8C2732 /* SPTGlobalBeforeAfterEach.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 76CCABE79C04444450153424D7CE1DC1 /* EXPMatchers+beSupersetOf.h in Headers */ = {isa = PBXBuildFile; fileRef = F5813F54864851095188F58E97C111EE /* EXPMatchers+beSupersetOf.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 76D337327C10A7555447B69AA1562647 /* EXPMatchers+beInstanceOf.m in Sources */ = {isa = PBXBuildFile; fileRef = F921A7B4FE9577EE631EF19668AE4041 /* EXPMatchers+beInstanceOf.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 772BFB9529121111C517FBA06EA26237 /* Expecta+Snapshots-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 35131BF5BAB49F5EDA555F84ECF75675 /* Expecta+Snapshots-dummy.m */; }; + 7763D37F82E3554D8E8E1C06DD3F0966 /* SpectaDSL.h in Headers */ = {isa = PBXBuildFile; fileRef = FD378F1EF2A7C46E0D029ED34B3572E9 /* SpectaDSL.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7861523B9D5DFCF0F4A56E4DE3296AA2 /* FBSnapshotTestController.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C4C3426DFC651D897171B060CE0B18D /* FBSnapshotTestController.m */; }; + 79558B1F97ABE4AB8942DC18BEBD4B82 /* EXPMatchers+beKindOf.h in Headers */ = {isa = PBXBuildFile; fileRef = 5077A13F2D9E5C020EF901E35DE1F2BC /* EXPMatchers+beKindOf.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7A23129C6EF1F64D601C25B8CF8F62F7 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CAF17A9413D14E8EBEA17A44DF4A4E1F /* Foundation.framework */; }; + 7B223B4E6EF14BA12DA113F7EE10B96C /* NSObject+Expecta.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E8A108443C747B3312CBFB2BDA5E384 /* NSObject+Expecta.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7D622204F24D6794490D44F9F086E241 /* XCTestCase+Specta.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A0D8F59A373D565149C9BEBCAD6EEAB /* XCTestCase+Specta.m */; }; + 7D9BC01E823D2F526B90EBAB87573E62 /* nv-ios-http-status-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B4E3BDC0A94EEB8C2035B548A7425F7 /* nv-ios-http-status-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 805E425BBEF7A6133E32E1D30A073010 /* EXPExpect.m in Sources */ = {isa = PBXBuildFile; fileRef = 303D6DBDA9DFB4FBB43EED54EC0B6A1B /* EXPExpect.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 81B617F8D26BB10C5726D75E85D21EB7 /* UIButton+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = D2C0A271D9EDAD5CB5B22C4F567CA3F7 /* UIButton+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8247F34C45EDD7B97CBC3488E090D15D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CAF17A9413D14E8EBEA17A44DF4A4E1F /* Foundation.framework */; }; + 837B593D7C1D01B4EA400247309D6AB0 /* Expecta-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 074B654E88FE46432932E5101AC5EACD /* Expecta-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 85E31076D5530AEEB45ACF16B2B8A983 /* EXPMatchers.h in Headers */ = {isa = PBXBuildFile; fileRef = C62CEFC031B9419B27F587F1250C4520 /* EXPMatchers.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 85EB2F216487CB2E8F3FCCFBC4D69912 /* EXPMatchers+beTruthy.h in Headers */ = {isa = PBXBuildFile; fileRef = 55B2C6CCDD6C467977C2D76C6067214C /* EXPMatchers+beTruthy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 863FFA643FD36C09DE43F5D99E91B796 /* SPTCompiledExample.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E24767F02DE921236583EF09123D758 /* SPTCompiledExample.m */; }; + 87FD5F0F682CDEB6A348CA448889E3EA /* EXPMatchers+beKindOf.m in Sources */ = {isa = PBXBuildFile; fileRef = FA7216234D4C24961344653692ABA814 /* EXPMatchers+beKindOf.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 881CE2E36B7975A44B2806C5F7410786 /* PNObject-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = ED867712668303BA41A70CB5E1969AC2 /* PNObject-dummy.m */; }; + 8834E17428BDBF0C84A6C136DD6269BD /* SPTExample.m in Sources */ = {isa = PBXBuildFile; fileRef = 52BB435F6221617973B010DBBDA41EC2 /* SPTExample.m */; }; + 89A46B63E469F17791D14FC64466794A /* UIImage+Diff.m in Sources */ = {isa = PBXBuildFile; fileRef = 46905B5F26206D5B3BF45E4684D9DC89 /* UIImage+Diff.m */; }; + 8A36A8E8B3844AED3C7DBD9D1E2BFBE0 /* nv_ios_http_status.h in Headers */ = {isa = PBXBuildFile; fileRef = B234FC9C52C750F03ED2627479B16A28 /* nv_ios_http_status.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8C8C1B0D83FE6A4352F15154DB16372C /* EXPMatcherHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 48E5A1F856FE717D969ADFE962459951 /* EXPMatcherHelpers.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 918E06480F28F27361B19D19432F8538 /* EXPMatchers+endWith.m in Sources */ = {isa = PBXBuildFile; fileRef = A05B53E7A3AEACD8C8550983DBDCBBC9 /* EXPMatchers+endWith.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 931D410B9F8ACB935883DF8C59F9C93E /* EXPMatchers+postNotification.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F9A9085A2C4E4521E9014094D0BE101 /* EXPMatchers+postNotification.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 94113CE8CA3C26F55132C0DA8BFF1A87 /* UIDevice-Hardware.h in Headers */ = {isa = PBXBuildFile; fileRef = 2ED469F8CE2BC8F8A9BD0AC0C563D443 /* UIDevice-Hardware.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 94C47C87E397972CE98F75929F3B706C /* ExpectaObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 81C035A410F3D64BE5C971EF3E6F7527 /* ExpectaObject.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 992DBA77AAD4FE9E0CD58F1F2D4DBACF /* UIDevice-Hardware.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B557F36FA421D3161267224C7E01DAA /* UIDevice-Hardware.m */; }; + 9B2E761A064459F77EA9870BEF03ACC3 /* EXPMatchers+postNotification.h in Headers */ = {isa = PBXBuildFile; fileRef = 57607A47DBCC07591A77D2579C488C9C /* EXPMatchers+postNotification.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9B46CB2E5F2B336F2AB7ECE8763949E8 /* XCTestCase+Specta.h in Headers */ = {isa = PBXBuildFile; fileRef = 51F8CF283447CCA7DE9A216801FCEC7C /* XCTestCase+Specta.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9B4861C2D3502D45FDE6C74004B66A8B /* Pods-PNObject_Tests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E46B7AFFF2CB3F42C731CF9CFA5DFC85 /* Pods-PNObject_Tests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9BB9159FBA757600D3D4C0FF645F3911 /* EXPMatchers+beInTheRangeOf.m in Sources */ = {isa = PBXBuildFile; fileRef = 404701AC5E70EE69D53EF74A524718EF /* EXPMatchers+beInTheRangeOf.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 9CDBBA21410D0BE21DF4953979589916 /* Specta-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = F3C43DB65660997111943EBF3268FB93 /* Specta-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9E1723E2FE89DC9BD907271B23B585F2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CAF17A9413D14E8EBEA17A44DF4A4E1F /* Foundation.framework */; }; + 9E1E90DED74B73ECE53C9AD76DE53E2D /* UIImage+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = B5D52EF45410EEDB0E8DEC36892403D7 /* UIImage+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9E7ABE3F97BDCA68C7A56D249013AB2E /* Pods-PNObject_Example-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 60B530196848B62AA6D54AEEB46A06D8 /* Pods-PNObject_Example-dummy.m */; }; + 9FC6E6A8F9B8A01F2C3878BF84AEB697 /* PEAR_FileManager_iOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5987FC9EB2A00D365F17A8C902DA5DB4 /* PEAR_FileManager_iOS.framework */; }; + A00EC4B7A1B96BA93FD5F8C6D58E2CF7 /* NSDate_Utils-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A97C971D5E3296F43649F7308F349A9 /* NSDate_Utils-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A462945883F7729B185B64B679A6BFBE /* UIWebView+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = 5095D3EB975A25E68E6FFEED544D9999 /* UIWebView+AFNetworking.m */; }; + A6318D0D4AB1F0AFADF3E841AC28B0C4 /* PNAddress.m in Sources */ = {isa = PBXBuildFile; fileRef = B8007EAF5EE637CF9AF0F8E16BD8333C /* PNAddress.m */; }; + A6C6019D45BE62C61210A9CC619368EF /* AFNetworkActivityIndicatorManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E4DEE80C61D9195FDE095554AC10FA32 /* AFNetworkActivityIndicatorManager.m */; }; + A8154D4B763D8F33B811AB10446135B8 /* Pods-PNObject_Tests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A838922082CBB903238CF0302A9F06FC /* Pods-PNObject_Tests-dummy.m */; }; + AB39AC9746E7575D7449700475E41B0B /* AFHTTPSessionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = AAD6CE7D02EDADFC3C17BFB6663C59BF /* AFHTTPSessionManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AB889BC8C7B93051E0C88B77E41444D3 /* PEAR-FileManager-iOS-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C9D460967A6376EA571AFB8D4F5DBE53 /* PEAR-FileManager-iOS-dummy.m */; }; + AC7AF4241E76D708D01FAF58BB685F93 /* PNObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 530DD4233082A22270C90DD0811093D1 /* PNObject.m */; }; + AE2A07407FB50BA249984DC0620E84C0 /* UIWebView+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 2464225409B6C802EDC5A7C525CE487B /* UIWebView+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AF03C11A1FAC8132AD3749D8F541701A /* UIButton+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = EC544EEA336DC5AB8055894221CCE755 /* UIButton+AFNetworking.m */; }; + AF1F46668D4591602887998C6E9C10AD /* EXPMatchers+beCloseTo.h in Headers */ = {isa = PBXBuildFile; fileRef = A8072F2A009BAE7251544FAEBE1AE9AE /* EXPMatchers+beCloseTo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AFFC8900E52BBEC72059334132F3A8F3 /* ExpectaSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B4CB18B8FA8D0A63A6676B09CB588F4 /* ExpectaSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B5852322ADE88AAD56EE042B80BA81E4 /* AFURLResponseSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B05EF3E8CCDE4C8342C989CA6DE8820 /* AFURLResponseSerialization.m */; }; + B6A71178B550B786C5D4956197806582 /* nv-ios-http-status-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6CBABE38C1F703FF64221A82A7BB552B /* nv-ios-http-status-dummy.m */; }; + B84431CF8C64F363A334AA7089F6C134 /* NSValue+Expecta.m in Sources */ = {isa = PBXBuildFile; fileRef = 38D5CBB2395794BE5791A2C17D318D60 /* NSValue+Expecta.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + B980666C36A8EE6CDBEE4BA780D9E3B0 /* SPTTestSuite.m in Sources */ = {isa = PBXBuildFile; fileRef = 4304119ABB8B0A29B2949BFB0B9EBCFC /* SPTTestSuite.m */; }; + BA12B131F10BCE3BE6E9A02FC908FE9D /* EXPMatchers+beCloseTo.m in Sources */ = {isa = PBXBuildFile; fileRef = 23A58C6532C44427BBA2EC02E4A3C6D6 /* EXPMatchers+beCloseTo.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + BC55C8365AEFF8217F6A567607754854 /* EXPDoubleTuple.m in Sources */ = {isa = PBXBuildFile; fileRef = D70A3F1B07E24D777165E2F8678E5A29 /* EXPDoubleTuple.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + BEFFE9FFE52E9A0833A7D2D8FB67EB4D /* EXPMatchers+beSubclassOf.m in Sources */ = {isa = PBXBuildFile; fileRef = 60FB9E6999DADD60AC4592617946438E /* EXPMatchers+beSubclassOf.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + C018D65C2CEC5C8B2EDE6CD56FC8A94A /* UIDevice-Utils-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1400930AB70792496EA909A5289F2A97 /* UIDevice-Utils-dummy.m */; }; + C06FF251C5F6E006E867BFBD2F7BD4E0 /* PNObjectModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 9704B49B5CDDDC3EFE793A7E464FBAA6 /* PNObjectModel.m */; }; + C2A28193335C12E2C630AB2B04F44CB3 /* SPTExampleGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = 80B83755540664BA5EB069DB4FCF8A48 /* SPTExampleGroup.m */; }; + C2DD28375E1F0B1D0D1D2E4E607C499F /* AFSecurityPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 17E760B9F15DC83104BA161329586C8E /* AFSecurityPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C35C95620EAB81D6D7C98FA3E607CBEC /* SpectaDSL.m in Sources */ = {isa = PBXBuildFile; fileRef = DC9B3358EE62D77D71F1805014D1DB92 /* SpectaDSL.m */; }; + C6354FEC7728A4C86DAD8092509BA7D4 /* UIRefreshControl+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F9D269BD0F477C2D5AE970D789BF294 /* UIRefreshControl+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C6E9B0A908F410317F2DBBECA0944AAB /* FBSnapshotTestCase-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D8AE633ADAEFAC5DF8295013E842595D /* FBSnapshotTestCase-dummy.m */; }; + C8B5CCC974AED15086AEF6CAEEC2E308 /* SPTSpec.h in Headers */ = {isa = PBXBuildFile; fileRef = 312595AC97706226B9A7D40FC11F6792 /* SPTSpec.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CAC483EF637FB4A2C2E2FC75BA631B87 /* AFAutoPurgingImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 900CCC10273B03DEF08DF6189C41FC84 /* AFAutoPurgingImageCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CBD86BB1FE14B08810674EA054256A76 /* SPTTestSuite.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EB92496136CD32D1B4F87A54FB78C45 /* SPTTestSuite.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CC11636886E45811F03C97AF7FF30DCA /* SpectaUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = A2ABA3A334E4AE5EF7D7C6B4C6F5C23D /* SpectaUtility.m */; }; + CE3F4ECBB0BC095577D66AE50C8E604C /* EXPFloatTuple.m in Sources */ = {isa = PBXBuildFile; fileRef = 4576EBD8C6A19E078E058A90DA03BFA6 /* EXPFloatTuple.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + CE91E0B7C2BF362403CB3A75E69AA061 /* UIImage+Snapshot.h in Headers */ = {isa = PBXBuildFile; fileRef = CA0C72DEFF7BB3194168DDF6E5B24B50 /* UIImage+Snapshot.h */; settings = {ATTRIBUTES = (Private, ); }; }; + CFA8D6B529A0EBFF0316F2629AB2556E /* AFImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = 48F3554E863BF839EF3CB8D952DCFB13 /* AFImageDownloader.m */; }; + D000E3F9104E3B518D5296061F07BAC6 /* NSDate+NSDate_Util.h in Headers */ = {isa = PBXBuildFile; fileRef = 9543636602C60A4432BF9A7B22731166 /* NSDate+NSDate_Util.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D181FA8D3863D4294F5CD912DBEDA7C2 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9FF233A7EAEDBD75840D3BF18B94CFB4 /* XCTest.framework */; }; + D1E9E55D21C92E33ACE7E911BCB96269 /* FBSnapshotTestCasePlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BF060EF7F1E57D9F3CFACC049B458EF /* FBSnapshotTestCasePlatform.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D208557BC6F319573F906B05947E99A4 /* XCTest+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = FF016F1D307D9F7D6CD2678285B5D04B /* XCTest+Private.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D209A2832E3A33F1A12EB9BDC5F17C61 /* PNObject.h in Headers */ = {isa = PBXBuildFile; fileRef = EBABA1F598E65676067C2A86943CDB24 /* PNObject.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D83677C54D2226C67886A525B0B46FBE /* EXPMatchers+beLessThanOrEqualTo.m in Sources */ = {isa = PBXBuildFile; fileRef = 2835314DF1B0D8AA78CABD8EB7721B1D /* EXPMatchers+beLessThanOrEqualTo.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + D9F4E833E37B611B432F6B5D7072DDA2 /* UIProgressView+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F2635C3EDC7E2EB3EF0D976165FD1B2 /* UIProgressView+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DB30F82FB1BE083D9471B965FB500CA2 /* EXPMatchers+conformTo.m in Sources */ = {isa = PBXBuildFile; fileRef = 482B7E787E1AD553C259B2819053CFA1 /* EXPMatchers+conformTo.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + DDCFE03CE832C6A63C83C3FA62920E7B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CAF17A9413D14E8EBEA17A44DF4A4E1F /* Foundation.framework */; }; + DFFA215EEAA8DDBD540076927535275C /* AFURLRequestSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = 5653465B5CDAEFF5B7DA46C67238B030 /* AFURLRequestSerialization.m */; }; + E08E4821C7EA5423B194BA3D6D8F5A08 /* PNAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EE18FD3AACFFA125F08AF5FEB2DD873 /* PNAddress.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E0A077DFB064B79685B810CCEFB2F1EF /* EXPMatchers+respondTo.m in Sources */ = {isa = PBXBuildFile; fileRef = 0EE7464D0F5B258F3CDFD0C3FA3DB0CE /* EXPMatchers+respondTo.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + E0AAF49134A0505DF00E20E7B62087E1 /* EXPMatchers+beIdenticalTo.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D34E7D167E0DBAF68C9CD45BDA96CD1 /* EXPMatchers+beIdenticalTo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E0D4045AC4C1B41917FCA23A042D18B2 /* AFHTTPSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = FAEF57DFA291AFCDC8CF7CBA2307B1E9 /* AFHTTPSessionManager.m */; }; + E10811B5E4578C31FB675361C99EDED6 /* UIImage+Compare.h in Headers */ = {isa = PBXBuildFile; fileRef = BEE312DB96BB4C4D47147810AF5F36E3 /* UIImage+Compare.h */; settings = {ATTRIBUTES = (Private, ); }; }; + E1EC4532663CA75DE5BD00CB0A56814D /* Expecta.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CEF812F054EBCF79268979853116BA3 /* Expecta.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E2E122DC271F816FC521665A423CF942 /* Specta-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B5F9485D2E2EAF680CFD9E0687598D3B /* Specta-dummy.m */; }; + E3C61206BEDBA3EBAA0A69B51DE0F3AA /* FBSnapshotTestCasePlatform.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C73F1F3E9D2B1F28D4D400C09432596 /* FBSnapshotTestCasePlatform.m */; }; + E4EC16570D46F25B3BD2830D65C06AE5 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CAF17A9413D14E8EBEA17A44DF4A4E1F /* Foundation.framework */; }; + E525498C70C5B2480E1E37D738D72801 /* SpectaTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 604EC2DE1B40FC89D577D9D51B1224EC /* SpectaTypes.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E57E7320D04E3B30A401485A12A754EC /* SPTExcludeGlobalBeforeAfterEach.h in Headers */ = {isa = PBXBuildFile; fileRef = AEA7B8ED164EA74CD71F665DEC7CCD72 /* SPTExcludeGlobalBeforeAfterEach.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E735386085CE344F6A01178CF4763852 /* EXPMatchers+beNil.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FE901CC640BE22CA1ACA26E5D5170FA /* EXPMatchers+beNil.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E7988678C81F7CCB95D239375FC6986D /* AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = D89E8E77002B7DF01EF753700FFB8232 /* AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EA840679AC9463E0E3D371FCC3466B0A /* EXPMatchers+FBSnapshotTest.h in Headers */ = {isa = PBXBuildFile; fileRef = C3D54BBB1BED331D55BC0C61FFA9CEC3 /* EXPMatchers+FBSnapshotTest.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EAB839BCC92E51D94B9C6FF4A5D22859 /* PNObjectConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = B588333EEFA242A6E24F36AAACFA263C /* PNObjectConfig.m */; }; + EB9FD3B1A05A15D8ADA3EAD591722FFE /* UIDevice_Utils.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9CAA035AD59F80278D084F57D7736424 /* UIDevice_Utils.framework */; }; + EC7CADE416A78A1CD6936018A6695126 /* AFNetworking-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A6BCB611DE22A5D965C4216B16085419 /* AFNetworking-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EF6497EE123F6BC0C1B09717437C5908 /* EXPUnsupportedObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 0385C075F85C6A1A5127E00141E7BF75 /* EXPUnsupportedObject.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + F0DDF02A078B917997FF025BB33BB842 /* EXPMatchers+conformTo.h in Headers */ = {isa = PBXBuildFile; fileRef = B645D41429CF1AA885C2086BB5DCFA07 /* EXPMatchers+conformTo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F12D57414A73406831CC032A7170DBFF /* EXPMatchers+beginWith.m in Sources */ = {isa = PBXBuildFile; fileRef = 088249FEDDA44872CC3E2EEA180525E4 /* EXPMatchers+beginWith.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + F1867C99D4A92FC191093E4901E463B5 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9FF233A7EAEDBD75840D3BF18B94CFB4 /* XCTest.framework */; }; + F2053A790A0915A3E023A5CB5788D12F /* SPTExampleGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = 20EC13F84B8DC4D934DE63C7800B8215 /* SPTExampleGroup.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F41209A94070904A00BDF24ACB6336B6 /* EXPMatchers+beFalsy.h in Headers */ = {isa = PBXBuildFile; fileRef = 817C3C0C7A03A546019204DC092B2E3C /* EXPMatchers+beFalsy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F58F9BC7759BB8A5007B8821A275AEDD /* FBSnapshotTestController.h in Headers */ = {isa = PBXBuildFile; fileRef = 55A7EA09A7B8C6417CDD4D0517AFD54F /* FBSnapshotTestController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F65411E9EF00A9BB39D6BD1521A4F3FD /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C482D80B019196EB4630657FC63BEB3C /* MobileCoreServices.framework */; }; + F734436720FFEF41F06C8154C5170D58 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9FF233A7EAEDBD75840D3BF18B94CFB4 /* XCTest.framework */; }; + F75CB2A727F678C9A848A3A11EA7979B /* EXPMatchers+haveCountOf.h in Headers */ = {isa = PBXBuildFile; fileRef = 837A83355F3C2F1233DB40EEBA13727D /* EXPMatchers+haveCountOf.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FA839F20BC13A260E089D374CAAB584E /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9FF233A7EAEDBD75840D3BF18B94CFB4 /* XCTest.framework */; }; + FB10AA9EBC1481F515C4ED309370528A /* PNObjectModel.h in Headers */ = {isa = PBXBuildFile; fileRef = BDD9D1A3622DD85996CFC2EE888F4A10 /* PNObjectModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FC20596ABFE14A61F171A29FD03275E7 /* EXPMatchers+contain.m in Sources */ = {isa = PBXBuildFile; fileRef = 7EA688D79498F6D807C37DB14F8675D1 /* EXPMatchers+contain.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + FC45858927D3B6A0F922C4B697B04A38 /* EXPMatchers+match.m in Sources */ = {isa = PBXBuildFile; fileRef = 80F78D090219F8873F08B0A5227F73D0 /* EXPMatchers+match.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + FCDC9C0B871F82CB1AEE73303F9A2927 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FC189910AD30BB051AE44C5DC8D66E3B /* QuartzCore.framework */; }; + FD2D4497BC41412128C2D87C1BDE7398 /* EXPMatchers+beginWith.h in Headers */ = {isa = PBXBuildFile; fileRef = B4ACD963161DD199547F50D3C0B14D3D /* EXPMatchers+beginWith.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FE8E34356D24F6759A8B010ED2F5707B /* EXPMatchers+raiseWithReason.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E09F532085FBDBE9F58797752D987BE /* EXPMatchers+raiseWithReason.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ + 02949716CB908FB4A50EF9AC15572A13 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1C3436CEA5C3D39764C5F54374794ECB; + remoteInfo = AFNetworking; + }; + 03DA0B942688C2C58EE341E1271D6595 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 73A9D102671E856B1BD5DA4CF196849F; + remoteInfo = "UIDevice-Utils"; + }; 0CD167825DC3C6EBCB6F12FF7295B619 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; @@ -235,75 +257,117 @@ remoteGlobalIDString = 3241BF41D67FE3979A15BEAA18A92CA3; remoteInfo = "NSDate_Utils-NSDate_Utils"; }; - 17CE612289A297E60C7FD75FA19506F4 /* PBXContainerItemProxy */ = { + 1FE48C00AD2F49FA4F0F0F0EE645FC45 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = D07447EE3CEBB0BCB8D61DFCB8EA915F; - remoteInfo = FBSnapshotTestCase; - }; - 1A007E317D66F22D846C0D0D11A84706 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1C3436CEA5C3D39764C5F54374794ECB; - remoteInfo = AFNetworking; - }; - 23AB8524AB35D6EBCD8051D7C9B12FB8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1C3436CEA5C3D39764C5F54374794ECB; - remoteInfo = AFNetworking; - }; - 322EC94733D786C5F11FEEF2932163EE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 65139A2DF5C91750483B1E104FC38595; + remoteGlobalIDString = 8B53BF227694465ACD846F8013104728; remoteInfo = "PNObject-PNObject"; }; - 4B0DAF64EA0AC85B798C1549D1A53B2C /* PBXContainerItemProxy */ = { + 2008D8F8D804FF744E5A573095640F1A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; remoteGlobalIDString = BF088AF63E437970817C1E809577C700; remoteInfo = "PEAR-FileManager-iOS"; }; - 4B732239BE294A58DC6272F6728ED39E /* PBXContainerItemProxy */ = { + 2C7CA005AC539C862F2B59BBAD25EF55 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = F426A06EB1B4CD602735050FCAA2932F; + remoteInfo = PNObject; + }; + 2DDCA1FBBEEA78C0C999BDF79425263D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 73A9D102671E856B1BD5DA4CF196849F; + remoteInfo = "UIDevice-Utils"; + }; + 2F71E15DD025601A551C157C3EDCFCD0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 88643B90725E3BDB1F15DA88BB66A9C9; + remoteInfo = "nv-ios-http-status"; + }; + 3E8877EEC2D03FF70AC7B558B99F1474 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4DACB42CD407E24716437FBC81D94929; + remoteInfo = "UIDevice-Utils-UIDevice-Utils"; + }; + 454C175C0C7DD2CABB8BB730C60D3791 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = BF088AF63E437970817C1E809577C700; + remoteInfo = "PEAR-FileManager-iOS"; + }; + 474C5F79E7226A418A3CCFABBCC8E856 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; remoteGlobalIDString = 1C3436CEA5C3D39764C5F54374794ECB; remoteInfo = AFNetworking; }; - 68E178B9E911168080B99FBC53CEA776 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5FC3550CE584133F3A6D63CD1997A942; - remoteInfo = "UIDevice-Utils"; - }; - 6D753E6161742F970C234BAAE7F6406C /* PBXContainerItemProxy */ = { + 56730A1A7F21939F567AEE0C26FA9F75 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; remoteGlobalIDString = 20B8A8681820FA8513BD7E48A85DC18D; remoteInfo = NSDate_Utils; }; - 933AD56993BFD86E122885B5E3201263 /* PBXContainerItemProxy */ = { + 69489829647AB39C899461D23077D124 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = A1DBCFE24E78F089C7A0BA7A292B9F74; + remoteGlobalIDString = 73A9D102671E856B1BD5DA4CF196849F; + remoteInfo = "UIDevice-Utils"; + }; + 71D528218E3DE9692735BFD890468F1D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 20B8A8681820FA8513BD7E48A85DC18D; + remoteInfo = NSDate_Utils; + }; + 72D6ACA460432411651CA13DDDCF1458 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 88643B90725E3BDB1F15DA88BB66A9C9; + remoteInfo = "nv-ios-http-status"; + }; + 8A5E985157772676FF0717688D716003 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 20B8A8681820FA8513BD7E48A85DC18D; + remoteInfo = NSDate_Utils; + }; + 90B8EFE3415411C4AE7466F8FFE2B95A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = D07447EE3CEBB0BCB8D61DFCB8EA915F; + remoteInfo = FBSnapshotTestCase; + }; + AF33C042D4E9B4EA0F8DCFA35F068198 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = F426A06EB1B4CD602735050FCAA2932F; remoteInfo = PNObject; }; - B31F8D5654713DB649D2FD67B5BA54BC /* PBXContainerItemProxy */ = { + BC436BA54D5D784CE1CF946EBDB6BFDA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = 619F0D28240534293108906FED04836F; - remoteInfo = "Expecta+Snapshots"; + remoteGlobalIDString = 88643B90725E3BDB1F15DA88BB66A9C9; + remoteInfo = "nv-ios-http-status"; }; CCF83280732A67033B72EE54815FFD3F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -312,34 +376,34 @@ remoteGlobalIDString = 0D888F29E05E498D0CD91A51D28599A5; remoteInfo = Expecta; }; - F3D36CB48D81D9E4903AF239FED3704A /* PBXContainerItemProxy */ = { + DEE67C357D38F4217C5E94305A95E405 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = A1DBCFE24E78F089C7A0BA7A292B9F74; - remoteInfo = PNObject; + remoteGlobalIDString = BF088AF63E437970817C1E809577C700; + remoteInfo = "PEAR-FileManager-iOS"; }; - F7C2175373F64E84AA2CD5AE2EE0ED2D /* PBXContainerItemProxy */ = { + E5282D15CB8B1CF080593063B1057CD8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = BA310DF6526CA3D43AC09D3AD661B131; + remoteGlobalIDString = BEEA8A0CC1D73E9F1369B926883E5FF3; remoteInfo = Specta; }; - F88968C905905F79592DE479282C3689 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0AC755D7223E1DCE35AE9FCCC88542DE; - remoteInfo = "UIDevice-Utils-UIDevice-Utils"; - }; - F90B5A22C7049BEFF4B86CB3CD0BE9F2 /* PBXContainerItemProxy */ = { + F01104385E12F7EDF4E0331D573B50C5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; remoteGlobalIDString = 0D888F29E05E498D0CD91A51D28599A5; remoteInfo = Expecta; }; + F4AC4E9F715E671414AFDCAFB8DE4708 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1C3436CEA5C3D39764C5F54374794ECB; + remoteInfo = AFNetworking; + }; F9BBA6CBCE0B1A136EAFACE5185B512D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; @@ -347,278 +411,300 @@ remoteGlobalIDString = D07447EE3CEBB0BCB8D61DFCB8EA915F; remoteInfo = FBSnapshotTestCase; }; + FDA7AC747C47ABE1986D3194C30DDB20 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 619F0D28240534293108906FED04836F; + remoteInfo = "Expecta+Snapshots"; + }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 0086B599B6C85DF27B4ED96EEBA0F597 /* AFURLRequestSerialization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFURLRequestSerialization.m; path = AFNetworking/AFURLRequestSerialization.m; sourceTree = ""; }; - 009062739020CCD0E6297F2C8D4CFB93 /* FBSnapshotTestController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSnapshotTestController.h; path = FBSnapshotTestCase/FBSnapshotTestController.h; sourceTree = ""; }; - 00B0B399D3C61A4F51723CDBFFD2DB8A /* ExpectaObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ExpectaObject.m; path = Expecta/ExpectaObject.m; sourceTree = ""; }; - 00CE164DFFFD1548EEA5BC737EFB2E4F /* ExpectaObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ExpectaObject.h; path = Expecta/ExpectaObject.h; sourceTree = ""; }; - 00CF9AD323F4143FCE6694EBA30BEB6D /* UIActivityIndicatorView+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIActivityIndicatorView+AFNetworking.m"; path = "UIKit+AFNetworking/UIActivityIndicatorView+AFNetworking.m"; sourceTree = ""; }; - 0119C90B122B618D30B242F76C7D3A79 /* UIDevice-Utils-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIDevice-Utils-umbrella.h"; sourceTree = ""; }; - 01C0656AD6CD15FA1E1CD0B12E72DBAC /* AFNetworkReachabilityManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFNetworkReachabilityManager.m; path = AFNetworking/AFNetworkReachabilityManager.m; sourceTree = ""; }; - 02C1CCA906DB8F2DEDF2F199F2262598 /* XCTestCase+Specta.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "XCTestCase+Specta.h"; path = "Specta/Specta/XCTestCase+Specta.h"; sourceTree = ""; }; - 039DE5E921EE2C83F0DB098D9C48758F /* EXPMatchers+equal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+equal.h"; path = "Expecta/Matchers/EXPMatchers+equal.h"; sourceTree = ""; }; - 03AEAD3C2B6F38C1A68385FBEC16507E /* AFAutoPurgingImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFAutoPurgingImageCache.h; path = "UIKit+AFNetworking/AFAutoPurgingImageCache.h"; sourceTree = ""; }; - 0667FC521633B245D5797472CBAE44A6 /* NSValue+Expecta.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSValue+Expecta.h"; path = "Expecta/NSValue+Expecta.h"; sourceTree = ""; }; - 077055C691E79C85089B2CBB50EFF72D /* EXPMatchers+beInstanceOf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beInstanceOf.h"; path = "Expecta/Matchers/EXPMatchers+beInstanceOf.h"; sourceTree = ""; }; - 08D27CF8BF643F6B5B13F8232258D5B8 /* FBSnapshotTestCase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSnapshotTestCase.h; path = FBSnapshotTestCase/FBSnapshotTestCase.h; sourceTree = ""; }; - 0A32AF4D883390B0F2AF7CB064D6E567 /* FBSnapshotTestCase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSnapshotTestCase.m; path = FBSnapshotTestCase/FBSnapshotTestCase.m; sourceTree = ""; }; - 0B22ACC9B3ADC87EE7F92E8760D777A4 /* UIDevice-Utils-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIDevice-Utils-dummy.m"; sourceTree = ""; }; - 0BCA1DD0AC25BFBDC846546526D06130 /* PNObjectProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PNObjectProperty.h; sourceTree = ""; }; - 0BD3279B3B9EBDFF6097082F89B34E7F /* EXPMatchers+beInstanceOf.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beInstanceOf.m"; path = "Expecta/Matchers/EXPMatchers+beInstanceOf.m"; sourceTree = ""; }; - 0CADBBB423380FDCA673761B70A0FAFD /* AFHTTPSessionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFHTTPSessionManager.h; path = AFNetworking/AFHTTPSessionManager.h; sourceTree = ""; }; - 0E49D273A400D01F7C968DEDB310739A /* SpectaUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SpectaUtility.h; path = Specta/Specta/SpectaUtility.h; sourceTree = ""; }; - 116C444E4E0B2289993841A669D8F371 /* PEAR-FileManager-iOS-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "PEAR-FileManager-iOS-umbrella.h"; sourceTree = ""; }; - 11B8D7A38CA91B88D21DC30CF361022E /* EXPMatchers+beSubclassOf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beSubclassOf.h"; path = "Expecta/Matchers/EXPMatchers+beSubclassOf.h"; sourceTree = ""; }; - 11F40498197518D0054C94BB580B6354 /* UIDevice-Hardware.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIDevice-Hardware.h"; path = "Pod/Classes/UIDevice-Hardware.h"; sourceTree = ""; }; - 16381C8F5ADB6A8C9F60144F32E457D0 /* SPTSpec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTSpec.h; path = Specta/Specta/SPTSpec.h; sourceTree = ""; }; - 1713E8DF36EE24BDD474593A71C61871 /* AFURLResponseSerialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFURLResponseSerialization.h; path = AFNetworking/AFURLResponseSerialization.h; sourceTree = ""; }; - 185504E9BC20A737B0F6C725AFC1921A /* FBSnapshotTestCase-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FBSnapshotTestCase-dummy.m"; sourceTree = ""; }; - 1904F5E4534B5BBEC9867AFBB51ED621 /* EXPMatchers+beLessThanOrEqualTo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beLessThanOrEqualTo.m"; path = "Expecta/Matchers/EXPMatchers+beLessThanOrEqualTo.m"; sourceTree = ""; }; - 1C07FC3585B90CDC7B4253F3CDD27B9F /* EXPMatchers+beSupersetOf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beSupersetOf.h"; path = "Expecta/Matchers/EXPMatchers+beSupersetOf.h"; sourceTree = ""; }; - 1C563E439AB59E3D4D17A8022B80F95A /* PNObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PNObject.h; sourceTree = ""; }; - 1CEF6C8224D8B72BE896822887E9FEC7 /* EXPMatchers+beLessThanOrEqualTo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beLessThanOrEqualTo.h"; path = "Expecta/Matchers/EXPMatchers+beLessThanOrEqualTo.h"; sourceTree = ""; }; - 1E9631FC8095895820932DC31657A035 /* Pods_PNObject_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_PNObject_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 1F1BB2ADA82E22F3F0913AC850D335C0 /* EXPUnsupportedObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPUnsupportedObject.m; path = Expecta/EXPUnsupportedObject.m; sourceTree = ""; }; - 20B68B3A3F5D9BB99DDD14EC6B840405 /* AFNetworking-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AFNetworking-umbrella.h"; sourceTree = ""; }; + 004C8AD8171BBD195C6EA849FF0DC9A6 /* EXPMatchers+beInstanceOf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beInstanceOf.h"; path = "Expecta/Matchers/EXPMatchers+beInstanceOf.h"; sourceTree = ""; }; + 009C9D570C3C0B42D8DF3694030BEDB0 /* PNUser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = PNUser.m; sourceTree = ""; }; + 00C1D1960D5C260186086329FF4D122C /* PNObjectProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PNObjectProperty.h; sourceTree = ""; }; + 012C5E59055FAF9B73A88B933D4F2683 /* FBSnapshotTestCase.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = FBSnapshotTestCase.modulemap; sourceTree = ""; }; + 0385C075F85C6A1A5127E00141E7BF75 /* EXPUnsupportedObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPUnsupportedObject.m; path = Expecta/EXPUnsupportedObject.m; sourceTree = ""; }; + 03DFF2E81207C77C17155B0651B22474 /* UIImage+Snapshot.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Snapshot.m"; path = "FBSnapshotTestCase/Categories/UIImage+Snapshot.m"; sourceTree = ""; }; + 074B654E88FE46432932E5101AC5EACD /* Expecta-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Expecta-umbrella.h"; sourceTree = ""; }; + 0876F8FA4FF252BE3F920265DD120DB9 /* NSDate_Utils.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = NSDate_Utils.xcconfig; sourceTree = ""; }; + 088249FEDDA44872CC3E2EEA180525E4 /* EXPMatchers+beginWith.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beginWith.m"; path = "Expecta/Matchers/EXPMatchers+beginWith.m"; sourceTree = ""; }; + 09AC67385F6363DE36A0DF51DFBB98C1 /* nv_ios_http_status.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = nv_ios_http_status.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 0A97C971D5E3296F43649F7308F349A9 /* NSDate_Utils-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSDate_Utils-umbrella.h"; sourceTree = ""; }; + 0ADD4E5E8E903E5B5B4E51AEF78B18B3 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 0E5476305A84C19360B5497FFAC4E7AA /* EXPMatchers+match.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+match.h"; path = "Expecta/Matchers/EXPMatchers+match.h"; sourceTree = ""; }; + 0EE7464D0F5B258F3CDFD0C3FA3DB0CE /* EXPMatchers+respondTo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+respondTo.m"; path = "Expecta/Matchers/EXPMatchers+respondTo.m"; sourceTree = ""; }; + 10FDC677574A6562DC46E76D40F7821C /* FBSnapshotTestCase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSnapshotTestCase.h; path = FBSnapshotTestCase/FBSnapshotTestCase.h; sourceTree = ""; }; + 127B6CCEAF6C15B3132A49D7441AD722 /* PEAR-FileManager-iOS-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "PEAR-FileManager-iOS-prefix.pch"; sourceTree = ""; }; + 12B8BD7EA5359EE1B5AF8FF13FE27D55 /* EXPMatchers+beTruthy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beTruthy.m"; path = "Expecta/Matchers/EXPMatchers+beTruthy.m"; sourceTree = ""; }; + 1400930AB70792496EA909A5289F2A97 /* UIDevice-Utils-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIDevice-Utils-dummy.m"; sourceTree = ""; }; + 1430E1DEB134327B7D2F241CF4873A58 /* Specta.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Specta.xcconfig; sourceTree = ""; }; + 17E760B9F15DC83104BA161329586C8E /* AFSecurityPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFSecurityPolicy.h; path = AFNetworking/AFSecurityPolicy.h; sourceTree = ""; }; + 18215075F87CDD2D504B1B8567CF01E6 /* NSDate_Utils-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSDate_Utils-dummy.m"; sourceTree = ""; }; + 1CB1BD2B11D8B7E1442082721AB7CAC4 /* SpectaUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SpectaUtility.h; path = Specta/Specta/SpectaUtility.h; sourceTree = ""; }; + 1F2635C3EDC7E2EB3EF0D976165FD1B2 /* UIProgressView+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIProgressView+AFNetworking.h"; path = "UIKit+AFNetworking/UIProgressView+AFNetworking.h"; sourceTree = ""; }; + 1FE901CC640BE22CA1ACA26E5D5170FA /* EXPMatchers+beNil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beNil.h"; path = "Expecta/Matchers/EXPMatchers+beNil.h"; sourceTree = ""; }; + 20267373433636CA166365AF7659792B /* NSDate_Utils.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = NSDate_Utils.modulemap; sourceTree = ""; }; + 20EC13F84B8DC4D934DE63C7800B8215 /* SPTExampleGroup.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTExampleGroup.h; path = Specta/Specta/SPTExampleGroup.h; sourceTree = ""; }; 218AF1ECF876B28B484AD438E085D491 /* PNObject.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = PNObject.xcconfig; sourceTree = ""; }; - 228EBF0A7945E0E7F50209AAF9F47A2B /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 231DEFBB5E4E226771797D517A35EE2B /* Expecta-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Expecta-dummy.m"; sourceTree = ""; }; - 2480119A8B86BA567BE7777F466E6E27 /* UIActivityIndicatorView+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIActivityIndicatorView+AFNetworking.h"; path = "UIKit+AFNetworking/UIActivityIndicatorView+AFNetworking.h"; sourceTree = ""; }; - 264F3B713EF22CA791B9485BEFA42727 /* EXPMatchers+raiseWithReason.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+raiseWithReason.m"; path = "Expecta/Matchers/EXPMatchers+raiseWithReason.m"; sourceTree = ""; }; - 2692A0A67F111639E3EAA40D5DE1889F /* NSDate_Utils-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSDate_Utils-dummy.m"; sourceTree = ""; }; - 26DB3DA19A34FAC2082C658C5199DEC8 /* PEAR-FileManager-iOS-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "PEAR-FileManager-iOS-prefix.pch"; sourceTree = ""; }; + 226B25869562B28CCBD1DE01E3AA0542 /* EXPMatchers+contain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+contain.h"; path = "Expecta/Matchers/EXPMatchers+contain.h"; sourceTree = ""; }; + 23A58C6532C44427BBA2EC02E4A3C6D6 /* EXPMatchers+beCloseTo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beCloseTo.m"; path = "Expecta/Matchers/EXPMatchers+beCloseTo.m"; sourceTree = ""; }; + 242765D98AC77367BE93DA083A7BC17B /* Expecta+Snapshots-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Expecta+Snapshots-prefix.pch"; sourceTree = ""; }; + 2464225409B6C802EDC5A7C525CE487B /* UIWebView+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIWebView+AFNetworking.h"; path = "UIKit+AFNetworking/UIWebView+AFNetworking.h"; sourceTree = ""; }; + 251DE5285FF0E5D93555FAE79A4E0A43 /* EXPDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPDefines.h; path = Expecta/EXPDefines.h; sourceTree = ""; }; + 252AFDD57DE220637AF5C7A5E66DDC01 /* EXPMatchers+beLessThan.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beLessThan.h"; path = "Expecta/Matchers/EXPMatchers+beLessThan.h"; sourceTree = ""; }; + 25E3E4FEF1782DB5D313F1B2D51BBA59 /* AFURLSessionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFURLSessionManager.m; path = AFNetworking/AFURLSessionManager.m; sourceTree = ""; }; + 263FEACE001E72315678B1F63A59EFC6 /* NSValue+Expecta.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSValue+Expecta.h"; path = "Expecta/NSValue+Expecta.h"; sourceTree = ""; }; 2701DCB1C4CA2591F34532CBFE0BC596 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 27053B717A2E6C890A9A5567BE892759 /* PEAR_FileManager_iOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = PEAR_FileManager_iOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 27E5C65560784FEE47CF5B6B7C469CCD /* EXPMatchers+beFalsy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beFalsy.m"; path = "Expecta/Matchers/EXPMatchers+beFalsy.m"; sourceTree = ""; }; - 29DF17D4BD0DFBF04363B12DF5D708DE /* SPTCallSite.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTCallSite.h; path = Specta/Specta/SPTCallSite.h; sourceTree = ""; }; - 2AAA9A2FF692B4E11F127ABBA5AA8270 /* EXPMatcherHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPMatcherHelpers.h; path = Expecta/Matchers/EXPMatcherHelpers.h; sourceTree = ""; }; + 2760547A3AA3E20F2812D7F9D33043C2 /* PEAR_FileManager_iOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = PEAR_FileManager_iOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 27C0A6EDC6E511ED19B49434B8D9BE2D /* EXPBlockDefinedMatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPBlockDefinedMatcher.h; path = Expecta/EXPBlockDefinedMatcher.h; sourceTree = ""; }; + 2835314DF1B0D8AA78CABD8EB7721B1D /* EXPMatchers+beLessThanOrEqualTo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beLessThanOrEqualTo.m"; path = "Expecta/Matchers/EXPMatchers+beLessThanOrEqualTo.m"; sourceTree = ""; }; 2CEB36A633CECB76D6838E2E9C892579 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 2EE729CB108F93E49233153B2022FF79 /* AFSecurityPolicy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFSecurityPolicy.m; path = AFNetworking/AFSecurityPolicy.m; sourceTree = ""; }; - 312B6D8F8E4F8197145BC05D4EFF798D /* UIWebView+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIWebView+AFNetworking.m"; path = "UIKit+AFNetworking/UIWebView+AFNetworking.m"; sourceTree = ""; }; - 31A98D7DB13DDB1AF3280F169F14BC6C /* PEAR-FileManager-iOS-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "PEAR-FileManager-iOS-dummy.m"; sourceTree = ""; }; - 31EC73DD2649E7FFDFFC27FD45896BD4 /* FBSnapshotTestCase.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBSnapshotTestCase.xcconfig; sourceTree = ""; }; - 33C3E715C562A5C56F2E392BE1ED75A5 /* EXPMatchers+beTruthy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beTruthy.h"; path = "Expecta/Matchers/EXPMatchers+beTruthy.h"; sourceTree = ""; }; - 35585DFFA728C4C5A14AA183EC036013 /* SpectaDSL.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SpectaDSL.h; path = Specta/Specta/SpectaDSL.h; sourceTree = ""; }; - 369EF4C1F5BDF496FA846C56A6E4870A /* AFImageDownloader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFImageDownloader.m; path = "UIKit+AFNetworking/AFImageDownloader.m"; sourceTree = ""; }; - 3815F645AAADCAF88CC9740D8FED47C6 /* XCTest+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "XCTest+Private.h"; path = "Specta/Specta/XCTest+Private.h"; sourceTree = ""; }; + 2E6E22C7EA4031169770E105BA1659D5 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 2E92B0C9A524216F7EE2884F50AB5020 /* Specta.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Specta.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 2ED469F8CE2BC8F8A9BD0AC0C563D443 /* UIDevice-Hardware.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIDevice-Hardware.h"; path = "Pod/Classes/UIDevice-Hardware.h"; sourceTree = ""; }; + 30080EE497D05841BBDA40A2C97FC395 /* SPTSharedExampleGroups.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTSharedExampleGroups.h; path = Specta/Specta/SPTSharedExampleGroups.h; sourceTree = ""; }; + 301A99D8F5C53EDA48DBB26A402AFFA2 /* Expecta.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Expecta.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 303D6DBDA9DFB4FBB43EED54EC0B6A1B /* EXPExpect.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPExpect.m; path = Expecta/EXPExpect.m; sourceTree = ""; }; + 30A2A4A2F1B9C3939A5DD3B9C38F9CE2 /* SPTSharedExampleGroups.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SPTSharedExampleGroups.m; path = Specta/Specta/SPTSharedExampleGroups.m; sourceTree = ""; }; + 312595AC97706226B9A7D40FC11F6792 /* SPTSpec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTSpec.h; path = Specta/Specta/SPTSpec.h; sourceTree = ""; }; + 339B32A7044B08B3DD5C8993009E8B30 /* UIDevice-Utils.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "UIDevice-Utils.modulemap"; sourceTree = ""; }; + 35131BF5BAB49F5EDA555F84ECF75675 /* Expecta+Snapshots-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Expecta+Snapshots-dummy.m"; sourceTree = ""; }; + 36F95EA810ADA39290CFC47B762E114F /* EXPUnsupportedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPUnsupportedObject.h; path = Expecta/EXPUnsupportedObject.h; sourceTree = ""; }; + 37A34152D703C0D9551CCC0C9CB160F4 /* ExpectaObject+FBSnapshotTest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ExpectaObject+FBSnapshotTest.m"; sourceTree = ""; }; 389952D5D54C67E70501B09516F08587 /* Pods-PNObject_Tests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Pods-PNObject_Tests.modulemap"; sourceTree = ""; }; - 399B462AA47CD6AB8297E3B09AEB18F0 /* EXPMatchers+beTruthy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beTruthy.m"; path = "Expecta/Matchers/EXPMatchers+beTruthy.m"; sourceTree = ""; }; - 3C332041D67D213B77C9019B97A07B72 /* Specta-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Specta-dummy.m"; sourceTree = ""; }; - 4518F84A8AE33249879AD096501ACF2C /* SpectaUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SpectaUtility.m; path = Specta/Specta/SpectaUtility.m; sourceTree = ""; }; - 4549BF253506807AEDF1B6ADDC55B169 /* ResourceBundle-NSDate_Utils-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-NSDate_Utils-Info.plist"; sourceTree = ""; }; - 472BFFF9F27894940F02DF7071AB20E6 /* AFURLSessionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFURLSessionManager.m; path = AFNetworking/AFURLSessionManager.m; sourceTree = ""; }; - 499413218E4F25EEFA02E1896294EED3 /* PEAR-FileManager-iOS.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "PEAR-FileManager-iOS.modulemap"; sourceTree = ""; }; - 49C7A7BE9DAD1731154BC8C233529B63 /* Expecta+Snapshots-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Expecta+Snapshots-prefix.pch"; sourceTree = ""; }; - 4B07E3A6961EE0F0821BEDD4EFDBC3E6 /* SPTSharedExampleGroups.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SPTSharedExampleGroups.m; path = Specta/Specta/SPTSharedExampleGroups.m; sourceTree = ""; }; - 4CA3F01C6FCD8C40E554418F47CB254D /* UIDevice-Utils.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "UIDevice-Utils.xcconfig"; sourceTree = ""; }; + 38D5CBB2395794BE5791A2C17D318D60 /* NSValue+Expecta.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSValue+Expecta.m"; path = "Expecta/NSValue+Expecta.m"; sourceTree = ""; }; + 3B557F36FA421D3161267224C7E01DAA /* UIDevice-Hardware.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIDevice-Hardware.m"; path = "Pod/Classes/UIDevice-Hardware.m"; sourceTree = ""; }; + 3CD801BF5B230E4282D8EA4E9F525680 /* PEAR-FileManager-iOS.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "PEAR-FileManager-iOS.modulemap"; sourceTree = ""; }; + 3D7B8361DF2313132A66AA8CE70948C5 /* AFImageDownloader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFImageDownloader.h; path = "UIKit+AFNetworking/AFImageDownloader.h"; sourceTree = ""; }; + 3E46BD218AE88E7F41BFCDA2B76F815B /* UIDevice-Utils-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIDevice-Utils-prefix.pch"; sourceTree = ""; }; + 3FF7F7319E80C1A782C5D07C24272D4B /* ExpectaSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ExpectaSupport.m; path = Expecta/ExpectaSupport.m; sourceTree = ""; }; + 404701AC5E70EE69D53EF74A524718EF /* EXPMatchers+beInTheRangeOf.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beInTheRangeOf.m"; path = "Expecta/Matchers/EXPMatchers+beInTheRangeOf.m"; sourceTree = ""; }; + 42F4293F70BB18889EEF9844FF045A4C /* NSDate_Utils.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = NSDate_Utils.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + 4304119ABB8B0A29B2949BFB0B9EBCFC /* SPTTestSuite.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SPTTestSuite.m; path = Specta/Specta/SPTTestSuite.m; sourceTree = ""; }; + 436E91DE0EE47567518AED62B8482BD8 /* PNObject.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = PNObject.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 4576EBD8C6A19E078E058A90DA03BFA6 /* EXPFloatTuple.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPFloatTuple.m; path = Expecta/EXPFloatTuple.m; sourceTree = ""; }; + 467801FF5D47074FD2B560FA1B23F2C0 /* AFNetworkActivityIndicatorManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFNetworkActivityIndicatorManager.h; path = "UIKit+AFNetworking/AFNetworkActivityIndicatorManager.h"; sourceTree = ""; }; + 46905B5F26206D5B3BF45E4684D9DC89 /* UIImage+Diff.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Diff.m"; path = "FBSnapshotTestCase/Categories/UIImage+Diff.m"; sourceTree = ""; }; + 47EE341DDE8B3421BDA8B64EDC577274 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 482B7E787E1AD553C259B2819053CFA1 /* EXPMatchers+conformTo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+conformTo.m"; path = "Expecta/Matchers/EXPMatchers+conformTo.m"; sourceTree = ""; }; + 48E5A1F856FE717D969ADFE962459951 /* EXPMatcherHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPMatcherHelpers.h; path = Expecta/Matchers/EXPMatcherHelpers.h; sourceTree = ""; }; + 48F3554E863BF839EF3CB8D952DCFB13 /* AFImageDownloader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFImageDownloader.m; path = "UIKit+AFNetworking/AFImageDownloader.m"; sourceTree = ""; }; + 4B4CB18B8FA8D0A63A6676B09CB588F4 /* ExpectaSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ExpectaSupport.h; path = Expecta/ExpectaSupport.h; sourceTree = ""; }; 4D21BA597DC54DA5B79874658C865E54 /* PNObject-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "PNObject-umbrella.h"; sourceTree = ""; }; - 4D901B838EEC5C1F057C3B0E9D2EAF1E /* EXPBlockDefinedMatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPBlockDefinedMatcher.h; path = Expecta/EXPBlockDefinedMatcher.h; sourceTree = ""; }; - 4DDC1EDF29C314462DBE55FFD34C51EF /* EXPMatchers+match.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+match.m"; path = "Expecta/Matchers/EXPMatchers+match.m"; sourceTree = ""; }; - 4EB3A39CD648527BE16B141FD58D5A58 /* SPTSharedExampleGroups.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTSharedExampleGroups.h; path = Specta/Specta/SPTSharedExampleGroups.h; sourceTree = ""; }; - 4F4D1EA21341FF1B04C50B1C5453758C /* AFHTTPSessionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFHTTPSessionManager.m; path = AFNetworking/AFHTTPSessionManager.m; sourceTree = ""; }; + 4D34E7D167E0DBAF68C9CD45BDA96CD1 /* EXPMatchers+beIdenticalTo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beIdenticalTo.h"; path = "Expecta/Matchers/EXPMatchers+beIdenticalTo.h"; sourceTree = ""; }; + 4E54032EF8D2B285C7971B73525A9F4E /* nv-ios-http-status.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "nv-ios-http-status.modulemap"; sourceTree = ""; }; + 4F8AE4909F6B93592D76F8A8F38BA239 /* Expecta.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Expecta.xcconfig; sourceTree = ""; }; + 5028EC00472B8800EAC9CC8CB76A6A78 /* FBSnapshotTestCase.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = FBSnapshotTestCase.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 5041E2A91C7A8740358698C67EC25A89 /* Pods-PNObject_Example-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-PNObject_Example-acknowledgements.plist"; sourceTree = ""; }; - 50F53D1643B9ED1F04EAF728153AEDAA /* PNObject.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = PNObject.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 5115E74D3D1BEE398F4A023E24121BD9 /* UIImageView+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+AFNetworking.h"; path = "UIKit+AFNetworking/UIImageView+AFNetworking.h"; sourceTree = ""; }; - 52BD2ABA41A4BDF04185D5F9542D4DAD /* PNObjectConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = PNObjectConfig.m; sourceTree = ""; }; - 53079E33AC4EFBBE446B58B5C9AD7B3A /* EXPMatchers+beSupersetOf.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beSupersetOf.m"; path = "Expecta/Matchers/EXPMatchers+beSupersetOf.m"; sourceTree = ""; }; - 534BF2171D335392C5C6F17F1B4BF69D /* Specta.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = Specta.modulemap; sourceTree = ""; }; - 53812272391D9612B78D0372F2DFA9B4 /* AFURLResponseSerialization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFURLResponseSerialization.m; path = AFNetworking/AFURLResponseSerialization.m; sourceTree = ""; }; - 53EA69E13D877BE7BF297287827474F5 /* Expecta.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Expecta.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 54293BEDFCD9CE82F2C279AD4B41D67A /* UIImage+Snapshot.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Snapshot.h"; path = "FBSnapshotTestCase/Categories/UIImage+Snapshot.h"; sourceTree = ""; }; - 56CC371A2A26C2206AD6BD10FF6DA775 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 5703F7FB23E27F0C8905A3C346890521 /* PNAddress.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PNAddress.h; sourceTree = ""; }; - 573BE10C3E06A0BD955F3C0EB3745CEB /* AFNetworking.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = AFNetworking.modulemap; sourceTree = ""; }; - 57AC1497F372BCC2F1675EFD329028EE /* AFImageDownloader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFImageDownloader.h; path = "UIKit+AFNetworking/AFImageDownloader.h"; sourceTree = ""; }; - 58A2BEF45B88FB715BB96E49CBCF87AF /* ExpectaSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ExpectaSupport.h; path = Expecta/ExpectaSupport.h; sourceTree = ""; }; - 5AC70376CF4B8810FD6F1D7416760F34 /* Expecta+Snapshots.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Expecta+Snapshots.modulemap"; sourceTree = ""; }; - 5B5C169A7A6F9F35D18EB5691C3CAD4C /* UIDevice-Utils.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "UIDevice-Utils.bundle"; sourceTree = BUILT_PRODUCTS_DIR; }; - 5CB1274205C7A040F2B11C88E1B54172 /* UIProgressView+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIProgressView+AFNetworking.h"; path = "UIKit+AFNetworking/UIProgressView+AFNetworking.h"; sourceTree = ""; }; - 5CCB15DE181920D49ED519522A12BC5B /* AFSecurityPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFSecurityPolicy.h; path = AFNetworking/AFSecurityPolicy.h; sourceTree = ""; }; - 5D5200015B01A00B8EE614CEC1A72DBA /* SPTExampleGroup.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTExampleGroup.h; path = Specta/Specta/SPTExampleGroup.h; sourceTree = ""; }; - 5EFB4F4A6EBF9B58B69E3E3F5FFAF41D /* AFNetworking-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "AFNetworking-dummy.m"; sourceTree = ""; }; - 5F58AD51CDC214F86073965CEF4DB89C /* UIWebView+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIWebView+AFNetworking.h"; path = "UIKit+AFNetworking/UIWebView+AFNetworking.h"; sourceTree = ""; }; - 5F5B8ECC50DE0A0648459CB8E03120C0 /* NSObject+Expecta.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+Expecta.h"; path = "Expecta/NSObject+Expecta.h"; sourceTree = ""; }; - 5F8244AC7C380BAC0FF7995A0DD0985C /* SPTCompiledExample.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SPTCompiledExample.m; path = Specta/Specta/SPTCompiledExample.m; sourceTree = ""; }; - 5FCE0EEEA51957BFB0C9A1B31785C6DA /* EXPMatchers+endWith.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+endWith.m"; path = "Expecta/Matchers/EXPMatchers+endWith.m"; sourceTree = ""; }; - 60972F56E13BC9E547CFBF5F290DD89E /* EXPMatchers+endWith.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+endWith.h"; path = "Expecta/Matchers/EXPMatchers+endWith.h"; sourceTree = ""; }; + 5077A13F2D9E5C020EF901E35DE1F2BC /* EXPMatchers+beKindOf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beKindOf.h"; path = "Expecta/Matchers/EXPMatchers+beKindOf.h"; sourceTree = ""; }; + 508AED6E9A211F03A08A4731C75E0F04 /* EXPMatchers+beSupersetOf.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beSupersetOf.m"; path = "Expecta/Matchers/EXPMatchers+beSupersetOf.m"; sourceTree = ""; }; + 5095D3EB975A25E68E6FFEED544D9999 /* UIWebView+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIWebView+AFNetworking.m"; path = "UIKit+AFNetworking/UIWebView+AFNetworking.m"; sourceTree = ""; }; + 51E010053221BE75F55A992C1598FFEE /* EXPDoubleTuple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPDoubleTuple.h; path = Expecta/EXPDoubleTuple.h; sourceTree = ""; }; + 51F8CF283447CCA7DE9A216801FCEC7C /* XCTestCase+Specta.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "XCTestCase+Specta.h"; path = "Specta/Specta/XCTestCase+Specta.h"; sourceTree = ""; }; + 52BB435F6221617973B010DBBDA41EC2 /* SPTExample.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SPTExample.m; path = Specta/Specta/SPTExample.m; sourceTree = ""; }; + 530DD4233082A22270C90DD0811093D1 /* PNObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = PNObject.m; sourceTree = ""; }; + 549849546007C6D88540FB828C076C4D /* Expecta+Snapshots-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Expecta+Snapshots-umbrella.h"; sourceTree = ""; }; + 555C814FAD43BE30AEC665880286E62D /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; + 55A7EA09A7B8C6417CDD4D0517AFD54F /* FBSnapshotTestController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSnapshotTestController.h; path = FBSnapshotTestCase/FBSnapshotTestController.h; sourceTree = ""; }; + 55B2C6CCDD6C467977C2D76C6067214C /* EXPMatchers+beTruthy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beTruthy.h"; path = "Expecta/Matchers/EXPMatchers+beTruthy.h"; sourceTree = ""; }; + 5653465B5CDAEFF5B7DA46C67238B030 /* AFURLRequestSerialization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFURLRequestSerialization.m; path = AFNetworking/AFURLRequestSerialization.m; sourceTree = ""; }; + 57607A47DBCC07591A77D2579C488C9C /* EXPMatchers+postNotification.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+postNotification.h"; path = "Expecta/Matchers/EXPMatchers+postNotification.h"; sourceTree = ""; }; + 57A653019F6879231D079F02A4554850 /* ResourceBundle-UIDevice-Utils-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-UIDevice-Utils-Info.plist"; sourceTree = ""; }; + 587E1C0B6FCFC6094DE7FB96DCD9F7F0 /* nv-ios-http-status-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "nv-ios-http-status-prefix.pch"; sourceTree = ""; }; + 59327838F5D1D7B9071F21E7AEE8D821 /* AFNetworking.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = AFNetworking.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 59604F2243675657E2E7E15FAC918F86 /* AFNetworking.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = AFNetworking.modulemap; sourceTree = ""; }; + 5987FC9EB2A00D365F17A8C902DA5DB4 /* PEAR_FileManager_iOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = PEAR_FileManager_iOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 5B4E3BDC0A94EEB8C2035B548A7425F7 /* nv-ios-http-status-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "nv-ios-http-status-umbrella.h"; sourceTree = ""; }; + 5C6A88235865FDC401100A80D7827E6F /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 5C73F1F3E9D2B1F28D4D400C09432596 /* FBSnapshotTestCasePlatform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSnapshotTestCasePlatform.m; path = FBSnapshotTestCase/FBSnapshotTestCasePlatform.m; sourceTree = ""; }; + 5CDD9633CA9335ABCB22E462FD00E413 /* AFURLSessionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFURLSessionManager.h; path = AFNetworking/AFURLSessionManager.h; sourceTree = ""; }; + 5E09F532085FBDBE9F58797752D987BE /* EXPMatchers+raiseWithReason.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+raiseWithReason.m"; path = "Expecta/Matchers/EXPMatchers+raiseWithReason.m"; sourceTree = ""; }; + 5E24767F02DE921236583EF09123D758 /* SPTCompiledExample.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SPTCompiledExample.m; path = Specta/Specta/SPTCompiledExample.m; sourceTree = ""; }; + 5EB4976A722EBF1CA6581731561481E2 /* EXPMatchers+respondTo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+respondTo.h"; path = "Expecta/Matchers/EXPMatchers+respondTo.h"; sourceTree = ""; }; + 604EC2DE1B40FC89D577D9D51B1224EC /* SpectaTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SpectaTypes.h; path = Specta/Specta/SpectaTypes.h; sourceTree = ""; }; + 6063A07F7C480016CA9219023F60CB23 /* nv_ios_http_status.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = nv_ios_http_status.m; path = "nv-ios-http-status/nv_ios_http_status.m"; sourceTree = ""; }; 60B530196848B62AA6D54AEEB46A06D8 /* Pods-PNObject_Example-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-PNObject_Example-dummy.m"; sourceTree = ""; }; - 6188FAB496F61A82CC5B25315035E54D /* EXPMatchers+beKindOf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beKindOf.h"; path = "Expecta/Matchers/EXPMatchers+beKindOf.h"; sourceTree = ""; }; - 61BDFBB0CBB83F681A933201CF0FE1C7 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 61F3C1DB6F4E00473063EACFC5515CC3 /* EXPFloatTuple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPFloatTuple.h; path = Expecta/EXPFloatTuple.h; sourceTree = ""; }; - 620776E83BE8FBF047E6CB8725265419 /* EXPMatchers+equal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+equal.m"; path = "Expecta/Matchers/EXPMatchers+equal.m"; sourceTree = ""; }; - 6387377EE062A0FDF751AA136AC2D137 /* Expecta_Snapshots.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Expecta_Snapshots.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 6456DEF4D3F54D788069D69C45928CBC /* FBSnapshotTestCasePlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSnapshotTestCasePlatform.h; path = FBSnapshotTestCase/FBSnapshotTestCasePlatform.h; sourceTree = ""; }; - 64ABF623C50C215070FC44795D797682 /* EXPMatchers+beKindOf.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beKindOf.m"; path = "Expecta/Matchers/EXPMatchers+beKindOf.m"; sourceTree = ""; }; - 64F490A38FEF85969F7D32CF7DAD9297 /* SPTSpec.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SPTSpec.m; path = Specta/Specta/SPTSpec.m; sourceTree = ""; }; - 680CFD1FCDFA6B058464345597F0BBF0 /* EXPUnsupportedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPUnsupportedObject.h; path = Expecta/EXPUnsupportedObject.h; sourceTree = ""; }; - 684260D2513FE8AD036B49C00B805318 /* Expecta.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Expecta.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 69983AA8D64CC324488B2C30F20F1B6D /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/System/Library/Frameworks/CoreGraphics.framework; sourceTree = DEVELOPER_DIR; }; - 69C520A4C76B14DB186E153AEE415291 /* SpectaTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SpectaTypes.h; path = Specta/Specta/SpectaTypes.h; sourceTree = ""; }; - 6A9C98362B8CD1F0E2749529D53DEE66 /* AFURLRequestSerialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFURLRequestSerialization.h; path = AFNetworking/AFURLRequestSerialization.h; sourceTree = ""; }; - 6BCF0B57CC5FE7DB7261CE7C60EAE6C1 /* NSDate_Utils.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = NSDate_Utils.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 6D147D9B92257C3B94B576C35DC424BF /* AFNetworkReachabilityManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFNetworkReachabilityManager.h; path = AFNetworking/AFNetworkReachabilityManager.h; sourceTree = ""; }; - 6D1A759D33F173D10E0B7015AE80CF23 /* SpectaDSL.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SpectaDSL.m; path = Specta/Specta/SpectaDSL.m; sourceTree = ""; }; - 6D4263FB8214129B7A47ABE38111805A /* EXPMatchers+raise.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+raise.m"; path = "Expecta/Matchers/EXPMatchers+raise.m"; sourceTree = ""; }; - 6D8BBFAC4FCF0406684B4912DEFF0BA5 /* EXPMatchers+beGreaterThanOrEqualTo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beGreaterThanOrEqualTo.h"; path = "Expecta/Matchers/EXPMatchers+beGreaterThanOrEqualTo.h"; sourceTree = ""; }; - 6E6E877D18DB0AC4191855EC8CB90CBC /* EXPMatchers+contain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+contain.h"; path = "Expecta/Matchers/EXPMatchers+contain.h"; sourceTree = ""; }; - 6E8CE9158C2B090D4648C7F04DA1889C /* Specta-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Specta-prefix.pch"; sourceTree = ""; }; - 700C6F8D29A77D7A3DBBB33423557925 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 70AF5C61DBBAA303456ABD23D9DEF8D2 /* Expecta-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Expecta-umbrella.h"; sourceTree = ""; }; - 70B374F2107437CA956DF24E5E19499A /* SwiftSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftSupport.swift; path = FBSnapshotTestCase/SwiftSupport.swift; sourceTree = ""; }; - 71227C8B97BF0A085C371A91B264B57F /* NSDate_Utils.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = NSDate_Utils.modulemap; sourceTree = ""; }; - 723A847962247DDB3BC419C8B19D36C9 /* FBSnapshotTestController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSnapshotTestController.m; path = FBSnapshotTestCase/FBSnapshotTestController.m; sourceTree = ""; }; - 7264E73C67D22139208F59592E9961DD /* AFURLSessionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFURLSessionManager.h; path = AFNetworking/AFURLSessionManager.h; sourceTree = ""; }; - 729C007887FD208D20BA5C7463209CB1 /* EXPMatchers+raise.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+raise.h"; path = "Expecta/Matchers/EXPMatchers+raise.h"; sourceTree = ""; }; - 72EB7E5F5CDA29AB6F0E4BC25DE5F867 /* EXPMatchers+beCloseTo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beCloseTo.m"; path = "Expecta/Matchers/EXPMatchers+beCloseTo.m"; sourceTree = ""; }; - 731E63E14623364DFA2CE5F112B445FB /* EXPMatchers+haveCountOf.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+haveCountOf.m"; path = "Expecta/Matchers/EXPMatchers+haveCountOf.m"; sourceTree = ""; }; + 60B5E3BB7584988569B7F2652292BC3E /* Specta.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Specta.h; path = Specta/Specta/Specta.h; sourceTree = ""; }; + 60CB0EFAAC57BEBDDC212BE202A1E6DD /* AFURLRequestSerialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFURLRequestSerialization.h; path = AFNetworking/AFURLRequestSerialization.h; sourceTree = ""; }; + 60FB9E6999DADD60AC4592617946438E /* EXPMatchers+beSubclassOf.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beSubclassOf.m"; path = "Expecta/Matchers/EXPMatchers+beSubclassOf.m"; sourceTree = ""; }; + 64F181C4266B43CBF7F66042F6B4EF46 /* Expecta+Snapshots.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Expecta+Snapshots.modulemap"; sourceTree = ""; }; + 65A8FF91F982A99C2CC3DC728DDCDDA5 /* Specta.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = Specta.modulemap; sourceTree = ""; }; + 66590AAD995CB7EE2733821FE60E2C5F /* FBSnapshotTestCase.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = FBSnapshotTestCase.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 6B05EF3E8CCDE4C8342C989CA6DE8820 /* AFURLResponseSerialization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFURLResponseSerialization.m; path = AFNetworking/AFURLResponseSerialization.m; sourceTree = ""; }; + 6CBABE38C1F703FF64221A82A7BB552B /* nv-ios-http-status-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "nv-ios-http-status-dummy.m"; sourceTree = ""; }; + 6F9A9085A2C4E4521E9014094D0BE101 /* EXPMatchers+postNotification.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+postNotification.m"; path = "Expecta/Matchers/EXPMatchers+postNotification.m"; sourceTree = ""; }; + 70C66643236DA171517E8EE59BCA6B0D /* EXPMatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPMatcher.h; path = Expecta/EXPMatcher.h; sourceTree = ""; }; + 70FDE9093969EBA6E5B10E05C310A6ED /* ExpectaObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ExpectaObject.h; path = Expecta/ExpectaObject.h; sourceTree = ""; }; + 735DCF449255661E1EABF73A78597DD4 /* PNObjectProperty.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = PNObjectProperty.m; sourceTree = ""; }; + 737950136EAD5F6ADAC934F2F77656AB /* EXPMatchers+FBSnapshotTest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXPMatchers+FBSnapshotTest.m"; sourceTree = ""; }; + 746334372DF756E06037AF044A9799DA /* EXPBlockDefinedMatcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPBlockDefinedMatcher.m; path = Expecta/EXPBlockDefinedMatcher.m; sourceTree = ""; }; 748E0B295CE6475615F29850C6CD4B0A /* Pods-PNObject_Tests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-PNObject_Tests-acknowledgements.plist"; sourceTree = ""; }; - 767D0A7A31EF6EBC0781569FEC410B20 /* UIDevice-Utils.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "UIDevice-Utils.modulemap"; sourceTree = ""; }; - 792CFC9325C0ACB6EB08A01A6BD38F48 /* EXPMatchers+beGreaterThan.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beGreaterThan.h"; path = "Expecta/Matchers/EXPMatchers+beGreaterThan.h"; sourceTree = ""; }; - 7968D24D26E093F665513DEBD3A5E14E /* UIImage+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+AFNetworking.h"; path = "UIKit+AFNetworking/UIImage+AFNetworking.h"; sourceTree = ""; }; - 797359E997295E3851B8A92E12EC7DAE /* AFNetworkActivityIndicatorManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFNetworkActivityIndicatorManager.h; path = "UIKit+AFNetworking/AFNetworkActivityIndicatorManager.h"; sourceTree = ""; }; + 760087EB44FCC6E6F6990E7523FAECAE /* EXPMatchers+beFalsy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beFalsy.m"; path = "Expecta/Matchers/EXPMatchers+beFalsy.m"; sourceTree = ""; }; + 77DE36CF3A1EFF87812366523CADEE36 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 79C32C1F9F8BBABB55FC82370DECD800 /* EXPMatchers+beLessThan.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beLessThan.m"; path = "Expecta/Matchers/EXPMatchers+beLessThan.m"; sourceTree = ""; }; 7A09A844498D0BE9ECEF19919560448F /* ResourceBundle-PNObject-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-PNObject-Info.plist"; sourceTree = ""; }; - 7D235B3CA6493F5DFD4DF8399F3F6E52 /* XCTestCase+Specta.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "XCTestCase+Specta.m"; path = "Specta/Specta/XCTestCase+Specta.m"; sourceTree = ""; }; - 7D750B75B3C40BCBE799D93256132FF6 /* EXPMatchers+beginWith.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beginWith.h"; path = "Expecta/Matchers/EXPMatchers+beginWith.h"; sourceTree = ""; }; - 7F3309AC57A70C4687982144553C9212 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/System/Library/Frameworks/SystemConfiguration.framework; sourceTree = DEVELOPER_DIR; }; - 7FE77851AA58DDB7CD067DDA327931D1 /* Specta-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Specta-umbrella.h"; sourceTree = ""; }; - 806E3AAC0A4A15EF79D3BCD7811DB696 /* FBSnapshotTestCase.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = FBSnapshotTestCase.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 7A69572F7F8CFB2C388AF2E2B60A4158 /* EXPMatchers+beNil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beNil.m"; path = "Expecta/Matchers/EXPMatchers+beNil.m"; sourceTree = ""; }; + 7B38F568829DCA73EFB88CF5EEBB9CC4 /* EXPMatchers+haveCountOf.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+haveCountOf.m"; path = "Expecta/Matchers/EXPMatchers+haveCountOf.m"; sourceTree = ""; }; + 7BF875C85FFFAB7157EE0AC0930CD0F1 /* EXPMatchers+raise.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+raise.m"; path = "Expecta/Matchers/EXPMatchers+raise.m"; sourceTree = ""; }; + 7DD4044F2019818D9FDC016EE55945D8 /* NSDate+NSDate_Util.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDate+NSDate_Util.m"; path = "Pod/Classes/NSDate+NSDate_Util.m"; sourceTree = ""; }; + 7EA688D79498F6D807C37DB14F8675D1 /* EXPMatchers+contain.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+contain.m"; path = "Expecta/Matchers/EXPMatchers+contain.m"; sourceTree = ""; }; + 7F0F10B1D0A283A94AD9812837EAD638 /* UIActivityIndicatorView+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIActivityIndicatorView+AFNetworking.m"; path = "UIKit+AFNetworking/UIActivityIndicatorView+AFNetworking.m"; sourceTree = ""; }; + 809093E6A1113BB9C02E76199526A1BB /* nv_ios_http_status.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = nv_ios_http_status.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 80B83755540664BA5EB069DB4FCF8A48 /* SPTExampleGroup.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SPTExampleGroup.m; path = Specta/Specta/SPTExampleGroup.m; sourceTree = ""; }; + 80F78D090219F8873F08B0A5227F73D0 /* EXPMatchers+match.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+match.m"; path = "Expecta/Matchers/EXPMatchers+match.m"; sourceTree = ""; }; + 817C3C0C7A03A546019204DC092B2E3C /* EXPMatchers+beFalsy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beFalsy.h"; path = "Expecta/Matchers/EXPMatchers+beFalsy.h"; sourceTree = ""; }; + 81C035A410F3D64BE5C971EF3E6F7527 /* ExpectaObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ExpectaObject.m; path = Expecta/ExpectaObject.m; sourceTree = ""; }; 821A5C557963A679894335F2C12F9FC9 /* Pods-PNObject_Tests-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-PNObject_Tests-resources.sh"; sourceTree = ""; }; - 824C131E1882E849655990203D7BA94B /* Pods_PNObject_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_PNObject_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 82AB26C80BBEABC97E60E162BDB7B620 /* AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFNetworking.h; path = AFNetworking/AFNetworking.h; sourceTree = ""; }; 836B3E38F7F7AF752C3A2569E3B463FC /* PNObject-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "PNObject-prefix.pch"; sourceTree = ""; }; - 83EF389320BC8B3BF6D71B078974AC6E /* EXPMatchers+beIdenticalTo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beIdenticalTo.h"; path = "Expecta/Matchers/EXPMatchers+beIdenticalTo.h"; sourceTree = ""; }; - 845300C5E6C0EB3B1FFE992EE5D4D5B8 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 85236F2A052FC848EBF82D0FB0B950A4 /* ResourceBundle-UIDevice-Utils-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-UIDevice-Utils-Info.plist"; sourceTree = ""; }; - 852ED4B265FE033613AC722C1062C301 /* SPTCompiledExample.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTCompiledExample.h; path = Specta/Specta/SPTCompiledExample.h; sourceTree = ""; }; - 8A0F89C4069234AA0DE6F90476FE7FC6 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 8AB065F9E7871AB78576CEC23B72D0AD /* EXPDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPDefines.h; path = Expecta/EXPDefines.h; sourceTree = ""; }; - 8B463FAC7628AB20088321502DCE1BF4 /* PEARFileManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PEARFileManager.m; path = "PEAR-FileManager-iOS/PEARFileManager.m"; sourceTree = ""; }; - 8C0D6CF0102398AA5794D260E6CA94B0 /* EXPMatchers+beginWith.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beginWith.m"; path = "Expecta/Matchers/EXPMatchers+beginWith.m"; sourceTree = ""; }; - 8E6A13BA89A028B6BDBF2E7C01FC96FD /* EXPMatchers+FBSnapshotTest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXPMatchers+FBSnapshotTest.h"; sourceTree = ""; }; - 8F1203F6CA5CD18E2ACF4E60085EBCC8 /* FBSnapshotTestCase.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = FBSnapshotTestCase.modulemap; sourceTree = ""; }; - 8F63209A7B3EE3ED016CF8977F775084 /* Specta.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Specta.xcconfig; sourceTree = ""; }; - 90090F537C1E3D5A10D48C164A6F8570 /* AFNetworking.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = AFNetworking.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 904082EBDFF32BCD467F6A45BF9EBB63 /* Expecta+Snapshots.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Expecta+Snapshots.xcconfig"; sourceTree = ""; }; + 837A83355F3C2F1233DB40EEBA13727D /* EXPMatchers+haveCountOf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+haveCountOf.h"; path = "Expecta/Matchers/EXPMatchers+haveCountOf.h"; sourceTree = ""; }; + 86CCA707633C01E7F20A143620E82A91 /* EXPMatcherHelpers.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPMatcherHelpers.m; path = Expecta/Matchers/EXPMatcherHelpers.m; sourceTree = ""; }; + 89BD99C8D45E8D53E8939933EE5F1715 /* NSDate_Utils.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = NSDate_Utils.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 8A0D8F59A373D565149C9BEBCAD6EEAB /* XCTestCase+Specta.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "XCTestCase+Specta.m"; path = "Specta/Specta/XCTestCase+Specta.m"; sourceTree = ""; }; + 8C4C3426DFC651D897171B060CE0B18D /* FBSnapshotTestController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSnapshotTestController.m; path = FBSnapshotTestCase/FBSnapshotTestController.m; sourceTree = ""; }; + 8CEF812F054EBCF79268979853116BA3 /* Expecta.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Expecta.h; path = Expecta/Expecta.h; sourceTree = ""; }; + 8D32D3C79A30B91870C0C67DA6671613 /* FBSnapshotTestCase.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBSnapshotTestCase.xcconfig; sourceTree = ""; }; + 8E8A108443C747B3312CBFB2BDA5E384 /* NSObject+Expecta.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+Expecta.h"; path = "Expecta/NSObject+Expecta.h"; sourceTree = ""; }; + 8EB92496136CD32D1B4F87A54FB78C45 /* SPTTestSuite.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTTestSuite.h; path = Specta/Specta/SPTTestSuite.h; sourceTree = ""; }; + 8EE18FD3AACFFA125F08AF5FEB2DD873 /* PNAddress.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PNAddress.h; sourceTree = ""; }; + 8F4FF5F611EED96FD62B7B742C979800 /* PEARFileManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PEARFileManager.m; path = "PEAR-FileManager-iOS/PEARFileManager.m"; sourceTree = ""; }; + 8FDFFC262589DEBF8D03CB885D0F7FF3 /* EXPMatchers+beGreaterThanOrEqualTo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beGreaterThanOrEqualTo.h"; path = "Expecta/Matchers/EXPMatchers+beGreaterThanOrEqualTo.h"; sourceTree = ""; }; + 900CCC10273B03DEF08DF6189C41FC84 /* AFAutoPurgingImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFAutoPurgingImageCache.h; path = "UIKit+AFNetworking/AFAutoPurgingImageCache.h"; sourceTree = ""; }; 90604A87BB7538C11C8A79A3023FC482 /* Pods-PNObject_Example-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-PNObject_Example-acknowledgements.markdown"; sourceTree = ""; }; - 91B991DE57581DC2C3B4E6025B38E2B2 /* EXPMatchers+beLessThan.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beLessThan.m"; path = "Expecta/Matchers/EXPMatchers+beLessThan.m"; sourceTree = ""; }; - 92B62A9467BD08CEDCCC1BF8AB515D45 /* UIRefreshControl+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIRefreshControl+AFNetworking.h"; path = "UIKit+AFNetworking/UIRefreshControl+AFNetworking.h"; sourceTree = ""; }; - 92C726C29A6539951DB12B041D1792AE /* EXPMatchers+beLessThan.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beLessThan.h"; path = "Expecta/Matchers/EXPMatchers+beLessThan.h"; sourceTree = ""; }; - 92D7C780DF210F826062C7DA4241628F /* PEARFileManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PEARFileManager.h; path = "PEAR-FileManager-iOS/PEARFileManager.h"; sourceTree = ""; }; - 93027BCB2CB00856CF97BEA85FBE0BCC /* EXPBlockDefinedMatcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPBlockDefinedMatcher.m; path = Expecta/EXPBlockDefinedMatcher.m; sourceTree = ""; }; - 93AEF7A08332A013E569FC109270AB45 /* EXPMatcherHelpers.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPMatcherHelpers.m; path = Expecta/Matchers/EXPMatcherHelpers.m; sourceTree = ""; }; - 9563F7F11E1375F4565A5DA733FCE9DA /* AFNetworking.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AFNetworking.xcconfig; sourceTree = ""; }; - 95D4B9664052A1C4C44C63454B6C1EED /* SPTExample.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTExample.h; path = Specta/Specta/SPTExample.h; sourceTree = ""; }; - 95EABF09D36FAE5816ACC4FFDD253A49 /* UIImage+Diff.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Diff.m"; path = "FBSnapshotTestCase/Categories/UIImage+Diff.m"; sourceTree = ""; }; - 96598024D930A60C681375C1DF09DE6C /* Expecta+Snapshots-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Expecta+Snapshots-dummy.m"; sourceTree = ""; }; - 96F15D3DFF0D00CD1F008FC669E41C86 /* Specta.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Specta.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 972238611238826A2E259BFD28D740D9 /* EXPMatchers+respondTo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+respondTo.h"; path = "Expecta/Matchers/EXPMatchers+respondTo.h"; sourceTree = ""; }; - 98C6631C8A5AB6830B4C85C4E316A6FD /* AFNetworkActivityIndicatorManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFNetworkActivityIndicatorManager.m; path = "UIKit+AFNetworking/AFNetworkActivityIndicatorManager.m"; sourceTree = ""; }; - 991F3CF7356D606F1EB7B29CD98506D8 /* EXPMatchers+beNil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beNil.h"; path = "Expecta/Matchers/EXPMatchers+beNil.h"; sourceTree = ""; }; - 9FCB3A240708EE7EF2337BE7A85BDA7C /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/System/Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; - A067EAE216F588D68000AF117F032E2A /* NSDate_Utils-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSDate_Utils-prefix.pch"; sourceTree = ""; }; - A07F7B6A7A5C085B18CFA541503FD407 /* EXPMatchers+beInTheRangeOf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beInTheRangeOf.h"; path = "Expecta/Matchers/EXPMatchers+beInTheRangeOf.h"; sourceTree = ""; }; - A0A3A7DEAB99A736702E29CD91AC04F2 /* PNLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PNLocation.h; sourceTree = ""; }; - A0B2B2D2C961344B4CF652B166E525DB /* SPTTestSuite.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTTestSuite.h; path = Specta/Specta/SPTTestSuite.h; sourceTree = ""; }; - A0F8321743E27E471F349C43FFFA019C /* EXPDoubleTuple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPDoubleTuple.h; path = Expecta/EXPDoubleTuple.h; sourceTree = ""; }; - A4183324B6BABCEE7610BB0F038B1F59 /* Specta.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Specta.h; path = Specta/Specta/Specta.h; sourceTree = ""; }; - A57B5C631B9EB4F5FE82A815FD1205E3 /* EXPMatchers+beFalsy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beFalsy.h"; path = "Expecta/Matchers/EXPMatchers+beFalsy.h"; sourceTree = ""; }; - A632AA14A79DFF2E79B4285BA9976153 /* EXPMatchers+beGreaterThan.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beGreaterThan.m"; path = "Expecta/Matchers/EXPMatchers+beGreaterThan.m"; sourceTree = ""; }; - A6DE40F89F6D44201129C503672020E1 /* AFNetworking.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = AFNetworking.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - A7396073D01D42C1A4A64BB83CE09172 /* EXPMatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPMatcher.h; path = Expecta/EXPMatcher.h; sourceTree = ""; }; - A829ACCB34F1EA88C97102126F1E0496 /* UIImage+Diff.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Diff.h"; path = "FBSnapshotTestCase/Categories/UIImage+Diff.h"; sourceTree = ""; }; + 932D259117724C947164D40B7873B836 /* EXPFloatTuple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPFloatTuple.h; path = Expecta/EXPFloatTuple.h; sourceTree = ""; }; + 9543636602C60A4432BF9A7B22731166 /* NSDate+NSDate_Util.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDate+NSDate_Util.h"; path = "Pod/Classes/NSDate+NSDate_Util.h"; sourceTree = ""; }; + 9704B49B5CDDDC3EFE793A7E464FBAA6 /* PNObjectModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = PNObjectModel.m; sourceTree = ""; }; + 982572851E0F5EC4E96BB0B9B19B7F4D /* PEAR-FileManager-iOS-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "PEAR-FileManager-iOS-umbrella.h"; sourceTree = ""; }; + 99E1816120CFC06CC4B4979396267F46 /* UIImageView+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+AFNetworking.m"; path = "UIKit+AFNetworking/UIImageView+AFNetworking.m"; sourceTree = ""; }; + 9B4A033F1E9BDC5FC8A785EDB3CEE3A3 /* UIImage+Diff.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Diff.h"; path = "FBSnapshotTestCase/Categories/UIImage+Diff.h"; sourceTree = ""; }; + 9BF060EF7F1E57D9F3CFACC049B458EF /* FBSnapshotTestCasePlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSnapshotTestCasePlatform.h; path = FBSnapshotTestCase/FBSnapshotTestCasePlatform.h; sourceTree = ""; }; + 9BF0F2F6D97D7AC0D5F91E5D79669368 /* HTTPStatusCodes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HTTPStatusCodes.h; path = "nv-ios-http-status/HTTPStatusCodes.h"; sourceTree = ""; }; + 9CAA035AD59F80278D084F57D7736424 /* UIDevice_Utils.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = UIDevice_Utils.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 9D5198CDB919F27475342F83B6CD6455 /* Pods_PNObject_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_PNObject_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 9F9D269BD0F477C2D5AE970D789BF294 /* UIRefreshControl+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIRefreshControl+AFNetworking.h"; path = "UIKit+AFNetworking/UIRefreshControl+AFNetworking.h"; sourceTree = ""; }; + 9FBC3D3A0F91D4AB05D8C934883FC5EA /* UIDevice-Utils.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "UIDevice-Utils.bundle"; sourceTree = BUILT_PRODUCTS_DIR; }; + 9FF233A7EAEDBD75840D3BF18B94CFB4 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/System/Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; + A05B53E7A3AEACD8C8550983DBDCBBC9 /* EXPMatchers+endWith.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+endWith.m"; path = "Expecta/Matchers/EXPMatchers+endWith.m"; sourceTree = ""; }; + A240931E86D7897A59267C609AF76747 /* AFURLResponseSerialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFURLResponseSerialization.h; path = AFNetworking/AFURLResponseSerialization.h; sourceTree = ""; }; + A25B83D5C94D9AD8B2645CFA0E696DDE /* UIRefreshControl+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIRefreshControl+AFNetworking.m"; path = "UIKit+AFNetworking/UIRefreshControl+AFNetworking.m"; sourceTree = ""; }; + A2ABA3A334E4AE5EF7D7C6B4C6F5C23D /* SpectaUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SpectaUtility.m; path = Specta/Specta/SpectaUtility.m; sourceTree = ""; }; + A43A39387CD7226257A91929E7E39E19 /* ResourceBundle-NSDate_Utils-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-NSDate_Utils-Info.plist"; sourceTree = ""; }; + A6BCB611DE22A5D965C4216B16085419 /* AFNetworking-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AFNetworking-umbrella.h"; sourceTree = ""; }; + A8072F2A009BAE7251544FAEBE1AE9AE /* EXPMatchers+beCloseTo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beCloseTo.h"; path = "Expecta/Matchers/EXPMatchers+beCloseTo.h"; sourceTree = ""; }; A838922082CBB903238CF0302A9F06FC /* Pods-PNObject_Tests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-PNObject_Tests-dummy.m"; sourceTree = ""; }; - A98C4E446CB7E44B70B68A03B294D040 /* NSValue+Expecta.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSValue+Expecta.m"; path = "Expecta/NSValue+Expecta.m"; sourceTree = ""; }; - A9C30C86ADD90253F9625EE97E677992 /* EXPExpect.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPExpect.h; path = Expecta/EXPExpect.h; sourceTree = ""; }; - AA18FB23EB66AB9CB3EB7D7D83B4F4BC /* NSDate+NSDate_Util.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDate+NSDate_Util.m"; path = "Pod/Classes/NSDate+NSDate_Util.m"; sourceTree = ""; }; + A9018295309C54342B542AF7EF6F6AD3 /* AFNetworkReachabilityManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFNetworkReachabilityManager.h; path = AFNetworking/AFNetworkReachabilityManager.h; sourceTree = ""; }; + A99B5CB728F3FC23127B936874521502 /* NSDate_Utils-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSDate_Utils-prefix.pch"; sourceTree = ""; }; AA1CE72928E46C7F70D4BBE1CD90756D /* Pods-PNObject_Example-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-PNObject_Example-umbrella.h"; sourceTree = ""; }; - AA8B73F95EA806BA1F359F5D99822CBF /* EXPMatchers+conformTo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+conformTo.h"; path = "Expecta/Matchers/EXPMatchers+conformTo.h"; sourceTree = ""; }; - AB96365A5153FA50BDB938207154513D /* FBSnapshotTestCasePlatform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSnapshotTestCasePlatform.m; path = FBSnapshotTestCase/FBSnapshotTestCasePlatform.m; sourceTree = ""; }; - ABC2BD19C88FB68928A4ACDD68A9A724 /* EXPMatchers+beIdenticalTo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beIdenticalTo.m"; path = "Expecta/Matchers/EXPMatchers+beIdenticalTo.m"; sourceTree = ""; }; + AAD6CE7D02EDADFC3C17BFB6663C59BF /* AFHTTPSessionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFHTTPSessionManager.h; path = AFNetworking/AFHTTPSessionManager.h; sourceTree = ""; }; + ABBA0B8CCE26AA85FB1971E12F1A89B9 /* PNLocation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = PNLocation.m; sourceTree = ""; }; AC21CDE2049E2BAD2A2390F2EC6056A1 /* Pods-PNObject_Example.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Pods-PNObject_Example.modulemap"; sourceTree = ""; }; - AD1FD21D8F457F0E27CFCFB595FCC669 /* SPTExampleGroup.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SPTExampleGroup.m; path = Specta/Specta/SPTExampleGroup.m; sourceTree = ""; }; - ADB01FE4B3DF3EA50915878776A88684 /* EXPMatchers+haveCountOf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+haveCountOf.h"; path = "Expecta/Matchers/EXPMatchers+haveCountOf.h"; sourceTree = ""; }; - AE3FC0336DCF98CD24220FB3C4AF534C /* EXPMatchers+contain.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+contain.m"; path = "Expecta/Matchers/EXPMatchers+contain.m"; sourceTree = ""; }; - AFA71EF908F4238F299DADAEC4743F0D /* PNUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PNUser.h; sourceTree = ""; }; - B084A0DAE06CE16B13B08D6D5A550E84 /* UIImageView+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+AFNetworking.m"; path = "UIKit+AFNetworking/UIImageView+AFNetworking.m"; sourceTree = ""; }; - B18531DAB0C92B47BC6B34F097747A28 /* SPTGlobalBeforeAfterEach.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTGlobalBeforeAfterEach.h; path = Specta/Specta/SPTGlobalBeforeAfterEach.h; sourceTree = ""; }; - B18827CC1AF665D7CBD0D24E7DA296A1 /* PNUser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = PNUser.m; sourceTree = ""; }; - B30B8D4EC5724E9404D704E681CF9BE1 /* EXPFloatTuple.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPFloatTuple.m; path = Expecta/EXPFloatTuple.m; sourceTree = ""; }; - B491529366D57763C1863C7BFAEAD597 /* AFAutoPurgingImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFAutoPurgingImageCache.m; path = "UIKit+AFNetworking/AFAutoPurgingImageCache.m"; sourceTree = ""; }; - B4D46FA1D8C11A61B0779DCEEE44A0C0 /* EXPMatchers+raiseWithReason.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+raiseWithReason.h"; path = "Expecta/Matchers/EXPMatchers+raiseWithReason.h"; sourceTree = ""; }; - B6B08F884D9E5AAEC4C91E0CEE9E06C5 /* EXPMatchers+postNotification.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+postNotification.h"; path = "Expecta/Matchers/EXPMatchers+postNotification.h"; sourceTree = ""; }; - B8D1FA8C4EE246A36E4E4831C67680F8 /* EXPMatchers+conformTo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+conformTo.m"; path = "Expecta/Matchers/EXPMatchers+conformTo.m"; sourceTree = ""; }; - B8DB6A53ED4721628F445F65D755B2E6 /* PNObjectConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PNObjectConfig.h; sourceTree = ""; }; + AEA7B8ED164EA74CD71F665DEC7CCD72 /* SPTExcludeGlobalBeforeAfterEach.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTExcludeGlobalBeforeAfterEach.h; path = Specta/Specta/SPTExcludeGlobalBeforeAfterEach.h; sourceTree = ""; }; + AED0961EA7074A81B21740179590DD61 /* SwiftSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftSupport.swift; path = FBSnapshotTestCase/SwiftSupport.swift; sourceTree = ""; }; + AF04973DBC0A36EF60FD97B51B00EB05 /* UIDevice_Utils.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = UIDevice_Utils.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + AF9864A4EC4A58367228847EC4C27002 /* EXPMatchers+beInTheRangeOf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beInTheRangeOf.h"; path = "Expecta/Matchers/EXPMatchers+beInTheRangeOf.h"; sourceTree = ""; }; + AFBEE3F191A2DD5E27F198062E651C61 /* Expecta+Snapshots.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Expecta+Snapshots.xcconfig"; sourceTree = ""; }; + AFD524FD439614CAE6FA83D1AD58FFD7 /* Expecta.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Expecta.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + B12A7991FC7E3865C020FC02469D58F0 /* AFNetworking-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AFNetworking-prefix.pch"; sourceTree = ""; }; + B234FC9C52C750F03ED2627479B16A28 /* nv_ios_http_status.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = nv_ios_http_status.h; path = "nv-ios-http-status/nv_ios_http_status.h"; sourceTree = ""; }; + B2385FF1C147C1DE1B7AEDF04DA72235 /* FBSnapshotTestCase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSnapshotTestCase.m; path = FBSnapshotTestCase/FBSnapshotTestCase.m; sourceTree = ""; }; + B4659BB681623539C1E381266644D9D2 /* UIActivityIndicatorView+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIActivityIndicatorView+AFNetworking.h"; path = "UIKit+AFNetworking/UIActivityIndicatorView+AFNetworking.h"; sourceTree = ""; }; + B49656FE04BC3FA7D61F51017225E8DD /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + B4ACD963161DD199547F50D3C0B14D3D /* EXPMatchers+beginWith.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beginWith.h"; path = "Expecta/Matchers/EXPMatchers+beginWith.h"; sourceTree = ""; }; + B55B191D0BC374144F0D8CEAEF7D18F6 /* Expecta-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Expecta-dummy.m"; sourceTree = ""; }; + B588333EEFA242A6E24F36AAACFA263C /* PNObjectConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = PNObjectConfig.m; sourceTree = ""; }; + B5917273CD2193A45ABBA4E6053AB5F8 /* PNObjectConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PNObjectConfig.h; sourceTree = ""; }; + B5C24A839047B4CA4869261059ADECD5 /* UIImage+Compare.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Compare.m"; path = "FBSnapshotTestCase/Categories/UIImage+Compare.m"; sourceTree = ""; }; + B5D52EF45410EEDB0E8DEC36892403D7 /* UIImage+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+AFNetworking.h"; path = "UIKit+AFNetworking/UIImage+AFNetworking.h"; sourceTree = ""; }; + B5F9485D2E2EAF680CFD9E0687598D3B /* Specta-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Specta-dummy.m"; sourceTree = ""; }; + B645D41429CF1AA885C2086BB5DCFA07 /* EXPMatchers+conformTo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+conformTo.h"; path = "Expecta/Matchers/EXPMatchers+conformTo.h"; sourceTree = ""; }; + B6D98DF2C912FCC881DDFE8A3ADBC07B /* SPTCompiledExample.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTCompiledExample.h; path = Specta/Specta/SPTCompiledExample.h; sourceTree = ""; }; + B7B62B27375C86330E843A2F7F33AFAD /* EXPMatchers+beLessThanOrEqualTo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beLessThanOrEqualTo.h"; path = "Expecta/Matchers/EXPMatchers+beLessThanOrEqualTo.h"; sourceTree = ""; }; + B8007EAF5EE637CF9AF0F8E16BD8333C /* PNAddress.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = PNAddress.m; sourceTree = ""; }; B8F890AACB551F53A3EF64D661F0A11D /* Pods-PNObject_Tests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-PNObject_Tests-frameworks.sh"; sourceTree = ""; }; - B9519193AF170D5AF1C9DB2ED31EA12D /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - B9693DE8FEDDDE35C28DA30BBE9C5322 /* Expecta-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Expecta-prefix.pch"; sourceTree = ""; }; + B909EB8EB36B657E3DFD838B2C37CF9E /* PNLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PNLocation.h; sourceTree = ""; }; + BA2244EEC3DFB3996B263ECBC2F98D2B /* EXPMatchers+raiseWithReason.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+raiseWithReason.h"; path = "Expecta/Matchers/EXPMatchers+raiseWithReason.h"; sourceTree = ""; }; BA6428E9F66FD5A23C0A2E06ED26CD2F /* Podfile */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - BAC103126493FCA9DC307BF91F51572A /* PEAR-FileManager-iOS.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "PEAR-FileManager-iOS.xcconfig"; sourceTree = ""; }; - BB946E78D3AB1817B7BE4FFFAF51BB20 /* EXPExpect.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPExpect.m; path = Expecta/EXPExpect.m; sourceTree = ""; }; - BC1C2A65F78882A083F81AE54885379E /* NSDate+NSDate_Util.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDate+NSDate_Util.h"; path = "Pod/Classes/NSDate+NSDate_Util.h"; sourceTree = ""; }; - BC5332092A275215EA81B7A180089C08 /* NSDate_Utils-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSDate_Utils-umbrella.h"; sourceTree = ""; }; - BFA6C1A3B741D0831BA11C4A61B1671A /* ExpectaSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ExpectaSupport.m; path = Expecta/ExpectaSupport.m; sourceTree = ""; }; - C092C2EA6068564AD00DF872B5C9B5BF /* FBSnapshotTestCase-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FBSnapshotTestCase-prefix.pch"; sourceTree = ""; }; - C2D2620C4D8B7C07CB68366A7BEA9EBA /* Expecta.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Expecta.xcconfig; sourceTree = ""; }; - C4FCEB148D2A9DE0A797FBE6968CAE28 /* ExpectaObject+FBSnapshotTest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ExpectaObject+FBSnapshotTest.m"; sourceTree = ""; }; - C638CD7E3E6A608A663DAF8E37DBC950 /* PNObjectProperty.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = PNObjectProperty.m; sourceTree = ""; }; - C75BE203FE62CDE9CBC30A1812780F6E /* EXPMatchers+beGreaterThanOrEqualTo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beGreaterThanOrEqualTo.m"; path = "Expecta/Matchers/EXPMatchers+beGreaterThanOrEqualTo.m"; sourceTree = ""; }; - C7D89C09473939D9000E883749E7A017 /* SPTExcludeGlobalBeforeAfterEach.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTExcludeGlobalBeforeAfterEach.h; path = Specta/Specta/SPTExcludeGlobalBeforeAfterEach.h; sourceTree = ""; }; - C9A6D00AE10BF3C39CCB9F5BB8DD39AF /* UIButton+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIButton+AFNetworking.m"; path = "UIKit+AFNetworking/UIButton+AFNetworking.m"; sourceTree = ""; }; - C9C71517432E5C75DC0A3A15BB2F67CF /* PNObjectSubclassing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PNObjectSubclassing.h; sourceTree = ""; }; - C9C90AD238A313B46BF94AE78706DCB4 /* NSDate_Utils.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = NSDate_Utils.xcconfig; sourceTree = ""; }; - C9DC12BFABE07666DD4F120195F6CBA9 /* SPTCallSite.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SPTCallSite.m; path = Specta/Specta/SPTCallSite.m; sourceTree = ""; }; - CB327A2C4264D8D750739600AF58AB3C /* UIDevice_Utils.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = UIDevice_Utils.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - CB3F28C9BC17E4A2F27DCCE9693F61A2 /* UIRefreshControl+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIRefreshControl+AFNetworking.m"; path = "UIKit+AFNetworking/UIRefreshControl+AFNetworking.m"; sourceTree = ""; }; - CC81989EC2F7F38C770FB47B29B1E665 /* Expecta+Snapshots-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Expecta+Snapshots-umbrella.h"; sourceTree = ""; }; - CDE3DA9BC9D60F271CF023406E323EDE /* ExpectaObject+FBSnapshotTest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ExpectaObject+FBSnapshotTest.h"; sourceTree = ""; }; - CE5DB4BC4F106F89C9CD4C9D535CB97C /* EXPMatchers+beInTheRangeOf.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beInTheRangeOf.m"; path = "Expecta/Matchers/EXPMatchers+beInTheRangeOf.m"; sourceTree = ""; }; - CE87B9C36054834C443E9E1F536F71CA /* UIImage+Snapshot.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Snapshot.m"; path = "FBSnapshotTestCase/Categories/UIImage+Snapshot.m"; sourceTree = ""; }; - D0C8EC4D7223E809A20EF5E01C4B7BF9 /* UIButton+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIButton+AFNetworking.h"; path = "UIKit+AFNetworking/UIButton+AFNetworking.h"; sourceTree = ""; }; + BA65791C91A39EB575797BA72A2B65A6 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + BBDFF13E5560186F671ED58620E75C7A /* Pods_PNObject_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_PNObject_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + BCC8A81AEA8F45E6D0F720608ECF25F0 /* EXPMatchers+beGreaterThan.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beGreaterThan.m"; path = "Expecta/Matchers/EXPMatchers+beGreaterThan.m"; sourceTree = ""; }; + BDCD678BE6398373CB78F8B13A3EC227 /* AFAutoPurgingImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFAutoPurgingImageCache.m; path = "UIKit+AFNetworking/AFAutoPurgingImageCache.m"; sourceTree = ""; }; + BDD9D1A3622DD85996CFC2EE888F4A10 /* PNObjectModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PNObjectModel.h; sourceTree = ""; }; + BEE312DB96BB4C4D47147810AF5F36E3 /* UIImage+Compare.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Compare.h"; path = "FBSnapshotTestCase/Categories/UIImage+Compare.h"; sourceTree = ""; }; + BF3A302EBF9FC72A93FDAC46A18AE870 /* SPTCallSite.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SPTCallSite.m; path = Specta/Specta/SPTCallSite.m; sourceTree = ""; }; + C356FF5F6AD15E1338FB7B93F76C502B /* ExpectaObject+FBSnapshotTest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ExpectaObject+FBSnapshotTest.h"; sourceTree = ""; }; + C3D54BBB1BED331D55BC0C61FFA9CEC3 /* EXPMatchers+FBSnapshotTest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXPMatchers+FBSnapshotTest.h"; sourceTree = ""; }; + C40F2BC1AA2AB14A51FB1193B1A687C2 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/System/Library/Frameworks/SystemConfiguration.framework; sourceTree = DEVELOPER_DIR; }; + C41C802DC25D473427927D6E5E12DB44 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + C482D80B019196EB4630657FC63BEB3C /* MobileCoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/System/Library/Frameworks/MobileCoreServices.framework; sourceTree = DEVELOPER_DIR; }; + C52CB957F23B5D24CA1AEAD7E551BB83 /* PEAR-FileManager-iOS.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "PEAR-FileManager-iOS.xcconfig"; sourceTree = ""; }; + C596C664F9FEAC8BD644F34C3A77834A /* PNObject.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = PNObject.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + C62CEFC031B9419B27F587F1250C4520 /* EXPMatchers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPMatchers.h; path = Expecta/Matchers/EXPMatchers.h; sourceTree = ""; }; + C8062E31CFB626F1E471945F0AACA51F /* PNUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PNUser.h; sourceTree = ""; }; + C96A65B1E174662E402129B6B71C90E4 /* FBSnapshotTestCase-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FBSnapshotTestCase-prefix.pch"; sourceTree = ""; }; + C9D460967A6376EA571AFB8D4F5DBE53 /* PEAR-FileManager-iOS-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "PEAR-FileManager-iOS-dummy.m"; sourceTree = ""; }; + C9E514F6AEA6EAE70D95B22CDF7470C3 /* UIDevice-Utils.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "UIDevice-Utils.xcconfig"; sourceTree = ""; }; + CA0C72DEFF7BB3194168DDF6E5B24B50 /* UIImage+Snapshot.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Snapshot.h"; path = "FBSnapshotTestCase/Categories/UIImage+Snapshot.h"; sourceTree = ""; }; + CABD57B5D4671B52039BE8C6343C42D1 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/System/Library/Frameworks/CoreGraphics.framework; sourceTree = DEVELOPER_DIR; }; + CAF17A9413D14E8EBEA17A44DF4A4E1F /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; + CC0B03BABB00CE5A0803DEC99D2BD319 /* AFNetworking.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = AFNetworking.framework; sourceTree = BUILT_PRODUCTS_DIR; }; D11A9BD0CFE1E520AE71DC4403614790 /* Pods-PNObject_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-PNObject_Example.debug.xcconfig"; sourceTree = ""; }; - D36450A8270AA2A83EA877093A08930E /* FBSnapshotTestCase.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = FBSnapshotTestCase.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - D382546D2C84FB1FD054DF511E64DDF0 /* UIImage+Compare.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Compare.h"; path = "FBSnapshotTestCase/Categories/UIImage+Compare.h"; sourceTree = ""; }; - D6D401801EE142013F616C33730E6C68 /* AFNetworking-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AFNetworking-prefix.pch"; sourceTree = ""; }; + D241D95070D67C95995DC1AC991505C9 /* Expecta_Snapshots.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Expecta_Snapshots.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + D2C0A271D9EDAD5CB5B22C4F567CA3F7 /* UIButton+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIButton+AFNetworking.h"; path = "UIKit+AFNetworking/UIButton+AFNetworking.h"; sourceTree = ""; }; + D37F88A59F0C14892926BE065FC89404 /* AFNetworking.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AFNetworking.xcconfig; sourceTree = ""; }; + D3C38843B1CB9E2D243F081456530E8F /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + D42FD2891A624D65A9C22F381B279EEF /* EXPMatchers+beSubclassOf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beSubclassOf.h"; path = "Expecta/Matchers/EXPMatchers+beSubclassOf.h"; sourceTree = ""; }; + D70A3F1B07E24D777165E2F8678E5A29 /* EXPDoubleTuple.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPDoubleTuple.m; path = Expecta/EXPDoubleTuple.m; sourceTree = ""; }; D761BAE2437C826AB810C023C228E54E /* PNObject.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = PNObject.modulemap; sourceTree = ""; }; - D787AD02E49323EDF499CEA4B18362E2 /* EXPDoubleTuple.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPDoubleTuple.m; path = Expecta/EXPDoubleTuple.m; sourceTree = ""; }; - D91C66B249097C92CBCB96737C94B289 /* PNObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = PNObject.m; sourceTree = ""; }; - DB25C8D56F3BC7AF00EC94819841709D /* UIDevice-Hardware.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIDevice-Hardware.m"; path = "Pod/Classes/UIDevice-Hardware.m"; sourceTree = ""; }; + D89E8E77002B7DF01EF753700FFB8232 /* AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFNetworking.h; path = AFNetworking/AFNetworking.h; sourceTree = ""; }; + D8AE633ADAEFAC5DF8295013E842595D /* FBSnapshotTestCase-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FBSnapshotTestCase-dummy.m"; sourceTree = ""; }; + DB6BF369FA7CF0E57D30200E38DD31FE /* AFNetworkReachabilityManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFNetworkReachabilityManager.m; path = AFNetworking/AFNetworkReachabilityManager.m; sourceTree = ""; }; DC358092608E035811817A25786F40A6 /* Pods-PNObject_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-PNObject_Example.release.xcconfig"; sourceTree = ""; }; - DE532B43526854304B2FF59160AD3587 /* UIKit+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIKit+AFNetworking.h"; path = "UIKit+AFNetworking/UIKit+AFNetworking.h"; sourceTree = ""; }; - DE7319124E858F652E78EEE78BFCD99A /* SPTTestSuite.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SPTTestSuite.m; path = Specta/Specta/SPTTestSuite.m; sourceTree = ""; }; - DFC441DEC0296333CDB9D7926575F8DF /* UIDevice-Utils-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIDevice-Utils-prefix.pch"; sourceTree = ""; }; - E166162701E3405E15FECEF6994FEF52 /* EXPMatchers+match.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+match.h"; path = "Expecta/Matchers/EXPMatchers+match.h"; sourceTree = ""; }; + DC9B3358EE62D77D71F1805014D1DB92 /* SpectaDSL.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SpectaDSL.m; path = Specta/Specta/SpectaDSL.m; sourceTree = ""; }; + DD8E1EE82922EB0432EEB767927065F4 /* nv-ios-http-status.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "nv-ios-http-status.xcconfig"; sourceTree = ""; }; + DF276E481B1CFAF5CEB69D0A5D066071 /* Expecta-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Expecta-prefix.pch"; sourceTree = ""; }; E16AE17E2B35A7123F90844256259B9D /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - E25DD7021E70A195FA82B61C00864AB9 /* EXPMatchers+postNotification.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+postNotification.m"; path = "Expecta/Matchers/EXPMatchers+postNotification.m"; sourceTree = ""; }; + E3C6FA69EC4D0AFB51496C2F4B0F4007 /* EXPMatchers+beGreaterThan.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beGreaterThan.h"; path = "Expecta/Matchers/EXPMatchers+beGreaterThan.h"; sourceTree = ""; }; + E43295F3F16FA8DC3C4DBAE459ADC456 /* UIImageView+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+AFNetworking.h"; path = "UIKit+AFNetworking/UIImageView+AFNetworking.h"; sourceTree = ""; }; E46B7AFFF2CB3F42C731CF9CFA5DFC85 /* Pods-PNObject_Tests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-PNObject_Tests-umbrella.h"; sourceTree = ""; }; E47CDA8C196A62B78FACDBFE34E3F5AD /* Pods-PNObject_Example-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-PNObject_Example-resources.sh"; sourceTree = ""; }; - E58B3E175987E25D86BAB908141DFF75 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/System/Library/Frameworks/Security.framework; sourceTree = DEVELOPER_DIR; }; - E6275022455B7BEF01F79BED352B30CE /* EXPMatchers+beNil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beNil.m"; path = "Expecta/Matchers/EXPMatchers+beNil.m"; sourceTree = ""; }; - E6B9417384F1AAEF3A585CE674A6F5CB /* PNLocation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = PNLocation.m; sourceTree = ""; }; - E6F03F79EEA27C574F6ADCB71E692FA5 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - E75DAAFC920067DD87C26508EF097BE4 /* UIProgressView+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIProgressView+AFNetworking.m"; path = "UIKit+AFNetworking/UIProgressView+AFNetworking.m"; sourceTree = ""; }; - E81F08D50F678A8D5B0F18FDD8D26E61 /* EXPMatchers+FBSnapshotTest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXPMatchers+FBSnapshotTest.m"; sourceTree = ""; }; - E9E41E4FFB49746CFD6BDDCFF795C05E /* PNAddress.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = PNAddress.m; sourceTree = ""; }; - EB692859FF4E52214F253B1CDC8E86C8 /* SPTExample.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SPTExample.m; path = Specta/Specta/SPTExample.m; sourceTree = ""; }; + E4DEE80C61D9195FDE095554AC10FA32 /* AFNetworkActivityIndicatorManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFNetworkActivityIndicatorManager.m; path = "UIKit+AFNetworking/AFNetworkActivityIndicatorManager.m"; sourceTree = ""; }; + E64F7941290A0DBB9B258DFB089CD2B2 /* UIKit+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIKit+AFNetworking.h"; path = "UIKit+AFNetworking/UIKit+AFNetworking.h"; sourceTree = ""; }; + E6F7F16D9E0EFA6AF63A13061CD23BE5 /* Expecta.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = Expecta.modulemap; sourceTree = ""; }; + E743D8AFD01B9F09265F9ABE26524BC1 /* NSDate_Utils.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = NSDate_Utils.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + E7CB47106AF4B40907E0AC403B71A12D /* EXPMatchers+beIdenticalTo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beIdenticalTo.m"; path = "Expecta/Matchers/EXPMatchers+beIdenticalTo.m"; sourceTree = ""; }; + E9DABEB37C38C55338DC3A1FD3224995 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/System/Library/Frameworks/Security.framework; sourceTree = DEVELOPER_DIR; }; + EB5A1D40BDFDE5DF9BBAAA30F4F6A419 /* SPTSpec.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SPTSpec.m; path = Specta/Specta/SPTSpec.m; sourceTree = ""; }; EB8B84E4432E9D6D4914A7EB79C467FA /* Pods-PNObject_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-PNObject_Tests.debug.xcconfig"; sourceTree = ""; }; + EBABA1F598E65676067C2A86943CDB24 /* PNObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PNObject.h; sourceTree = ""; }; + EC544EEA336DC5AB8055894221CCE755 /* UIButton+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIButton+AFNetworking.m"; path = "UIKit+AFNetworking/UIButton+AFNetworking.m"; sourceTree = ""; }; + ECB17217234A8E835FB4BE39E6FEFC6F /* AFNetworking-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "AFNetworking-dummy.m"; sourceTree = ""; }; + ECE3FD751A64DAEB144F784BBE8C2732 /* SPTGlobalBeforeAfterEach.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTGlobalBeforeAfterEach.h; path = Specta/Specta/SPTGlobalBeforeAfterEach.h; sourceTree = ""; }; ED867712668303BA41A70CB5E1969AC2 /* PNObject-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "PNObject-dummy.m"; sourceTree = ""; }; - EF784364E26CA5C11C77E4A34F0BCC4C /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/System/Library/Frameworks/QuartzCore.framework; sourceTree = DEVELOPER_DIR; }; + EDA6ADC12D0F7F372DAC9AA34A385C83 /* EXPExpect.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPExpect.h; path = Expecta/EXPExpect.h; sourceTree = ""; }; + EE1683091A10AF021AD89064B1275C3D /* SPTExample.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTExample.h; path = Specta/Specta/SPTExample.h; sourceTree = ""; }; + EE1BA712295D0B44F79F0510CE7917CC /* UIDevice-Utils-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIDevice-Utils-umbrella.h"; sourceTree = ""; }; + EE3B16DBC5A898F73D2ECEF293B341E8 /* Specta-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Specta-prefix.pch"; sourceTree = ""; }; + EEBC96FE602F9D4E3ED5581BB2EFA686 /* PEARFileManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PEARFileManager.h; path = "PEAR-FileManager-iOS/PEARFileManager.h"; sourceTree = ""; }; + EED392C41D1EDEC41183133B8D2A0A1E /* UIProgressView+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIProgressView+AFNetworking.m"; path = "UIKit+AFNetworking/UIProgressView+AFNetworking.m"; sourceTree = ""; }; + EF7DB9B2219CD674040184339A17836A /* EXPMatchers+equal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+equal.h"; path = "Expecta/Matchers/EXPMatchers+equal.h"; sourceTree = ""; }; + F175E750B6FD36C665EC169FBD248587 /* EXPMatchers+equal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+equal.m"; path = "Expecta/Matchers/EXPMatchers+equal.m"; sourceTree = ""; }; F18435C7355DA51EDB57E2BC9552B2FC /* Pods-PNObject_Tests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-PNObject_Tests-acknowledgements.markdown"; sourceTree = ""; }; - F32ECF5646D462C9042BCE68A5A2EA22 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; - F462F789E7FB9E0958BDB03D88F0FBE3 /* EXPMatchers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPMatchers.h; path = Expecta/Matchers/EXPMatchers.h; sourceTree = ""; }; - F52ABA27201CE568B40C098A89C5D36F /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; - F6475D2AE952D65158911AE59D9D7787 /* NSDate_Utils.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = NSDate_Utils.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - F793F931AACF1EE2763F3169C9C69946 /* PNObject.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = PNObject.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - F7F9CBFB97FAE3AC05A28EE45CDA2734 /* UIImage+Compare.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Compare.m"; path = "FBSnapshotTestCase/Categories/UIImage+Compare.m"; sourceTree = ""; }; - F7FE7E898C64DAE5E020AE493772158A /* EXPMatchers+beSubclassOf.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beSubclassOf.m"; path = "Expecta/Matchers/EXPMatchers+beSubclassOf.m"; sourceTree = ""; }; + F2F9E0F0D8C676FDEF57F4AB684EF18E /* SPTCallSite.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTCallSite.h; path = Specta/Specta/SPTCallSite.h; sourceTree = ""; }; + F3C43DB65660997111943EBF3268FB93 /* Specta-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Specta-umbrella.h"; sourceTree = ""; }; + F3F4A2D9858F67BE07CF703724AA35AF /* AFSecurityPolicy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFSecurityPolicy.m; path = AFNetworking/AFSecurityPolicy.m; sourceTree = ""; }; + F5813F54864851095188F58E97C111EE /* EXPMatchers+beSupersetOf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beSupersetOf.h"; path = "Expecta/Matchers/EXPMatchers+beSupersetOf.h"; sourceTree = ""; }; + F7D8AE99D4E77EE0E5687843C804388F /* EXPMatchers+raise.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+raise.h"; path = "Expecta/Matchers/EXPMatchers+raise.h"; sourceTree = ""; }; F872FBD57D98CFC3DE47AD9A270264B9 /* Pods-PNObject_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-PNObject_Tests.release.xcconfig"; sourceTree = ""; }; + F921A7B4FE9577EE631EF19668AE4041 /* EXPMatchers+beInstanceOf.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beInstanceOf.m"; path = "Expecta/Matchers/EXPMatchers+beInstanceOf.m"; sourceTree = ""; }; F924BAFD8984753A0E19859F0D994689 /* Pods-PNObject_Example-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-PNObject_Example-frameworks.sh"; sourceTree = ""; }; - F9664ECC37853F2F4C53EA28E02A4B11 /* Expecta.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Expecta.h; path = Expecta/Expecta.h; sourceTree = ""; }; - F9E22B61DD570EEF664FE4F46779E934 /* MobileCoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/System/Library/Frameworks/MobileCoreServices.framework; sourceTree = DEVELOPER_DIR; }; - FA9B970B7B7887AA9701B950AB3E9ED6 /* Expecta.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = Expecta.modulemap; sourceTree = ""; }; - FB40504B37813B22D5041650F8E335AA /* EXPMatchers+beCloseTo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beCloseTo.h"; path = "Expecta/Matchers/EXPMatchers+beCloseTo.h"; sourceTree = ""; }; - FFA9C82F3CA4A7726C38765EA662E470 /* EXPMatchers+respondTo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+respondTo.m"; path = "Expecta/Matchers/EXPMatchers+respondTo.m"; sourceTree = ""; }; + F95D3C93A19158D2C724AE838F61BDFB /* EXPMatchers+endWith.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+endWith.h"; path = "Expecta/Matchers/EXPMatchers+endWith.h"; sourceTree = ""; }; + FA7216234D4C24961344653692ABA814 /* EXPMatchers+beKindOf.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beKindOf.m"; path = "Expecta/Matchers/EXPMatchers+beKindOf.m"; sourceTree = ""; }; + FAB8F22D328CDC2CC35A8E7583C5B000 /* EXPMatchers+beGreaterThanOrEqualTo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beGreaterThanOrEqualTo.m"; path = "Expecta/Matchers/EXPMatchers+beGreaterThanOrEqualTo.m"; sourceTree = ""; }; + FAEF57DFA291AFCDC8CF7CBA2307B1E9 /* AFHTTPSessionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFHTTPSessionManager.m; path = AFNetworking/AFHTTPSessionManager.m; sourceTree = ""; }; + FC189910AD30BB051AE44C5DC8D66E3B /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/System/Library/Frameworks/QuartzCore.framework; sourceTree = DEVELOPER_DIR; }; + FD378F1EF2A7C46E0D029ED34B3572E9 /* SpectaDSL.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SpectaDSL.h; path = Specta/Specta/SpectaDSL.h; sourceTree = ""; }; + FF016F1D307D9F7D6CD2678285B5D04B /* XCTest+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "XCTest+Private.h"; path = "Specta/Specta/XCTest+Private.h"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -630,32 +716,19 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 2FBBC195EC5AF2E370AF885FCB76B312 /* Frameworks */ = { + 20CC96C56EE7EE2C533A7445D0FAA390 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 47BE16803392A5BB68905A2F6AE2638B /* Foundation.framework in Frameworks */, + 637C7C806A0289D9252A49D589195102 /* Foundation.framework in Frameworks */, + F734436720FFEF41F06C8154C5170D58 /* XCTest.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 4F358682EA489B9953D15337839AE107 /* Frameworks */ = { + 2577CDD02CB798FA7A416A75A74111A1 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 6846FE011C496CB400FD46A7 /* NSDate_Utils.framework in Frameworks */, - 6846FE021C496CB400FD46A7 /* PEAR_FileManager_iOS.framework in Frameworks */, - 6846FE031C496CB400FD46A7 /* UIDevice_Utils.framework in Frameworks */, - 16A9A6CCC4F249BFD94D85BEE83DCF72 /* AFNetworking.framework in Frameworks */, - CE254752A8C232EBE37D84810F7724E5 /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 5F4F99C994DBB4756B6E140131C037F1 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 79D80D40B13CD1C26F10BDAC1496AB46 /* Foundation.framework in Frameworks */, - 57DF0D0CC9C99551558F1B74CDCCCC98 /* XCTest.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -667,6 +740,27 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 8931DF8A06EBFE365D4B98F8DF463538 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 7A23129C6EF1F64D601C25B8CF8F62F7 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 8E8FCCDFE435C2D92F1FC84E84E5CB59 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 5C4E3287DE9E5988D91C536DA517BD51 /* AFNetworking.framework in Frameworks */, + 6DAD2AD4B15B5665B1F434A1EDB9C5C5 /* Foundation.framework in Frameworks */, + 2E00CF37C528D41E03A891F73A8130B1 /* NSDate_Utils.framework in Frameworks */, + 4A400803EBA61DDDB0BE3B2B7FAB9BD7 /* nv_ios_http_status.framework in Frameworks */, + 9FC6E6A8F9B8A01F2C3878BF84AEB697 /* PEAR_FileManager_iOS.framework in Frameworks */, + EB9FD3B1A05A15D8ADA3EAD591722FFE /* UIDevice_Utils.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 914A3FA7C160948DE0A308FB745E7380 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -678,18 +772,11 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 948F0C2BD229C4AC89F2019186A15281 /* Frameworks */ = { + C09717D02986E0C1F2FEC06C64AA3BA4 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - A56E13DAA3C6DDE77A388FB0AD375540 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 4EB3EF278446BB04246DCA3A510C4D1C /* Foundation.framework in Frameworks */, + DDCFE03CE832C6A63C83C3FA62920E7B /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -705,6 +792,21 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + C6A71832486432A8EE280CF5B1E5CD66 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + CD4996880F2FD87DCB89CBB7123C579F /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 37933D961067D85C622E7C8CE7B0BFB8 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; CFF5B7915B7C4A2828E27F2C89B1769C /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -716,10 +818,11 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - DA96E0E0E5819F73D7723C62EBB3C3EB /* Frameworks */ = { + D82ADF6AC9393D0EF4FB23B2ED65D19B /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + 74DD8F7670BA7BF4E1701863E9C16C60 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -739,26 +842,54 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - F3F3A2E67C734AF5D0F970CE47BCF38C /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 0A85B3C8FA830ECAACBB1BDF49C96F75 /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 079E0D3EB3F01EAD3A28EA78B19BE0DF /* Serialization */ = { + 048E201ABF0F9EF9A07CCD81D8D420B9 /* Pods */ = { isa = PBXGroup; children = ( - 6A9C98362B8CD1F0E2749529D53DEE66 /* AFURLRequestSerialization.h */, - 0086B599B6C85DF27B4ED96EEBA0F597 /* AFURLRequestSerialization.m */, - 1713E8DF36EE24BDD474593A71C61871 /* AFURLResponseSerialization.h */, - 53812272391D9612B78D0372F2DFA9B4 /* AFURLResponseSerialization.m */, + 2689D422271F49E28A60ED4A66878478 /* AFNetworking */, + E8E1D653F6EF4097EFE5DBEA48B0B4E7 /* Expecta */, + C57490C76AC070B4AFB8DBEC5C1762CA /* Expecta+Snapshots */, + 566A0C83F21C10E7C48E94FA7021668B /* FBSnapshotTestCase */, + 28BD2670ADB4975C7D1E0916C45A482C /* NSDate_Utils */, + BCD3DD7E123BAA868FCE73F032BA4481 /* nv-ios-http-status */, + 63E40D5F6CB785C640AC6E5CFBE82A61 /* PEAR-FileManager-iOS */, + B5C77586473319F8590C29307C64AB5C /* Specta */, + EB3D4C3DB926CD41D6A25BBF3210AD38 /* UIDevice-Utils */, ); - name = Serialization; + name = Pods; + sourceTree = ""; + }; + 05877843615DB167CCE032749F10FFE2 /* Support Files */ = { + isa = PBXGroup; + children = ( + 59604F2243675657E2E7E15FAC918F86 /* AFNetworking.modulemap */, + D37F88A59F0C14892926BE065FC89404 /* AFNetworking.xcconfig */, + ECB17217234A8E835FB4BE39E6FEFC6F /* AFNetworking-dummy.m */, + B12A7991FC7E3865C020FC02469D58F0 /* AFNetworking-prefix.pch */, + A6BCB611DE22A5D965C4216B16085419 /* AFNetworking-umbrella.h */, + 0ADD4E5E8E903E5B5B4E51AEF78B18B3 /* Info.plist */, + ); + name = "Support Files"; + path = "../Target Support Files/AFNetworking"; + sourceTree = ""; + }; + 0B04A33C4D7BA9DED0D46C10D603ADB0 /* Pod */ = { + isa = PBXGroup; + children = ( + CCAD04D33F9F2C0A4D2A277E5A79BD62 /* Classes */, + ); + path = Pod; + sourceTree = ""; + }; + 1550C02821F79428737EAC0ADAC76F70 /* Security */ = { + isa = PBXGroup; + children = ( + 17E760B9F15DC83104BA161329586C8E /* AFSecurityPolicy.h */, + F3F4A2D9858F67BE07CF703724AA35AF /* AFSecurityPolicy.m */, + ); + name = Security; sourceTree = ""; }; 168A3B8397ECA5C7750BACB8764D0C36 /* Pods-PNObject_Tests */ = { @@ -779,142 +910,90 @@ path = "Target Support Files/Pods-PNObject_Tests"; sourceTree = ""; }; - 18719642523332F7AE8C29EFA0E829A3 /* Support Files */ = { + 1EE8BDB656FE53316CF87262BFDB88A3 /* Support Files */ = { isa = PBXGroup; children = ( - 8F1203F6CA5CD18E2ACF4E60085EBCC8 /* FBSnapshotTestCase.modulemap */, - 31EC73DD2649E7FFDFFC27FD45896BD4 /* FBSnapshotTestCase.xcconfig */, - 185504E9BC20A737B0F6C725AFC1921A /* FBSnapshotTestCase-dummy.m */, - C092C2EA6068564AD00DF872B5C9B5BF /* FBSnapshotTestCase-prefix.pch */, - 56CC371A2A26C2206AD6BD10FF6DA775 /* Info.plist */, + 5C6A88235865FDC401100A80D7827E6F /* Info.plist */, + 65A8FF91F982A99C2CC3DC728DDCDDA5 /* Specta.modulemap */, + 1430E1DEB134327B7D2F241CF4873A58 /* Specta.xcconfig */, + B5F9485D2E2EAF680CFD9E0687598D3B /* Specta-dummy.m */, + EE3B16DBC5A898F73D2ECEF293B341E8 /* Specta-prefix.pch */, + F3C43DB65660997111943EBF3268FB93 /* Specta-umbrella.h */, ); name = "Support Files"; - path = "../Target Support Files/FBSnapshotTestCase"; + path = "../Target Support Files/Specta"; sourceTree = ""; }; - 20554A5E017CC4548F5C314DF4CCEF1F /* Pods */ = { + 23ED7D11119F2FB1747ECD0CC3CA6605 /* Core */ = { isa = PBXGroup; children = ( - 66D1F6496CB25138DFD570FEF41CB944 /* AFNetworking */, - 94F21B8E923A4D731307FC589A974EDB /* Expecta */, - 5AB664DFCDF393C315BFBC182B823DBA /* Expecta+Snapshots */, - 4EAB1AF20D00E0A031370E554A440808 /* FBSnapshotTestCase */, - 456F01B42C18C5D969B3B54E4669F7A6 /* NSDate_Utils */, - 7123EAAA0E58DA2900B3B7FF89E5EB94 /* PEAR-FileManager-iOS */, - 21194C0CED8534A3A47EEC7BC6A6D8D4 /* Specta */, - 6963333AA224B56F4EA948D1389FFA46 /* UIDevice-Utils */, + 10FDC677574A6562DC46E76D40F7821C /* FBSnapshotTestCase.h */, + B2385FF1C147C1DE1B7AEDF04DA72235 /* FBSnapshotTestCase.m */, + 9BF060EF7F1E57D9F3CFACC049B458EF /* FBSnapshotTestCasePlatform.h */, + 5C73F1F3E9D2B1F28D4D400C09432596 /* FBSnapshotTestCasePlatform.m */, + 55A7EA09A7B8C6417CDD4D0517AFD54F /* FBSnapshotTestController.h */, + 8C4C3426DFC651D897171B060CE0B18D /* FBSnapshotTestController.m */, + BEE312DB96BB4C4D47147810AF5F36E3 /* UIImage+Compare.h */, + B5C24A839047B4CA4869261059ADECD5 /* UIImage+Compare.m */, + 9B4A033F1E9BDC5FC8A785EDB3CEE3A3 /* UIImage+Diff.h */, + 46905B5F26206D5B3BF45E4684D9DC89 /* UIImage+Diff.m */, + CA0C72DEFF7BB3194168DDF6E5B24B50 /* UIImage+Snapshot.h */, + 03DFF2E81207C77C17155B0651B22474 /* UIImage+Snapshot.m */, ); - name = Pods; + name = Core; sourceTree = ""; }; - 21194C0CED8534A3A47EEC7BC6A6D8D4 /* Specta */ = { + 2689D422271F49E28A60ED4A66878478 /* AFNetworking */ = { isa = PBXGroup; children = ( - A4183324B6BABCEE7610BB0F038B1F59 /* Specta.h */, - 35585DFFA728C4C5A14AA183EC036013 /* SpectaDSL.h */, - 6D1A759D33F173D10E0B7015AE80CF23 /* SpectaDSL.m */, - 69C520A4C76B14DB186E153AEE415291 /* SpectaTypes.h */, - 0E49D273A400D01F7C968DEDB310739A /* SpectaUtility.h */, - 4518F84A8AE33249879AD096501ACF2C /* SpectaUtility.m */, - 29DF17D4BD0DFBF04363B12DF5D708DE /* SPTCallSite.h */, - C9DC12BFABE07666DD4F120195F6CBA9 /* SPTCallSite.m */, - 852ED4B265FE033613AC722C1062C301 /* SPTCompiledExample.h */, - 5F8244AC7C380BAC0FF7995A0DD0985C /* SPTCompiledExample.m */, - 95D4B9664052A1C4C44C63454B6C1EED /* SPTExample.h */, - EB692859FF4E52214F253B1CDC8E86C8 /* SPTExample.m */, - 5D5200015B01A00B8EE614CEC1A72DBA /* SPTExampleGroup.h */, - AD1FD21D8F457F0E27CFCFB595FCC669 /* SPTExampleGroup.m */, - C7D89C09473939D9000E883749E7A017 /* SPTExcludeGlobalBeforeAfterEach.h */, - B18531DAB0C92B47BC6B34F097747A28 /* SPTGlobalBeforeAfterEach.h */, - 4EB3A39CD648527BE16B141FD58D5A58 /* SPTSharedExampleGroups.h */, - 4B07E3A6961EE0F0821BEDD4EFDBC3E6 /* SPTSharedExampleGroups.m */, - 16381C8F5ADB6A8C9F60144F32E457D0 /* SPTSpec.h */, - 64F490A38FEF85969F7D32CF7DAD9297 /* SPTSpec.m */, - A0B2B2D2C961344B4CF652B166E525DB /* SPTTestSuite.h */, - DE7319124E858F652E78EEE78BFCD99A /* SPTTestSuite.m */, - 3815F645AAADCAF88CC9740D8FED47C6 /* XCTest+Private.h */, - 02C1CCA906DB8F2DEDF2F199F2262598 /* XCTestCase+Specta.h */, - 7D235B3CA6493F5DFD4DF8399F3F6E52 /* XCTestCase+Specta.m */, - B990EED8DB09C8013B67BA54CF0A5A1B /* Support Files */, + D89E8E77002B7DF01EF753700FFB8232 /* AFNetworking.h */, + 33597CF92B633439498471E71ADC6111 /* NSURLSession */, + DCAE242BF8F62DC7D948F6C267CC34AC /* Reachability */, + 1550C02821F79428737EAC0ADAC76F70 /* Security */, + 79E5D7297B12E74A6AF9F0875453FB2D /* Serialization */, + 05877843615DB167CCE032749F10FFE2 /* Support Files */, + E8399B1401CACE1BFE42C0D8B093E163 /* UIKit */, ); - path = Specta; + path = AFNetworking; sourceTree = ""; }; - 2B5884565D164D2F8491F68196F42491 /* Frameworks */ = { + 28BD2670ADB4975C7D1E0916C45A482C /* NSDate_Utils */ = { isa = PBXGroup; children = ( - A6DE40F89F6D44201129C503672020E1 /* AFNetworking.framework */, - 53EA69E13D877BE7BF297287827474F5 /* Expecta.framework */, - D36450A8270AA2A83EA877093A08930E /* FBSnapshotTestCase.framework */, - 4D0E5925FBE241423DE7807DE5C73105 /* iOS */, + 9543636602C60A4432BF9A7B22731166 /* NSDate+NSDate_Util.h */, + 7DD4044F2019818D9FDC016EE55945D8 /* NSDate+NSDate_Util.m */, + DE3762546DF4D62EC03D5947F882ADF4 /* Support Files */, ); - name = Frameworks; - sourceTree = ""; - }; - 3042BB3E5ED447873FD23E281C87EA86 /* Support Files */ = { - isa = PBXGroup; - children = ( - 228EBF0A7945E0E7F50209AAF9F47A2B /* Info.plist */, - 71227C8B97BF0A085C371A91B264B57F /* NSDate_Utils.modulemap */, - C9C90AD238A313B46BF94AE78706DCB4 /* NSDate_Utils.xcconfig */, - 2692A0A67F111639E3EAA40D5DE1889F /* NSDate_Utils-dummy.m */, - A067EAE216F588D68000AF117F032E2A /* NSDate_Utils-prefix.pch */, - BC5332092A275215EA81B7A180089C08 /* NSDate_Utils-umbrella.h */, - 4549BF253506807AEDF1B6ADDC55B169 /* ResourceBundle-NSDate_Utils-Info.plist */, - ); - name = "Support Files"; - path = "../Target Support Files/NSDate_Utils"; + path = NSDate_Utils; sourceTree = ""; }; 30888CCAE6C09BBE3DB2932177E9D896 /* PNObject */ = { isa = PBXGroup; children = ( - 550887B712E106F28F4D4C6F5F49D3EB /* Pod */, + 0B04A33C4D7BA9DED0D46C10D603ADB0 /* Pod */, 425607755C726CECF42269E67F188E46 /* Support Files */, ); name = PNObject; path = ../..; sourceTree = ""; }; - 31D1CF13DBD6876DDDD46CA17A938C79 /* User */ = { + 33597CF92B633439498471E71ADC6111 /* NSURLSession */ = { isa = PBXGroup; children = ( - 5703F7FB23E27F0C8905A3C346890521 /* PNAddress.h */, - E9E41E4FFB49746CFD6BDDCFF795C05E /* PNAddress.m */, - A0A3A7DEAB99A736702E29CD91AC04F2 /* PNLocation.h */, - E6B9417384F1AAEF3A585CE674A6F5CB /* PNLocation.m */, - AFA71EF908F4238F299DADAEC4743F0D /* PNUser.h */, - B18827CC1AF665D7CBD0D24E7DA296A1 /* PNUser.m */, + AAD6CE7D02EDADFC3C17BFB6663C59BF /* AFHTTPSessionManager.h */, + FAEF57DFA291AFCDC8CF7CBA2307B1E9 /* AFHTTPSessionManager.m */, + 5CDD9633CA9335ABCB22E462FD00E413 /* AFURLSessionManager.h */, + 25E3E4FEF1782DB5D313F1B2D51BBA59 /* AFURLSessionManager.m */, ); - path = User; + name = NSURLSession; sourceTree = ""; }; - 3652C2E38DF53C768F329F262835036F /* Core */ = { + 3A47EAC1A5B5DE0E9F96D76DAC4953FB /* SwiftSupport */ = { isa = PBXGroup; children = ( - 08D27CF8BF643F6B5B13F8232258D5B8 /* FBSnapshotTestCase.h */, - 0A32AF4D883390B0F2AF7CB064D6E567 /* FBSnapshotTestCase.m */, - 6456DEF4D3F54D788069D69C45928CBC /* FBSnapshotTestCasePlatform.h */, - AB96365A5153FA50BDB938207154513D /* FBSnapshotTestCasePlatform.m */, - 009062739020CCD0E6297F2C8D4CFB93 /* FBSnapshotTestController.h */, - 723A847962247DDB3BC419C8B19D36C9 /* FBSnapshotTestController.m */, - D382546D2C84FB1FD054DF511E64DDF0 /* UIImage+Compare.h */, - F7F9CBFB97FAE3AC05A28EE45CDA2734 /* UIImage+Compare.m */, - A829ACCB34F1EA88C97102126F1E0496 /* UIImage+Diff.h */, - 95EABF09D36FAE5816ACC4FFDD253A49 /* UIImage+Diff.m */, - 54293BEDFCD9CE82F2C279AD4B41D67A /* UIImage+Snapshot.h */, - CE87B9C36054834C443E9E1F536F71CA /* UIImage+Snapshot.m */, + AED0961EA7074A81B21740179590DD61 /* SwiftSupport.swift */, ); - name = Core; - sourceTree = ""; - }; - 375DF2F955219DBF90E2B08794AFC957 /* Reachability */ = { - isa = PBXGroup; - children = ( - 6D147D9B92257C3B94B576C35DC424BF /* AFNetworkReachabilityManager.h */, - 01C0656AD6CD15FA1E1CD0B12E72DBAC /* AFNetworkReachabilityManager.m */, - ); - name = Reachability; + name = SwiftSupport; sourceTree = ""; }; 425607755C726CECF42269E67F188E46 /* Support Files */ = { @@ -932,130 +1011,51 @@ path = "Example/Pods/Target Support Files/PNObject"; sourceTree = ""; }; - 456F01B42C18C5D969B3B54E4669F7A6 /* NSDate_Utils */ = { + 444966F8809310C3C4F42EFBA011DF23 /* Support Files */ = { isa = PBXGroup; children = ( - BC1C2A65F78882A083F81AE54885379E /* NSDate+NSDate_Util.h */, - AA18FB23EB66AB9CB3EB7D7D83B4F4BC /* NSDate+NSDate_Util.m */, - 3042BB3E5ED447873FD23E281C87EA86 /* Support Files */, - ); - path = NSDate_Utils; - sourceTree = ""; - }; - 4B0255A501671A8FA9CBC245A676888B /* Support Files */ = { - isa = PBXGroup; - children = ( - FA9B970B7B7887AA9701B950AB3E9ED6 /* Expecta.modulemap */, - C2D2620C4D8B7C07CB68366A7BEA9EBA /* Expecta.xcconfig */, - 231DEFBB5E4E226771797D517A35EE2B /* Expecta-dummy.m */, - B9693DE8FEDDDE35C28DA30BBE9C5322 /* Expecta-prefix.pch */, - 70AF5C61DBBAA303456ABD23D9DEF8D2 /* Expecta-umbrella.h */, - 61BDFBB0CBB83F681A933201CF0FE1C7 /* Info.plist */, + D3C38843B1CB9E2D243F081456530E8F /* Info.plist */, + 3CD801BF5B230E4282D8EA4E9F525680 /* PEAR-FileManager-iOS.modulemap */, + C52CB957F23B5D24CA1AEAD7E551BB83 /* PEAR-FileManager-iOS.xcconfig */, + C9D460967A6376EA571AFB8D4F5DBE53 /* PEAR-FileManager-iOS-dummy.m */, + 127B6CCEAF6C15B3132A49D7441AD722 /* PEAR-FileManager-iOS-prefix.pch */, + 982572851E0F5EC4E96BB0B9B19B7F4D /* PEAR-FileManager-iOS-umbrella.h */, ); name = "Support Files"; - path = "../Target Support Files/Expecta"; + path = "../Target Support Files/PEAR-FileManager-iOS"; sourceTree = ""; }; - 4D0E5925FBE241423DE7807DE5C73105 /* iOS */ = { + 566A0C83F21C10E7C48E94FA7021668B /* FBSnapshotTestCase */ = { isa = PBXGroup; children = ( - 69983AA8D64CC324488B2C30F20F1B6D /* CoreGraphics.framework */, - F52ABA27201CE568B40C098A89C5D36F /* Foundation.framework */, - F9E22B61DD570EEF664FE4F46779E934 /* MobileCoreServices.framework */, - EF784364E26CA5C11C77E4A34F0BCC4C /* QuartzCore.framework */, - E58B3E175987E25D86BAB908141DFF75 /* Security.framework */, - 7F3309AC57A70C4687982144553C9212 /* SystemConfiguration.framework */, - F32ECF5646D462C9042BCE68A5A2EA22 /* UIKit.framework */, - 9FCB3A240708EE7EF2337BE7A85BDA7C /* XCTest.framework */, - ); - name = iOS; - sourceTree = ""; - }; - 4EAB1AF20D00E0A031370E554A440808 /* FBSnapshotTestCase */ = { - isa = PBXGroup; - children = ( - 3652C2E38DF53C768F329F262835036F /* Core */, - 18719642523332F7AE8C29EFA0E829A3 /* Support Files */, - AF83980345FD63E8B499A0B295578A85 /* SwiftSupport */, + 23ED7D11119F2FB1747ECD0CC3CA6605 /* Core */, + EB2B8529F7C37CC14445E0FEEB725498 /* Support Files */, + 3A47EAC1A5B5DE0E9F96D76DAC4953FB /* SwiftSupport */, ); path = FBSnapshotTestCase; sourceTree = ""; }; - 550887B712E106F28F4D4C6F5F49D3EB /* Pod */ = { + 63E40D5F6CB785C640AC6E5CFBE82A61 /* PEAR-FileManager-iOS */ = { isa = PBXGroup; children = ( - 7D0D9FD029F5D7F5AF11D801FE451324 /* Classes */, - ); - path = Pod; - sourceTree = ""; - }; - 56BD78A69573139280921FE89BE0B864 /* Products */ = { - isa = PBXGroup; - children = ( - 90090F537C1E3D5A10D48C164A6F8570 /* AFNetworking.framework */, - 684260D2513FE8AD036B49C00B805318 /* Expecta.framework */, - 6387377EE062A0FDF751AA136AC2D137 /* Expecta_Snapshots.framework */, - 806E3AAC0A4A15EF79D3BCD7811DB696 /* FBSnapshotTestCase.framework */, - F6475D2AE952D65158911AE59D9D7787 /* NSDate_Utils.bundle */, - 6BCF0B57CC5FE7DB7261CE7C60EAE6C1 /* NSDate_Utils.framework */, - 27053B717A2E6C890A9A5567BE892759 /* PEAR_FileManager_iOS.framework */, - 50F53D1643B9ED1F04EAF728153AEDAA /* PNObject.bundle */, - F793F931AACF1EE2763F3169C9C69946 /* PNObject.framework */, - 1E9631FC8095895820932DC31657A035 /* Pods_PNObject_Example.framework */, - 824C131E1882E849655990203D7BA94B /* Pods_PNObject_Tests.framework */, - 96F15D3DFF0D00CD1F008FC669E41C86 /* Specta.framework */, - 5B5C169A7A6F9F35D18EB5691C3CAD4C /* UIDevice-Utils.bundle */, - CB327A2C4264D8D750739600AF58AB3C /* UIDevice_Utils.framework */, - ); - name = Products; - sourceTree = ""; - }; - 5AB664DFCDF393C315BFBC182B823DBA /* Expecta+Snapshots */ = { - isa = PBXGroup; - children = ( - CDE3DA9BC9D60F271CF023406E323EDE /* ExpectaObject+FBSnapshotTest.h */, - C4FCEB148D2A9DE0A797FBE6968CAE28 /* ExpectaObject+FBSnapshotTest.m */, - 8E6A13BA89A028B6BDBF2E7C01FC96FD /* EXPMatchers+FBSnapshotTest.h */, - E81F08D50F678A8D5B0F18FDD8D26E61 /* EXPMatchers+FBSnapshotTest.m */, - F215FF93B2088443B513F00088D26859 /* Support Files */, - ); - path = "Expecta+Snapshots"; - sourceTree = ""; - }; - 66D1F6496CB25138DFD570FEF41CB944 /* AFNetworking */ = { - isa = PBXGroup; - children = ( - 82AB26C80BBEABC97E60E162BDB7B620 /* AFNetworking.h */, - D4758ED040973938B15F4AD2DB314779 /* NSURLSession */, - 375DF2F955219DBF90E2B08794AFC957 /* Reachability */, - D3183DF76048A03CABE45DC1E97AECE1 /* Security */, - 079E0D3EB3F01EAD3A28EA78B19BE0DF /* Serialization */, - 8CCD3CC274053F06E1347EDDCB5CCA09 /* Support Files */, - F78734C81AF2417E6112BEDA5F4F4622 /* UIKit */, - ); - path = AFNetworking; - sourceTree = ""; - }; - 6963333AA224B56F4EA948D1389FFA46 /* UIDevice-Utils */ = { - isa = PBXGroup; - children = ( - 11F40498197518D0054C94BB580B6354 /* UIDevice-Hardware.h */, - DB25C8D56F3BC7AF00EC94819841709D /* UIDevice-Hardware.m */, - F3054C0E2858E52A9DEFD1D6008A3BEE /* Support Files */, - ); - path = "UIDevice-Utils"; - sourceTree = ""; - }; - 7123EAAA0E58DA2900B3B7FF89E5EB94 /* PEAR-FileManager-iOS */ = { - isa = PBXGroup; - children = ( - 92D7C780DF210F826062C7DA4241628F /* PEARFileManager.h */, - 8B463FAC7628AB20088321502DCE1BF4 /* PEARFileManager.m */, - DC2443EBF960D2AAA7976234A42E651F /* Support Files */, + EEBC96FE602F9D4E3ED5581BB2EFA686 /* PEARFileManager.h */, + 8F4FF5F611EED96FD62B7B742C979800 /* PEARFileManager.m */, + 444966F8809310C3C4F42EFBA011DF23 /* Support Files */, ); path = "PEAR-FileManager-iOS"; sourceTree = ""; }; + 79E5D7297B12E74A6AF9F0875453FB2D /* Serialization */ = { + isa = PBXGroup; + children = ( + 60CB0EFAAC57BEBDDC212BE202A1E6DD /* AFURLRequestSerialization.h */, + 5653465B5CDAEFF5B7DA46C67238B030 /* AFURLRequestSerialization.m */, + A240931E86D7897A59267C609AF76747 /* AFURLResponseSerialization.h */, + 6B05EF3E8CCDE4C8342C989CA6DE8820 /* AFURLResponseSerialization.m */, + ); + name = Serialization; + sourceTree = ""; + }; 7B2C40B467EE55C5CB63A978531E7289 /* Pods-PNObject_Example */ = { isa = PBXGroup; children = ( @@ -1074,148 +1074,166 @@ path = "Target Support Files/Pods-PNObject_Example"; sourceTree = ""; }; - 7D0D9FD029F5D7F5AF11D801FE451324 /* Classes */ = { - isa = PBXGroup; - children = ( - 1C563E439AB59E3D4D17A8022B80F95A /* PNObject.h */, - D91C66B249097C92CBCB96737C94B289 /* PNObject.m */, - B8DB6A53ED4721628F445F65D755B2E6 /* PNObjectConfig.h */, - 52BD2ABA41A4BDF04185D5F9542D4DAD /* PNObjectConfig.m */, - 0BCA1DD0AC25BFBDC846546526D06130 /* PNObjectProperty.h */, - C638CD7E3E6A608A663DAF8E37DBC950 /* PNObjectProperty.m */, - C9C71517432E5C75DC0A3A15BB2F67CF /* PNObjectSubclassing.h */, - 31D1CF13DBD6876DDDD46CA17A938C79 /* User */, - ); - path = Classes; - sourceTree = ""; - }; 7DB346D0F39D3F0E887471402A8071AB = { isa = PBXGroup; children = ( BA6428E9F66FD5A23C0A2E06ED26CD2F /* Podfile */, E99CD5B3CF7131277C4CBA3A1162D56A /* Development Pods */, - 2B5884565D164D2F8491F68196F42491 /* Frameworks */, - 20554A5E017CC4548F5C314DF4CCEF1F /* Pods */, - 56BD78A69573139280921FE89BE0B864 /* Products */, + E258A1AA6238999448EFA3F0E2E43EFF /* Frameworks */, + 048E201ABF0F9EF9A07CCD81D8D420B9 /* Pods */, + 8DF85F04C03BBD5A156C3A5A3119D582 /* Products */, CA2A6C0A1068E1DAEA2579E47E971F66 /* Targets Support Files */, ); sourceTree = ""; }; - 8CCD3CC274053F06E1347EDDCB5CCA09 /* Support Files */ = { + 7EFB0E984DC833F6EC15B776072A6526 /* Support Files */ = { isa = PBXGroup; children = ( - 573BE10C3E06A0BD955F3C0EB3745CEB /* AFNetworking.modulemap */, - 9563F7F11E1375F4565A5DA733FCE9DA /* AFNetworking.xcconfig */, - 5EFB4F4A6EBF9B58B69E3E3F5FFAF41D /* AFNetworking-dummy.m */, - D6D401801EE142013F616C33730E6C68 /* AFNetworking-prefix.pch */, - 20B68B3A3F5D9BB99DDD14EC6B840405 /* AFNetworking-umbrella.h */, - 8A0F89C4069234AA0DE6F90476FE7FC6 /* Info.plist */, + E6F7F16D9E0EFA6AF63A13061CD23BE5 /* Expecta.modulemap */, + 4F8AE4909F6B93592D76F8A8F38BA239 /* Expecta.xcconfig */, + B55B191D0BC374144F0D8CEAEF7D18F6 /* Expecta-dummy.m */, + DF276E481B1CFAF5CEB69D0A5D066071 /* Expecta-prefix.pch */, + 074B654E88FE46432932E5101AC5EACD /* Expecta-umbrella.h */, + B49656FE04BC3FA7D61F51017225E8DD /* Info.plist */, ); name = "Support Files"; - path = "../Target Support Files/AFNetworking"; + path = "../Target Support Files/Expecta"; sourceTree = ""; }; - 94F21B8E923A4D731307FC589A974EDB /* Expecta */ = { + 8DF85F04C03BBD5A156C3A5A3119D582 /* Products */ = { isa = PBXGroup; children = ( - 4D901B838EEC5C1F057C3B0E9D2EAF1E /* EXPBlockDefinedMatcher.h */, - 93027BCB2CB00856CF97BEA85FBE0BCC /* EXPBlockDefinedMatcher.m */, - 8AB065F9E7871AB78576CEC23B72D0AD /* EXPDefines.h */, - A0F8321743E27E471F349C43FFFA019C /* EXPDoubleTuple.h */, - D787AD02E49323EDF499CEA4B18362E2 /* EXPDoubleTuple.m */, - F9664ECC37853F2F4C53EA28E02A4B11 /* Expecta.h */, - 00CE164DFFFD1548EEA5BC737EFB2E4F /* ExpectaObject.h */, - 00B0B399D3C61A4F51723CDBFFD2DB8A /* ExpectaObject.m */, - 58A2BEF45B88FB715BB96E49CBCF87AF /* ExpectaSupport.h */, - BFA6C1A3B741D0831BA11C4A61B1671A /* ExpectaSupport.m */, - A9C30C86ADD90253F9625EE97E677992 /* EXPExpect.h */, - BB946E78D3AB1817B7BE4FFFAF51BB20 /* EXPExpect.m */, - 61F3C1DB6F4E00473063EACFC5515CC3 /* EXPFloatTuple.h */, - B30B8D4EC5724E9404D704E681CF9BE1 /* EXPFloatTuple.m */, - A7396073D01D42C1A4A64BB83CE09172 /* EXPMatcher.h */, - 2AAA9A2FF692B4E11F127ABBA5AA8270 /* EXPMatcherHelpers.h */, - 93AEF7A08332A013E569FC109270AB45 /* EXPMatcherHelpers.m */, - F462F789E7FB9E0958BDB03D88F0FBE3 /* EXPMatchers.h */, - FB40504B37813B22D5041650F8E335AA /* EXPMatchers+beCloseTo.h */, - 72EB7E5F5CDA29AB6F0E4BC25DE5F867 /* EXPMatchers+beCloseTo.m */, - A57B5C631B9EB4F5FE82A815FD1205E3 /* EXPMatchers+beFalsy.h */, - 27E5C65560784FEE47CF5B6B7C469CCD /* EXPMatchers+beFalsy.m */, - 7D750B75B3C40BCBE799D93256132FF6 /* EXPMatchers+beginWith.h */, - 8C0D6CF0102398AA5794D260E6CA94B0 /* EXPMatchers+beginWith.m */, - 792CFC9325C0ACB6EB08A01A6BD38F48 /* EXPMatchers+beGreaterThan.h */, - A632AA14A79DFF2E79B4285BA9976153 /* EXPMatchers+beGreaterThan.m */, - 6D8BBFAC4FCF0406684B4912DEFF0BA5 /* EXPMatchers+beGreaterThanOrEqualTo.h */, - C75BE203FE62CDE9CBC30A1812780F6E /* EXPMatchers+beGreaterThanOrEqualTo.m */, - 83EF389320BC8B3BF6D71B078974AC6E /* EXPMatchers+beIdenticalTo.h */, - ABC2BD19C88FB68928A4ACDD68A9A724 /* EXPMatchers+beIdenticalTo.m */, - 077055C691E79C85089B2CBB50EFF72D /* EXPMatchers+beInstanceOf.h */, - 0BD3279B3B9EBDFF6097082F89B34E7F /* EXPMatchers+beInstanceOf.m */, - A07F7B6A7A5C085B18CFA541503FD407 /* EXPMatchers+beInTheRangeOf.h */, - CE5DB4BC4F106F89C9CD4C9D535CB97C /* EXPMatchers+beInTheRangeOf.m */, - 6188FAB496F61A82CC5B25315035E54D /* EXPMatchers+beKindOf.h */, - 64ABF623C50C215070FC44795D797682 /* EXPMatchers+beKindOf.m */, - 92C726C29A6539951DB12B041D1792AE /* EXPMatchers+beLessThan.h */, - 91B991DE57581DC2C3B4E6025B38E2B2 /* EXPMatchers+beLessThan.m */, - 1CEF6C8224D8B72BE896822887E9FEC7 /* EXPMatchers+beLessThanOrEqualTo.h */, - 1904F5E4534B5BBEC9867AFBB51ED621 /* EXPMatchers+beLessThanOrEqualTo.m */, - 991F3CF7356D606F1EB7B29CD98506D8 /* EXPMatchers+beNil.h */, - E6275022455B7BEF01F79BED352B30CE /* EXPMatchers+beNil.m */, - 11B8D7A38CA91B88D21DC30CF361022E /* EXPMatchers+beSubclassOf.h */, - F7FE7E898C64DAE5E020AE493772158A /* EXPMatchers+beSubclassOf.m */, - 1C07FC3585B90CDC7B4253F3CDD27B9F /* EXPMatchers+beSupersetOf.h */, - 53079E33AC4EFBBE446B58B5C9AD7B3A /* EXPMatchers+beSupersetOf.m */, - 33C3E715C562A5C56F2E392BE1ED75A5 /* EXPMatchers+beTruthy.h */, - 399B462AA47CD6AB8297E3B09AEB18F0 /* EXPMatchers+beTruthy.m */, - AA8B73F95EA806BA1F359F5D99822CBF /* EXPMatchers+conformTo.h */, - B8D1FA8C4EE246A36E4E4831C67680F8 /* EXPMatchers+conformTo.m */, - 6E6E877D18DB0AC4191855EC8CB90CBC /* EXPMatchers+contain.h */, - AE3FC0336DCF98CD24220FB3C4AF534C /* EXPMatchers+contain.m */, - 60972F56E13BC9E547CFBF5F290DD89E /* EXPMatchers+endWith.h */, - 5FCE0EEEA51957BFB0C9A1B31785C6DA /* EXPMatchers+endWith.m */, - 039DE5E921EE2C83F0DB098D9C48758F /* EXPMatchers+equal.h */, - 620776E83BE8FBF047E6CB8725265419 /* EXPMatchers+equal.m */, - ADB01FE4B3DF3EA50915878776A88684 /* EXPMatchers+haveCountOf.h */, - 731E63E14623364DFA2CE5F112B445FB /* EXPMatchers+haveCountOf.m */, - E166162701E3405E15FECEF6994FEF52 /* EXPMatchers+match.h */, - 4DDC1EDF29C314462DBE55FFD34C51EF /* EXPMatchers+match.m */, - B6B08F884D9E5AAEC4C91E0CEE9E06C5 /* EXPMatchers+postNotification.h */, - E25DD7021E70A195FA82B61C00864AB9 /* EXPMatchers+postNotification.m */, - 729C007887FD208D20BA5C7463209CB1 /* EXPMatchers+raise.h */, - 6D4263FB8214129B7A47ABE38111805A /* EXPMatchers+raise.m */, - B4D46FA1D8C11A61B0779DCEEE44A0C0 /* EXPMatchers+raiseWithReason.h */, - 264F3B713EF22CA791B9485BEFA42727 /* EXPMatchers+raiseWithReason.m */, - 972238611238826A2E259BFD28D740D9 /* EXPMatchers+respondTo.h */, - FFA9C82F3CA4A7726C38765EA662E470 /* EXPMatchers+respondTo.m */, - 680CFD1FCDFA6B058464345597F0BBF0 /* EXPUnsupportedObject.h */, - 1F1BB2ADA82E22F3F0913AC850D335C0 /* EXPUnsupportedObject.m */, - 5F5B8ECC50DE0A0648459CB8E03120C0 /* NSObject+Expecta.h */, - 0667FC521633B245D5797472CBAE44A6 /* NSValue+Expecta.h */, - A98C4E446CB7E44B70B68A03B294D040 /* NSValue+Expecta.m */, - 4B0255A501671A8FA9CBC245A676888B /* Support Files */, + 59327838F5D1D7B9071F21E7AEE8D821 /* AFNetworking.framework */, + AFD524FD439614CAE6FA83D1AD58FFD7 /* Expecta.framework */, + D241D95070D67C95995DC1AC991505C9 /* Expecta_Snapshots.framework */, + 5028EC00472B8800EAC9CC8CB76A6A78 /* FBSnapshotTestCase.framework */, + 42F4293F70BB18889EEF9844FF045A4C /* NSDate_Utils.bundle */, + 89BD99C8D45E8D53E8939933EE5F1715 /* NSDate_Utils.framework */, + 09AC67385F6363DE36A0DF51DFBB98C1 /* nv_ios_http_status.framework */, + 2760547A3AA3E20F2812D7F9D33043C2 /* PEAR_FileManager_iOS.framework */, + C596C664F9FEAC8BD644F34C3A77834A /* PNObject.bundle */, + 436E91DE0EE47567518AED62B8482BD8 /* PNObject.framework */, + BBDFF13E5560186F671ED58620E75C7A /* Pods_PNObject_Example.framework */, + 9D5198CDB919F27475342F83B6CD6455 /* Pods_PNObject_Tests.framework */, + 2E92B0C9A524216F7EE2884F50AB5020 /* Specta.framework */, + 9FBC3D3A0F91D4AB05D8C934883FC5EA /* UIDevice-Utils.bundle */, + AF04973DBC0A36EF60FD97B51B00EB05 /* UIDevice_Utils.framework */, ); - path = Expecta; + name = Products; sourceTree = ""; }; - AF83980345FD63E8B499A0B295578A85 /* SwiftSupport */ = { + 8EF52D430651DC46C03E28588CD31315 /* Support Files */ = { isa = PBXGroup; children = ( - 70B374F2107437CA956DF24E5E19499A /* SwiftSupport.swift */, - ); - name = SwiftSupport; - sourceTree = ""; - }; - B990EED8DB09C8013B67BA54CF0A5A1B /* Support Files */ = { - isa = PBXGroup; - children = ( - B9519193AF170D5AF1C9DB2ED31EA12D /* Info.plist */, - 534BF2171D335392C5C6F17F1B4BF69D /* Specta.modulemap */, - 8F63209A7B3EE3ED016CF8977F775084 /* Specta.xcconfig */, - 3C332041D67D213B77C9019B97A07B72 /* Specta-dummy.m */, - 6E8CE9158C2B090D4648C7F04DA1889C /* Specta-prefix.pch */, - 7FE77851AA58DDB7CD067DDA327931D1 /* Specta-umbrella.h */, + 77DE36CF3A1EFF87812366523CADEE36 /* Info.plist */, + 4E54032EF8D2B285C7971B73525A9F4E /* nv-ios-http-status.modulemap */, + DD8E1EE82922EB0432EEB767927065F4 /* nv-ios-http-status.xcconfig */, + 6CBABE38C1F703FF64221A82A7BB552B /* nv-ios-http-status-dummy.m */, + 587E1C0B6FCFC6094DE7FB96DCD9F7F0 /* nv-ios-http-status-prefix.pch */, + 5B4E3BDC0A94EEB8C2035B548A7425F7 /* nv-ios-http-status-umbrella.h */, ); name = "Support Files"; - path = "../Target Support Files/Specta"; + path = "../Target Support Files/nv-ios-http-status"; + sourceTree = ""; + }; + 9F4725758E151141D8C8B3C7CD95FBB4 /* Support Files */ = { + isa = PBXGroup; + children = ( + 64F181C4266B43CBF7F66042F6B4EF46 /* Expecta+Snapshots.modulemap */, + AFBEE3F191A2DD5E27F198062E651C61 /* Expecta+Snapshots.xcconfig */, + 35131BF5BAB49F5EDA555F84ECF75675 /* Expecta+Snapshots-dummy.m */, + 242765D98AC77367BE93DA083A7BC17B /* Expecta+Snapshots-prefix.pch */, + 549849546007C6D88540FB828C076C4D /* Expecta+Snapshots-umbrella.h */, + C41C802DC25D473427927D6E5E12DB44 /* Info.plist */, + ); + name = "Support Files"; + path = "../Target Support Files/Expecta+Snapshots"; + sourceTree = ""; + }; + A750A13FA808C9B1BAD0F1D477323416 /* Support Files */ = { + isa = PBXGroup; + children = ( + 47EE341DDE8B3421BDA8B64EDC577274 /* Info.plist */, + 57A653019F6879231D079F02A4554850 /* ResourceBundle-UIDevice-Utils-Info.plist */, + 339B32A7044B08B3DD5C8993009E8B30 /* UIDevice-Utils.modulemap */, + C9E514F6AEA6EAE70D95B22CDF7470C3 /* UIDevice-Utils.xcconfig */, + 1400930AB70792496EA909A5289F2A97 /* UIDevice-Utils-dummy.m */, + 3E46BD218AE88E7F41BFCDA2B76F815B /* UIDevice-Utils-prefix.pch */, + EE1BA712295D0B44F79F0510CE7917CC /* UIDevice-Utils-umbrella.h */, + ); + name = "Support Files"; + path = "../Target Support Files/UIDevice-Utils"; + sourceTree = ""; + }; + B5C77586473319F8590C29307C64AB5C /* Specta */ = { + isa = PBXGroup; + children = ( + 60B5E3BB7584988569B7F2652292BC3E /* Specta.h */, + FD378F1EF2A7C46E0D029ED34B3572E9 /* SpectaDSL.h */, + DC9B3358EE62D77D71F1805014D1DB92 /* SpectaDSL.m */, + 604EC2DE1B40FC89D577D9D51B1224EC /* SpectaTypes.h */, + 1CB1BD2B11D8B7E1442082721AB7CAC4 /* SpectaUtility.h */, + A2ABA3A334E4AE5EF7D7C6B4C6F5C23D /* SpectaUtility.m */, + F2F9E0F0D8C676FDEF57F4AB684EF18E /* SPTCallSite.h */, + BF3A302EBF9FC72A93FDAC46A18AE870 /* SPTCallSite.m */, + B6D98DF2C912FCC881DDFE8A3ADBC07B /* SPTCompiledExample.h */, + 5E24767F02DE921236583EF09123D758 /* SPTCompiledExample.m */, + EE1683091A10AF021AD89064B1275C3D /* SPTExample.h */, + 52BB435F6221617973B010DBBDA41EC2 /* SPTExample.m */, + 20EC13F84B8DC4D934DE63C7800B8215 /* SPTExampleGroup.h */, + 80B83755540664BA5EB069DB4FCF8A48 /* SPTExampleGroup.m */, + AEA7B8ED164EA74CD71F665DEC7CCD72 /* SPTExcludeGlobalBeforeAfterEach.h */, + ECE3FD751A64DAEB144F784BBE8C2732 /* SPTGlobalBeforeAfterEach.h */, + 30080EE497D05841BBDA40A2C97FC395 /* SPTSharedExampleGroups.h */, + 30A2A4A2F1B9C3939A5DD3B9C38F9CE2 /* SPTSharedExampleGroups.m */, + 312595AC97706226B9A7D40FC11F6792 /* SPTSpec.h */, + EB5A1D40BDFDE5DF9BBAAA30F4F6A419 /* SPTSpec.m */, + 8EB92496136CD32D1B4F87A54FB78C45 /* SPTTestSuite.h */, + 4304119ABB8B0A29B2949BFB0B9EBCFC /* SPTTestSuite.m */, + FF016F1D307D9F7D6CD2678285B5D04B /* XCTest+Private.h */, + 51F8CF283447CCA7DE9A216801FCEC7C /* XCTestCase+Specta.h */, + 8A0D8F59A373D565149C9BEBCAD6EEAB /* XCTestCase+Specta.m */, + 1EE8BDB656FE53316CF87262BFDB88A3 /* Support Files */, + ); + path = Specta; + sourceTree = ""; + }; + BCD3DD7E123BAA868FCE73F032BA4481 /* nv-ios-http-status */ = { + isa = PBXGroup; + children = ( + 9BF0F2F6D97D7AC0D5F91E5D79669368 /* HTTPStatusCodes.h */, + B234FC9C52C750F03ED2627479B16A28 /* nv_ios_http_status.h */, + 6063A07F7C480016CA9219023F60CB23 /* nv_ios_http_status.m */, + 8EF52D430651DC46C03E28588CD31315 /* Support Files */, + ); + path = "nv-ios-http-status"; + sourceTree = ""; + }; + C57490C76AC070B4AFB8DBEC5C1762CA /* Expecta+Snapshots */ = { + isa = PBXGroup; + children = ( + C356FF5F6AD15E1338FB7B93F76C502B /* ExpectaObject+FBSnapshotTest.h */, + 37A34152D703C0D9551CCC0C9CB160F4 /* ExpectaObject+FBSnapshotTest.m */, + C3D54BBB1BED331D55BC0C61FFA9CEC3 /* EXPMatchers+FBSnapshotTest.h */, + 737950136EAD5F6ADAC934F2F77656AB /* EXPMatchers+FBSnapshotTest.m */, + 9F4725758E151141D8C8B3C7CD95FBB4 /* Support Files */, + ); + path = "Expecta+Snapshots"; + sourceTree = ""; + }; + C6C29B9BF5D31171165CE07D996DED02 /* iOS */ = { + isa = PBXGroup; + children = ( + CABD57B5D4671B52039BE8C6343C42D1 /* CoreGraphics.framework */, + CAF17A9413D14E8EBEA17A44DF4A4E1F /* Foundation.framework */, + C482D80B019196EB4630657FC63BEB3C /* MobileCoreServices.framework */, + FC189910AD30BB051AE44C5DC8D66E3B /* QuartzCore.framework */, + E9DABEB37C38C55338DC3A1FD3224995 /* Security.framework */, + C40F2BC1AA2AB14A51FB1193B1A687C2 /* SystemConfiguration.framework */, + 555C814FAD43BE30AEC665880286E62D /* UIKit.framework */, + 9FF233A7EAEDBD75840D3BF18B94CFB4 /* XCTest.framework */, + ); + name = iOS; sourceTree = ""; }; CA2A6C0A1068E1DAEA2579E47E971F66 /* Targets Support Files */ = { @@ -1227,38 +1245,167 @@ name = "Targets Support Files"; sourceTree = ""; }; - D3183DF76048A03CABE45DC1E97AECE1 /* Security */ = { + CCAD04D33F9F2C0A4D2A277E5A79BD62 /* Classes */ = { isa = PBXGroup; children = ( - 5CCB15DE181920D49ED519522A12BC5B /* AFSecurityPolicy.h */, - 2EE729CB108F93E49233153B2022FF79 /* AFSecurityPolicy.m */, + EBABA1F598E65676067C2A86943CDB24 /* PNObject.h */, + 530DD4233082A22270C90DD0811093D1 /* PNObject.m */, + B5917273CD2193A45ABBA4E6053AB5F8 /* PNObjectConfig.h */, + B588333EEFA242A6E24F36AAACFA263C /* PNObjectConfig.m */, + BDD9D1A3622DD85996CFC2EE888F4A10 /* PNObjectModel.h */, + 9704B49B5CDDDC3EFE793A7E464FBAA6 /* PNObjectModel.m */, + 00C1D1960D5C260186086329FF4D122C /* PNObjectProperty.h */, + 735DCF449255661E1EABF73A78597DD4 /* PNObjectProperty.m */, + F6CCAD15E2935EF6DA7FD0230FEA9FD4 /* User */, ); - name = Security; + path = Classes; sourceTree = ""; }; - D4758ED040973938B15F4AD2DB314779 /* NSURLSession */ = { + DCAE242BF8F62DC7D948F6C267CC34AC /* Reachability */ = { isa = PBXGroup; children = ( - 0CADBBB423380FDCA673761B70A0FAFD /* AFHTTPSessionManager.h */, - 4F4D1EA21341FF1B04C50B1C5453758C /* AFHTTPSessionManager.m */, - 7264E73C67D22139208F59592E9961DD /* AFURLSessionManager.h */, - 472BFFF9F27894940F02DF7071AB20E6 /* AFURLSessionManager.m */, + A9018295309C54342B542AF7EF6F6AD3 /* AFNetworkReachabilityManager.h */, + DB6BF369FA7CF0E57D30200E38DD31FE /* AFNetworkReachabilityManager.m */, ); - name = NSURLSession; + name = Reachability; sourceTree = ""; }; - DC2443EBF960D2AAA7976234A42E651F /* Support Files */ = { + DE3762546DF4D62EC03D5947F882ADF4 /* Support Files */ = { isa = PBXGroup; children = ( - E6F03F79EEA27C574F6ADCB71E692FA5 /* Info.plist */, - 499413218E4F25EEFA02E1896294EED3 /* PEAR-FileManager-iOS.modulemap */, - BAC103126493FCA9DC307BF91F51572A /* PEAR-FileManager-iOS.xcconfig */, - 31A98D7DB13DDB1AF3280F169F14BC6C /* PEAR-FileManager-iOS-dummy.m */, - 26DB3DA19A34FAC2082C658C5199DEC8 /* PEAR-FileManager-iOS-prefix.pch */, - 116C444E4E0B2289993841A669D8F371 /* PEAR-FileManager-iOS-umbrella.h */, + 2E6E22C7EA4031169770E105BA1659D5 /* Info.plist */, + 20267373433636CA166365AF7659792B /* NSDate_Utils.modulemap */, + 0876F8FA4FF252BE3F920265DD120DB9 /* NSDate_Utils.xcconfig */, + 18215075F87CDD2D504B1B8567CF01E6 /* NSDate_Utils-dummy.m */, + A99B5CB728F3FC23127B936874521502 /* NSDate_Utils-prefix.pch */, + 0A97C971D5E3296F43649F7308F349A9 /* NSDate_Utils-umbrella.h */, + A43A39387CD7226257A91929E7E39E19 /* ResourceBundle-NSDate_Utils-Info.plist */, ); name = "Support Files"; - path = "../Target Support Files/PEAR-FileManager-iOS"; + path = "../Target Support Files/NSDate_Utils"; + sourceTree = ""; + }; + E258A1AA6238999448EFA3F0E2E43EFF /* Frameworks */ = { + isa = PBXGroup; + children = ( + CC0B03BABB00CE5A0803DEC99D2BD319 /* AFNetworking.framework */, + 301A99D8F5C53EDA48DBB26A402AFFA2 /* Expecta.framework */, + 66590AAD995CB7EE2733821FE60E2C5F /* FBSnapshotTestCase.framework */, + E743D8AFD01B9F09265F9ABE26524BC1 /* NSDate_Utils.framework */, + 809093E6A1113BB9C02E76199526A1BB /* nv_ios_http_status.framework */, + 5987FC9EB2A00D365F17A8C902DA5DB4 /* PEAR_FileManager_iOS.framework */, + 9CAA035AD59F80278D084F57D7736424 /* UIDevice_Utils.framework */, + C6C29B9BF5D31171165CE07D996DED02 /* iOS */, + ); + name = Frameworks; + sourceTree = ""; + }; + E8399B1401CACE1BFE42C0D8B093E163 /* UIKit */ = { + isa = PBXGroup; + children = ( + 900CCC10273B03DEF08DF6189C41FC84 /* AFAutoPurgingImageCache.h */, + BDCD678BE6398373CB78F8B13A3EC227 /* AFAutoPurgingImageCache.m */, + 3D7B8361DF2313132A66AA8CE70948C5 /* AFImageDownloader.h */, + 48F3554E863BF839EF3CB8D952DCFB13 /* AFImageDownloader.m */, + 467801FF5D47074FD2B560FA1B23F2C0 /* AFNetworkActivityIndicatorManager.h */, + E4DEE80C61D9195FDE095554AC10FA32 /* AFNetworkActivityIndicatorManager.m */, + B4659BB681623539C1E381266644D9D2 /* UIActivityIndicatorView+AFNetworking.h */, + 7F0F10B1D0A283A94AD9812837EAD638 /* UIActivityIndicatorView+AFNetworking.m */, + D2C0A271D9EDAD5CB5B22C4F567CA3F7 /* UIButton+AFNetworking.h */, + EC544EEA336DC5AB8055894221CCE755 /* UIButton+AFNetworking.m */, + B5D52EF45410EEDB0E8DEC36892403D7 /* UIImage+AFNetworking.h */, + E43295F3F16FA8DC3C4DBAE459ADC456 /* UIImageView+AFNetworking.h */, + 99E1816120CFC06CC4B4979396267F46 /* UIImageView+AFNetworking.m */, + E64F7941290A0DBB9B258DFB089CD2B2 /* UIKit+AFNetworking.h */, + 1F2635C3EDC7E2EB3EF0D976165FD1B2 /* UIProgressView+AFNetworking.h */, + EED392C41D1EDEC41183133B8D2A0A1E /* UIProgressView+AFNetworking.m */, + 9F9D269BD0F477C2D5AE970D789BF294 /* UIRefreshControl+AFNetworking.h */, + A25B83D5C94D9AD8B2645CFA0E696DDE /* UIRefreshControl+AFNetworking.m */, + 2464225409B6C802EDC5A7C525CE487B /* UIWebView+AFNetworking.h */, + 5095D3EB975A25E68E6FFEED544D9999 /* UIWebView+AFNetworking.m */, + ); + name = UIKit; + sourceTree = ""; + }; + E8E1D653F6EF4097EFE5DBEA48B0B4E7 /* Expecta */ = { + isa = PBXGroup; + children = ( + 27C0A6EDC6E511ED19B49434B8D9BE2D /* EXPBlockDefinedMatcher.h */, + 746334372DF756E06037AF044A9799DA /* EXPBlockDefinedMatcher.m */, + 251DE5285FF0E5D93555FAE79A4E0A43 /* EXPDefines.h */, + 51E010053221BE75F55A992C1598FFEE /* EXPDoubleTuple.h */, + D70A3F1B07E24D777165E2F8678E5A29 /* EXPDoubleTuple.m */, + 8CEF812F054EBCF79268979853116BA3 /* Expecta.h */, + 70FDE9093969EBA6E5B10E05C310A6ED /* ExpectaObject.h */, + 81C035A410F3D64BE5C971EF3E6F7527 /* ExpectaObject.m */, + 4B4CB18B8FA8D0A63A6676B09CB588F4 /* ExpectaSupport.h */, + 3FF7F7319E80C1A782C5D07C24272D4B /* ExpectaSupport.m */, + EDA6ADC12D0F7F372DAC9AA34A385C83 /* EXPExpect.h */, + 303D6DBDA9DFB4FBB43EED54EC0B6A1B /* EXPExpect.m */, + 932D259117724C947164D40B7873B836 /* EXPFloatTuple.h */, + 4576EBD8C6A19E078E058A90DA03BFA6 /* EXPFloatTuple.m */, + 70C66643236DA171517E8EE59BCA6B0D /* EXPMatcher.h */, + 48E5A1F856FE717D969ADFE962459951 /* EXPMatcherHelpers.h */, + 86CCA707633C01E7F20A143620E82A91 /* EXPMatcherHelpers.m */, + C62CEFC031B9419B27F587F1250C4520 /* EXPMatchers.h */, + A8072F2A009BAE7251544FAEBE1AE9AE /* EXPMatchers+beCloseTo.h */, + 23A58C6532C44427BBA2EC02E4A3C6D6 /* EXPMatchers+beCloseTo.m */, + 817C3C0C7A03A546019204DC092B2E3C /* EXPMatchers+beFalsy.h */, + 760087EB44FCC6E6F6990E7523FAECAE /* EXPMatchers+beFalsy.m */, + B4ACD963161DD199547F50D3C0B14D3D /* EXPMatchers+beginWith.h */, + 088249FEDDA44872CC3E2EEA180525E4 /* EXPMatchers+beginWith.m */, + E3C6FA69EC4D0AFB51496C2F4B0F4007 /* EXPMatchers+beGreaterThan.h */, + BCC8A81AEA8F45E6D0F720608ECF25F0 /* EXPMatchers+beGreaterThan.m */, + 8FDFFC262589DEBF8D03CB885D0F7FF3 /* EXPMatchers+beGreaterThanOrEqualTo.h */, + FAB8F22D328CDC2CC35A8E7583C5B000 /* EXPMatchers+beGreaterThanOrEqualTo.m */, + 4D34E7D167E0DBAF68C9CD45BDA96CD1 /* EXPMatchers+beIdenticalTo.h */, + E7CB47106AF4B40907E0AC403B71A12D /* EXPMatchers+beIdenticalTo.m */, + 004C8AD8171BBD195C6EA849FF0DC9A6 /* EXPMatchers+beInstanceOf.h */, + F921A7B4FE9577EE631EF19668AE4041 /* EXPMatchers+beInstanceOf.m */, + AF9864A4EC4A58367228847EC4C27002 /* EXPMatchers+beInTheRangeOf.h */, + 404701AC5E70EE69D53EF74A524718EF /* EXPMatchers+beInTheRangeOf.m */, + 5077A13F2D9E5C020EF901E35DE1F2BC /* EXPMatchers+beKindOf.h */, + FA7216234D4C24961344653692ABA814 /* EXPMatchers+beKindOf.m */, + 252AFDD57DE220637AF5C7A5E66DDC01 /* EXPMatchers+beLessThan.h */, + 79C32C1F9F8BBABB55FC82370DECD800 /* EXPMatchers+beLessThan.m */, + B7B62B27375C86330E843A2F7F33AFAD /* EXPMatchers+beLessThanOrEqualTo.h */, + 2835314DF1B0D8AA78CABD8EB7721B1D /* EXPMatchers+beLessThanOrEqualTo.m */, + 1FE901CC640BE22CA1ACA26E5D5170FA /* EXPMatchers+beNil.h */, + 7A69572F7F8CFB2C388AF2E2B60A4158 /* EXPMatchers+beNil.m */, + D42FD2891A624D65A9C22F381B279EEF /* EXPMatchers+beSubclassOf.h */, + 60FB9E6999DADD60AC4592617946438E /* EXPMatchers+beSubclassOf.m */, + F5813F54864851095188F58E97C111EE /* EXPMatchers+beSupersetOf.h */, + 508AED6E9A211F03A08A4731C75E0F04 /* EXPMatchers+beSupersetOf.m */, + 55B2C6CCDD6C467977C2D76C6067214C /* EXPMatchers+beTruthy.h */, + 12B8BD7EA5359EE1B5AF8FF13FE27D55 /* EXPMatchers+beTruthy.m */, + B645D41429CF1AA885C2086BB5DCFA07 /* EXPMatchers+conformTo.h */, + 482B7E787E1AD553C259B2819053CFA1 /* EXPMatchers+conformTo.m */, + 226B25869562B28CCBD1DE01E3AA0542 /* EXPMatchers+contain.h */, + 7EA688D79498F6D807C37DB14F8675D1 /* EXPMatchers+contain.m */, + F95D3C93A19158D2C724AE838F61BDFB /* EXPMatchers+endWith.h */, + A05B53E7A3AEACD8C8550983DBDCBBC9 /* EXPMatchers+endWith.m */, + EF7DB9B2219CD674040184339A17836A /* EXPMatchers+equal.h */, + F175E750B6FD36C665EC169FBD248587 /* EXPMatchers+equal.m */, + 837A83355F3C2F1233DB40EEBA13727D /* EXPMatchers+haveCountOf.h */, + 7B38F568829DCA73EFB88CF5EEBB9CC4 /* EXPMatchers+haveCountOf.m */, + 0E5476305A84C19360B5497FFAC4E7AA /* EXPMatchers+match.h */, + 80F78D090219F8873F08B0A5227F73D0 /* EXPMatchers+match.m */, + 57607A47DBCC07591A77D2579C488C9C /* EXPMatchers+postNotification.h */, + 6F9A9085A2C4E4521E9014094D0BE101 /* EXPMatchers+postNotification.m */, + F7D8AE99D4E77EE0E5687843C804388F /* EXPMatchers+raise.h */, + 7BF875C85FFFAB7157EE0AC0930CD0F1 /* EXPMatchers+raise.m */, + BA2244EEC3DFB3996B263ECBC2F98D2B /* EXPMatchers+raiseWithReason.h */, + 5E09F532085FBDBE9F58797752D987BE /* EXPMatchers+raiseWithReason.m */, + 5EB4976A722EBF1CA6581731561481E2 /* EXPMatchers+respondTo.h */, + 0EE7464D0F5B258F3CDFD0C3FA3DB0CE /* EXPMatchers+respondTo.m */, + 36F95EA810ADA39290CFC47B762E114F /* EXPUnsupportedObject.h */, + 0385C075F85C6A1A5127E00141E7BF75 /* EXPUnsupportedObject.m */, + 8E8A108443C747B3312CBFB2BDA5E384 /* NSObject+Expecta.h */, + 263FEACE001E72315678B1F63A59EFC6 /* NSValue+Expecta.h */, + 38D5CBB2395794BE5791A2C17D318D60 /* NSValue+Expecta.m */, + 7EFB0E984DC833F6EC15B776072A6526 /* Support Files */, + ); + path = Expecta; sourceTree = ""; }; E99CD5B3CF7131277C4CBA3A1162D56A /* Development Pods */ = { @@ -1269,79 +1416,82 @@ name = "Development Pods"; sourceTree = ""; }; - F215FF93B2088443B513F00088D26859 /* Support Files */ = { + EB2B8529F7C37CC14445E0FEEB725498 /* Support Files */ = { isa = PBXGroup; children = ( - 5AC70376CF4B8810FD6F1D7416760F34 /* Expecta+Snapshots.modulemap */, - 904082EBDFF32BCD467F6A45BF9EBB63 /* Expecta+Snapshots.xcconfig */, - 96598024D930A60C681375C1DF09DE6C /* Expecta+Snapshots-dummy.m */, - 49C7A7BE9DAD1731154BC8C233529B63 /* Expecta+Snapshots-prefix.pch */, - CC81989EC2F7F38C770FB47B29B1E665 /* Expecta+Snapshots-umbrella.h */, - 700C6F8D29A77D7A3DBBB33423557925 /* Info.plist */, + 012C5E59055FAF9B73A88B933D4F2683 /* FBSnapshotTestCase.modulemap */, + 8D32D3C79A30B91870C0C67DA6671613 /* FBSnapshotTestCase.xcconfig */, + D8AE633ADAEFAC5DF8295013E842595D /* FBSnapshotTestCase-dummy.m */, + C96A65B1E174662E402129B6B71C90E4 /* FBSnapshotTestCase-prefix.pch */, + BA65791C91A39EB575797BA72A2B65A6 /* Info.plist */, ); name = "Support Files"; - path = "../Target Support Files/Expecta+Snapshots"; + path = "../Target Support Files/FBSnapshotTestCase"; sourceTree = ""; }; - F3054C0E2858E52A9DEFD1D6008A3BEE /* Support Files */ = { + EB3D4C3DB926CD41D6A25BBF3210AD38 /* UIDevice-Utils */ = { isa = PBXGroup; children = ( - 845300C5E6C0EB3B1FFE992EE5D4D5B8 /* Info.plist */, - 85236F2A052FC848EBF82D0FB0B950A4 /* ResourceBundle-UIDevice-Utils-Info.plist */, - 767D0A7A31EF6EBC0781569FEC410B20 /* UIDevice-Utils.modulemap */, - 4CA3F01C6FCD8C40E554418F47CB254D /* UIDevice-Utils.xcconfig */, - 0B22ACC9B3ADC87EE7F92E8760D777A4 /* UIDevice-Utils-dummy.m */, - DFC441DEC0296333CDB9D7926575F8DF /* UIDevice-Utils-prefix.pch */, - 0119C90B122B618D30B242F76C7D3A79 /* UIDevice-Utils-umbrella.h */, + 2ED469F8CE2BC8F8A9BD0AC0C563D443 /* UIDevice-Hardware.h */, + 3B557F36FA421D3161267224C7E01DAA /* UIDevice-Hardware.m */, + A750A13FA808C9B1BAD0F1D477323416 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/UIDevice-Utils"; + path = "UIDevice-Utils"; sourceTree = ""; }; - F78734C81AF2417E6112BEDA5F4F4622 /* UIKit */ = { + F6CCAD15E2935EF6DA7FD0230FEA9FD4 /* User */ = { isa = PBXGroup; children = ( - 03AEAD3C2B6F38C1A68385FBEC16507E /* AFAutoPurgingImageCache.h */, - B491529366D57763C1863C7BFAEAD597 /* AFAutoPurgingImageCache.m */, - 57AC1497F372BCC2F1675EFD329028EE /* AFImageDownloader.h */, - 369EF4C1F5BDF496FA846C56A6E4870A /* AFImageDownloader.m */, - 797359E997295E3851B8A92E12EC7DAE /* AFNetworkActivityIndicatorManager.h */, - 98C6631C8A5AB6830B4C85C4E316A6FD /* AFNetworkActivityIndicatorManager.m */, - 2480119A8B86BA567BE7777F466E6E27 /* UIActivityIndicatorView+AFNetworking.h */, - 00CF9AD323F4143FCE6694EBA30BEB6D /* UIActivityIndicatorView+AFNetworking.m */, - D0C8EC4D7223E809A20EF5E01C4B7BF9 /* UIButton+AFNetworking.h */, - C9A6D00AE10BF3C39CCB9F5BB8DD39AF /* UIButton+AFNetworking.m */, - 7968D24D26E093F665513DEBD3A5E14E /* UIImage+AFNetworking.h */, - 5115E74D3D1BEE398F4A023E24121BD9 /* UIImageView+AFNetworking.h */, - B084A0DAE06CE16B13B08D6D5A550E84 /* UIImageView+AFNetworking.m */, - DE532B43526854304B2FF59160AD3587 /* UIKit+AFNetworking.h */, - 5CB1274205C7A040F2B11C88E1B54172 /* UIProgressView+AFNetworking.h */, - E75DAAFC920067DD87C26508EF097BE4 /* UIProgressView+AFNetworking.m */, - 92B62A9467BD08CEDCCC1BF8AB515D45 /* UIRefreshControl+AFNetworking.h */, - CB3F28C9BC17E4A2F27DCCE9693F61A2 /* UIRefreshControl+AFNetworking.m */, - 5F58AD51CDC214F86073965CEF4DB89C /* UIWebView+AFNetworking.h */, - 312B6D8F8E4F8197145BC05D4EFF798D /* UIWebView+AFNetworking.m */, + 8EE18FD3AACFFA125F08AF5FEB2DD873 /* PNAddress.h */, + B8007EAF5EE637CF9AF0F8E16BD8333C /* PNAddress.m */, + B909EB8EB36B657E3DFD838B2C37CF9E /* PNLocation.h */, + ABBA0B8CCE26AA85FB1971E12F1A89B9 /* PNLocation.m */, + C8062E31CFB626F1E471945F0AACA51F /* PNUser.h */, + 009C9D570C3C0B42D8DF3694030BEDB0 /* PNUser.m */, ); - name = UIKit; + path = User; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ - 0C7D6B9DBA9F53F30F4F525BE25A1789 /* Headers */ = { + 0D55E0AF0B8B3DFEF8F1AF4CA3513B1F /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 39A998387A26E4C74355B2D4DB470BE3 /* UIDevice-Hardware.h in Headers */, - 6184ABDA3CAD8105CBAF2199B838191F /* UIDevice-Utils-umbrella.h in Headers */, + 9CDBBA21410D0BE21DF4953979589916 /* Specta-umbrella.h in Headers */, + 332744F3D0454501B89F6C10B5926B2C /* Specta.h in Headers */, + 7763D37F82E3554D8E8E1C06DD3F0966 /* SpectaDSL.h in Headers */, + E525498C70C5B2480E1E37D738D72801 /* SpectaTypes.h in Headers */, + 2E29CD8DE7F7470A742280232EBAB305 /* SpectaUtility.h in Headers */, + 017128DD00E3BF5FFE49A7B4E3D752E8 /* SPTCallSite.h in Headers */, + 342E3D7365670E7E81782A05A99D717A /* SPTCompiledExample.h in Headers */, + 2BB509BFC8D35CA0B4A3B145720D7F90 /* SPTExample.h in Headers */, + F2053A790A0915A3E023A5CB5788D12F /* SPTExampleGroup.h in Headers */, + E57E7320D04E3B30A401485A12A754EC /* SPTExcludeGlobalBeforeAfterEach.h in Headers */, + 764B8C836A393DFBDB65BD39CD6066AF /* SPTGlobalBeforeAfterEach.h in Headers */, + 3E2E28BA0597DCB3B7D18861EF256D91 /* SPTSharedExampleGroups.h in Headers */, + C8B5CCC974AED15086AEF6CAEEC2E308 /* SPTSpec.h in Headers */, + CBD86BB1FE14B08810674EA054256A76 /* SPTTestSuite.h in Headers */, + D208557BC6F319573F906B05947E99A4 /* XCTest+Private.h in Headers */, + 9B46CB2E5F2B336F2AB7ECE8763949E8 /* XCTestCase+Specta.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 2CCD3AC15356E236F04A34F8C92A312C /* Headers */ = { + 3961CE286660BBFD74BF2F50EA4A3597 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - EC3414CDAA9691CCA70739A44A1E7A9D /* Pods-PNObject_Example-umbrella.h in Headers */, + 94113CE8CA3C26F55132C0DA8BFF1A87 /* UIDevice-Hardware.h in Headers */, + 4599706594B1918509D102B981077A28 /* UIDevice-Utils-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 3FD1A203C4324634A4D6DD24EACA00E5 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 29496F735B364081AF52AC8B5ED42C79 /* Pods-PNObject_Example-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1380,14 +1530,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 8AA24383B09F3F9840CCD9F49C19EA0D /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 2BDF2CEE0FD0DF35084727B4874A0360 /* Pods-PNObject_Tests-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 966427BD32145AD621F074D1691342B8 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -1435,6 +1577,21 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + A7C923F855B8C1D2C7F179AFDAD8ABB2 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + E08E4821C7EA5423B194BA3D6D8F5A08 /* PNAddress.h in Headers */, + 60FD026D88EBBC2928E1EC08B6047225 /* PNLocation.h in Headers */, + 6C6683061BF6E6BFABB75E4CE8D0C5EA /* PNObject-umbrella.h in Headers */, + D209A2832E3A33F1A12EB9BDC5F17C61 /* PNObject.h in Headers */, + 4FCC820B8951AFC4E77854084F3DBF39 /* PNObjectConfig.h in Headers */, + FB10AA9EBC1481F515C4ED309370528A /* PNObjectModel.h in Headers */, + 1BB6760B35F6B031257170AA4921F0DC /* PNObjectProperty.h in Headers */, + 1A1C6654D66772C852D69F495F371269 /* PNUser.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; BA0FDF67467F294ACFEF3C734E0A426A /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -1445,29 +1602,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - BF9563C931DF9C8497781AE846A92496 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - F5B56E9DAA86BFE857E546E0986597DC /* Specta-umbrella.h in Headers */, - 16BFF2FD7F571C6220CF59801E208C53 /* Specta.h in Headers */, - B0B9ABC4C87AA49D5745147708A7899F /* SpectaDSL.h in Headers */, - 053DE372096DE9C885557F37D2BF8DAE /* SpectaTypes.h in Headers */, - FFDEB858DE6BE64A1A59CCF4760D470E /* SpectaUtility.h in Headers */, - 46DEDBAAD2C102FDE47ADB81FCE4EBB2 /* SPTCallSite.h in Headers */, - 5458D510DB38CC1C545E109F04FFC27A /* SPTCompiledExample.h in Headers */, - E2F8A72DE5FBED72FEAD32839FF09F6D /* SPTExample.h in Headers */, - 41D77E13D18FE66FFBC27546047C0E9C /* SPTExampleGroup.h in Headers */, - DC99B3BACBBE610176C489CB4F112FB3 /* SPTExcludeGlobalBeforeAfterEach.h in Headers */, - A03B40E7BEF11B35B923635D71ED06FD /* SPTGlobalBeforeAfterEach.h in Headers */, - 1988190DD3E75F5482273E49486C3CAF /* SPTSharedExampleGroups.h in Headers */, - 8BE86C455C7178A1352C8672252D5164 /* SPTSpec.h in Headers */, - 475CD2B16A8DFA415AECACF5EC15CE99 /* SPTTestSuite.h in Headers */, - C036314558DC783F0EB8466BB354320F /* XCTest+Private.h in Headers */, - A0167487A7CBB010EC0E8CCB9D49644C /* XCTestCase+Specta.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; DF8D3B8C69B09612DFF4ABBD19102AD2 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -1477,18 +1611,11 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - EDADD4EFB5FA48AE33B07F523780177F /* Headers */ = { + ECDFCEE78622A8E3468CDB91B52C4AD1 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 941354E1B678B9221BD1C15EE37BA55E /* PNObject-umbrella.h in Headers */, - 295C2B75DF7492F4AF35CDF93891E816 /* PNObject.h in Headers */, - 5D8BB0A730FC0A0AE17B84459F953E5F /* PNObjectSubclassing.h in Headers */, - CE706AD64F95B815E15F7154C20C9B8C /* PNObjectConfig.h in Headers */, - F6BB55A8386E361E9D22492FB3C2E868 /* PNUser.h in Headers */, - CAC4420D53FB5288CEBCE296412C16CB /* PNAddress.h in Headers */, - EA8E630DD2C78A4A5DC0F8DEF3484D62 /* PNLocation.h in Headers */, - 0149AF8689F2AAE11A2E689E6EE912DD /* PNObjectProperty.h in Headers */, + 9B4861C2D3502D45FDE6C74004B66A8B /* Pods-PNObject_Tests-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1505,26 +1632,19 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + F83D6D0EB1705B4C41242020CFF2A9A8 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 3905546D39E18BDFAFC3D3F3CB7F1676 /* HTTPStatusCodes.h in Headers */, + 7D9BC01E823D2F526B90EBAB87573E62 /* nv-ios-http-status-umbrella.h in Headers */, + 8A36A8E8B3844AED3C7DBD9D1E2BFBE0 /* nv_ios_http_status.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ - 0AC755D7223E1DCE35AE9FCCC88542DE /* UIDevice-Utils-UIDevice-Utils */ = { - isa = PBXNativeTarget; - buildConfigurationList = 42A0294C794D4EE020CA257E3A01B114 /* Build configuration list for PBXNativeTarget "UIDevice-Utils-UIDevice-Utils" */; - buildPhases = ( - 843CD8E277073D9AED703095BCBC79A9 /* Sources */, - DA96E0E0E5819F73D7723C62EBB3C3EB /* Frameworks */, - 52182C0F4E0101A4AB69F2A8AF198581 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = "UIDevice-Utils-UIDevice-Utils"; - productName = "UIDevice-Utils-UIDevice-Utils"; - productReference = 5B5C169A7A6F9F35D18EB5691C3CAD4C /* UIDevice-Utils.bundle */; - productType = "com.apple.product-type.bundle"; - }; 0D888F29E05E498D0CD91A51D28599A5 /* Expecta */ = { isa = PBXNativeTarget; buildConfigurationList = DC61702A42844E4ED762A73E8893436B /* Build configuration list for PBXNativeTarget "Expecta" */; @@ -1539,7 +1659,7 @@ ); name = Expecta; productName = Expecta; - productReference = 684260D2513FE8AD036B49C00B805318 /* Expecta.framework */; + productReference = AFD524FD439614CAE6FA83D1AD58FFD7 /* Expecta.framework */; productType = "com.apple.product-type.framework"; }; 1C3436CEA5C3D39764C5F54374794ECB /* AFNetworking */ = { @@ -1556,7 +1676,7 @@ ); name = AFNetworking; productName = AFNetworking; - productReference = 90090F537C1E3D5A10D48C164A6F8570 /* AFNetworking.framework */; + productReference = 59327838F5D1D7B9071F21E7AEE8D821 /* AFNetworking.framework */; productType = "com.apple.product-type.framework"; }; 20B8A8681820FA8513BD7E48A85DC18D /* NSDate_Utils */ = { @@ -1575,30 +1695,7 @@ ); name = NSDate_Utils; productName = NSDate_Utils; - productReference = 6BCF0B57CC5FE7DB7261CE7C60EAE6C1 /* NSDate_Utils.framework */; - productType = "com.apple.product-type.framework"; - }; - 21DCDDA46CFC09B26D1054002DB43388 /* Pods-PNObject_Tests */ = { - isa = PBXNativeTarget; - buildConfigurationList = 510A79AB4C41CF34A364A859EB66856F /* Build configuration list for PBXNativeTarget "Pods-PNObject_Tests" */; - buildPhases = ( - A40D2E19C9FDEE799CEF191650028A0C /* Sources */, - F3F3A2E67C734AF5D0F970CE47BCF38C /* Frameworks */, - 8AA24383B09F3F9840CCD9F49C19EA0D /* Headers */, - ); - buildRules = ( - ); - dependencies = ( - BD74094FBC87DA1020D2F72A1722EEFE /* PBXTargetDependency */, - 734316E18171EEA3759B35E185FB8577 /* PBXTargetDependency */, - D09B8F642D865D8B11809F3761F4141B /* PBXTargetDependency */, - 47CE7880F5A24C1D9482130E9393AA01 /* PBXTargetDependency */, - 59274E90AFD28CC04F0BAD8E8927B5D0 /* PBXTargetDependency */, - 71E5CC84CF87BF5F772480C8EF520818 /* PBXTargetDependency */, - ); - name = "Pods-PNObject_Tests"; - productName = "Pods-PNObject_Tests"; - productReference = 824C131E1882E849655990203D7BA94B /* Pods_PNObject_Tests.framework */; + productReference = 89BD99C8D45E8D53E8939933EE5F1715 /* NSDate_Utils.framework */; productType = "com.apple.product-type.framework"; }; 3241BF41D67FE3979A15BEAA18A92CA3 /* NSDate_Utils-NSDate_Utils */ = { @@ -1615,27 +1712,25 @@ ); name = "NSDate_Utils-NSDate_Utils"; productName = "NSDate_Utils-NSDate_Utils"; - productReference = F6475D2AE952D65158911AE59D9D7787 /* NSDate_Utils.bundle */; + productReference = 42F4293F70BB18889EEF9844FF045A4C /* NSDate_Utils.bundle */; productType = "com.apple.product-type.bundle"; }; - 5FC3550CE584133F3A6D63CD1997A942 /* UIDevice-Utils */ = { + 4DACB42CD407E24716437FBC81D94929 /* UIDevice-Utils-UIDevice-Utils */ = { isa = PBXNativeTarget; - buildConfigurationList = A72D32D24FDEC5ABE522D499900CD632 /* Build configuration list for PBXNativeTarget "UIDevice-Utils" */; + buildConfigurationList = 044B0C71D5046C8F511FCCADE2469BFE /* Build configuration list for PBXNativeTarget "UIDevice-Utils-UIDevice-Utils" */; buildPhases = ( - 957FC7A06FF010185965C558F6AFAB00 /* Sources */, - A56E13DAA3C6DDE77A388FB0AD375540 /* Frameworks */, - 2F01F09216CF74DAB06A552261BD5356 /* Resources */, - 0C7D6B9DBA9F53F30F4F525BE25A1789 /* Headers */, + 3E47ACD7227AE84904A47BF857DE8230 /* Sources */, + C6A71832486432A8EE280CF5B1E5CD66 /* Frameworks */, + D63FFAECE9BE410732075588753B5009 /* Resources */, ); buildRules = ( ); dependencies = ( - 175B2B1B2540FA77ADA77ED5AF4BA337 /* PBXTargetDependency */, ); - name = "UIDevice-Utils"; - productName = "UIDevice-Utils"; - productReference = CB327A2C4264D8D750739600AF58AB3C /* UIDevice_Utils.framework */; - productType = "com.apple.product-type.framework"; + name = "UIDevice-Utils-UIDevice-Utils"; + productName = "UIDevice-Utils-UIDevice-Utils"; + productReference = 9FBC3D3A0F91D4AB05D8C934883FC5EA /* UIDevice-Utils.bundle */; + productType = "com.apple.product-type.bundle"; }; 619F0D28240534293108906FED04836F /* Expecta+Snapshots */ = { isa = PBXNativeTarget; @@ -1653,16 +1748,52 @@ ); name = "Expecta+Snapshots"; productName = "Expecta+Snapshots"; - productReference = 6387377EE062A0FDF751AA136AC2D137 /* Expecta_Snapshots.framework */; + productReference = D241D95070D67C95995DC1AC991505C9 /* Expecta_Snapshots.framework */; productType = "com.apple.product-type.framework"; }; - 65139A2DF5C91750483B1E104FC38595 /* PNObject-PNObject */ = { + 73A9D102671E856B1BD5DA4CF196849F /* UIDevice-Utils */ = { isa = PBXNativeTarget; - buildConfigurationList = DF989BB33A6B7A3A796D2F32AED6A4EE /* Build configuration list for PBXNativeTarget "PNObject-PNObject" */; + buildConfigurationList = 938AD4FE2BEF7C7FE99AD6D53EAF6ACC /* Build configuration list for PBXNativeTarget "UIDevice-Utils" */; buildPhases = ( - AB8F5DD665A6F10774B3B5387C8B531C /* Sources */, - 948F0C2BD229C4AC89F2019186A15281 /* Frameworks */, - 648EE3FC52C1FB514F93B661E9785923 /* Resources */, + 52ACBEB77E635A9A8C4A6F585840EC3A /* Sources */, + C09717D02986E0C1F2FEC06C64AA3BA4 /* Frameworks */, + E7EDD7AECD0DDC5CF11A04B0E8956735 /* Resources */, + 3961CE286660BBFD74BF2F50EA4A3597 /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + 12F70446DD5BC1FA4C81322AFDACA243 /* PBXTargetDependency */, + ); + name = "UIDevice-Utils"; + productName = "UIDevice-Utils"; + productReference = AF04973DBC0A36EF60FD97B51B00EB05 /* UIDevice_Utils.framework */; + productType = "com.apple.product-type.framework"; + }; + 88643B90725E3BDB1F15DA88BB66A9C9 /* nv-ios-http-status */ = { + isa = PBXNativeTarget; + buildConfigurationList = 39A07BC080A4BB5CA7A9607B1B143AF6 /* Build configuration list for PBXNativeTarget "nv-ios-http-status" */; + buildPhases = ( + 871E71F1677F15E1B86A1682409A94D9 /* Sources */, + 8931DF8A06EBFE365D4B98F8DF463538 /* Frameworks */, + F83D6D0EB1705B4C41242020CFF2A9A8 /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "nv-ios-http-status"; + productName = "nv-ios-http-status"; + productReference = 09AC67385F6363DE36A0DF51DFBB98C1 /* nv_ios_http_status.framework */; + productType = "com.apple.product-type.framework"; + }; + 8B53BF227694465ACD846F8013104728 /* PNObject-PNObject */ = { + isa = PBXNativeTarget; + buildConfigurationList = F2A6CDE0AA52EBCF567875DE92B9C936 /* Build configuration list for PBXNativeTarget "PNObject-PNObject" */; + buildPhases = ( + 51E42644B99C09AD6FA37E2B6717A10E /* Sources */, + 2577CDD02CB798FA7A416A75A74111A1 /* Frameworks */, + DDF558ADA82987B4CF246487EE0F038E /* Resources */, ); buildRules = ( ); @@ -1670,36 +1801,16 @@ ); name = "PNObject-PNObject"; productName = "PNObject-PNObject"; - productReference = 50F53D1643B9ED1F04EAF728153AEDAA /* PNObject.bundle */; + productReference = C596C664F9FEAC8BD644F34C3A77834A /* PNObject.bundle */; productType = "com.apple.product-type.bundle"; }; - A1DBCFE24E78F089C7A0BA7A292B9F74 /* PNObject */ = { + BEEA8A0CC1D73E9F1369B926883E5FF3 /* Specta */ = { isa = PBXNativeTarget; - buildConfigurationList = 348BF22150DD36149AC99C0D4D2EC068 /* Build configuration list for PBXNativeTarget "PNObject" */; + buildConfigurationList = 2676BBAC351247C91E81918B155E5E0C /* Build configuration list for PBXNativeTarget "Specta" */; buildPhases = ( - 5983323ACB121F00058DB1CE010EC8C9 /* Sources */, - 4F358682EA489B9953D15337839AE107 /* Frameworks */, - B377C160479DBAE0639A54496F68FE26 /* Resources */, - EDADD4EFB5FA48AE33B07F523780177F /* Headers */, - ); - buildRules = ( - ); - dependencies = ( - 74EBB5964B22670DA0E6F915823FDA76 /* PBXTargetDependency */, - DF2FC0A364F42A6EFCE31CF8DFBF3834 /* PBXTargetDependency */, - ); - name = PNObject; - productName = PNObject; - productReference = F793F931AACF1EE2763F3169C9C69946 /* PNObject.framework */; - productType = "com.apple.product-type.framework"; - }; - BA310DF6526CA3D43AC09D3AD661B131 /* Specta */ = { - isa = PBXNativeTarget; - buildConfigurationList = 032B8D3418D9574DB7585B151C01CB2E /* Build configuration list for PBXNativeTarget "Specta" */; - buildPhases = ( - 9BE1CFDC31DFD8CE0A28327A925C13B4 /* Sources */, - 5F4F99C994DBB4756B6E140131C037F1 /* Frameworks */, - BF9563C931DF9C8497781AE846A92496 /* Headers */, + CDFB6B38E55078A521A62355AF0C2522 /* Sources */, + 20CC96C56EE7EE2C533A7445D0FAA390 /* Frameworks */, + 0D55E0AF0B8B3DFEF8F1AF4CA3513B1F /* Headers */, ); buildRules = ( ); @@ -1707,7 +1818,7 @@ ); name = Specta; productName = Specta; - productReference = 96F15D3DFF0D00CD1F008FC669E41C86 /* Specta.framework */; + productReference = 2E92B0C9A524216F7EE2884F50AB5020 /* Specta.framework */; productType = "com.apple.product-type.framework"; }; BF088AF63E437970817C1E809577C700 /* PEAR-FileManager-iOS */ = { @@ -1724,29 +1835,7 @@ ); name = "PEAR-FileManager-iOS"; productName = "PEAR-FileManager-iOS"; - productReference = 27053B717A2E6C890A9A5567BE892759 /* PEAR_FileManager_iOS.framework */; - productType = "com.apple.product-type.framework"; - }; - CD1AB2B568D950154C8989EF79AD82AC /* Pods-PNObject_Example */ = { - isa = PBXNativeTarget; - buildConfigurationList = C162623A8C03367E01ED7B8E8ACC5D78 /* Build configuration list for PBXNativeTarget "Pods-PNObject_Example" */; - buildPhases = ( - 670062506FE05E496EF63E1614C85581 /* Sources */, - 2FBBC195EC5AF2E370AF885FCB76B312 /* Frameworks */, - 2CCD3AC15356E236F04A34F8C92A312C /* Headers */, - ); - buildRules = ( - ); - dependencies = ( - 4350AD66D151EBAB414F1F7E40B38979 /* PBXTargetDependency */, - 93B269AF7AB7D4AAAD0E0CF611E40C71 /* PBXTargetDependency */, - 6059D20F8BABBCC1C713F5FA48F9E352 /* PBXTargetDependency */, - DB0EE9D1A9B7B596CD6A20A464DB0EC5 /* PBXTargetDependency */, - 10794661E5C7A493B6CF158E1C1AC084 /* PBXTargetDependency */, - ); - name = "Pods-PNObject_Example"; - productName = "Pods-PNObject_Example"; - productReference = 1E9631FC8095895820932DC31657A035 /* Pods_PNObject_Example.framework */; + productReference = 2760547A3AA3E20F2812D7F9D33043C2 /* PEAR_FileManager_iOS.framework */; productType = "com.apple.product-type.framework"; }; D07447EE3CEBB0BCB8D61DFCB8EA915F /* FBSnapshotTestCase */ = { @@ -1763,7 +1852,81 @@ ); name = FBSnapshotTestCase; productName = FBSnapshotTestCase; - productReference = 806E3AAC0A4A15EF79D3BCD7811DB696 /* FBSnapshotTestCase.framework */; + productReference = 5028EC00472B8800EAC9CC8CB76A6A78 /* FBSnapshotTestCase.framework */; + productType = "com.apple.product-type.framework"; + }; + D8A3653B82848C3FF58DCD26C01CAEBB /* Pods-PNObject_Example */ = { + isa = PBXNativeTarget; + buildConfigurationList = D5A069335B7E24C3F9ECFF48ABB665B8 /* Build configuration list for PBXNativeTarget "Pods-PNObject_Example" */; + buildPhases = ( + 7E8E1C9082BABEBA2CB009592FC8531F /* Sources */, + D82ADF6AC9393D0EF4FB23B2ED65D19B /* Frameworks */, + 3FD1A203C4324634A4D6DD24EACA00E5 /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + 1633748CCD687BA57B48C2624B28026E /* PBXTargetDependency */, + 980D48654927BF59F5118A37D26BE9BA /* PBXTargetDependency */, + BED3D0E15DE5831E8D5E4A29AE7DA00F /* PBXTargetDependency */, + 9FC7BDD84EBA85050ABFCE5824566580 /* PBXTargetDependency */, + 266999F24A584673941409D205104268 /* PBXTargetDependency */, + EF737F4289F22ED7DFC51247EDEA33A0 /* PBXTargetDependency */, + ); + name = "Pods-PNObject_Example"; + productName = "Pods-PNObject_Example"; + productReference = BBDFF13E5560186F671ED58620E75C7A /* Pods_PNObject_Example.framework */; + productType = "com.apple.product-type.framework"; + }; + E8D1C5A0FA208E2C3772DF3911708BC4 /* Pods-PNObject_Tests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 04AC1F9055990B308D3F0A2D5A632E36 /* Build configuration list for PBXNativeTarget "Pods-PNObject_Tests" */; + buildPhases = ( + E45983D49252CBD7AE5417275CF54027 /* Sources */, + CD4996880F2FD87DCB89CBB7123C579F /* Frameworks */, + ECDFCEE78622A8E3468CDB91B52C4AD1 /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + 6CD81F990C236A0A11796736BD923A8D /* PBXTargetDependency */, + AA61CBF7EE40671F52D602A84BC474BE /* PBXTargetDependency */, + 9A58401DED3B8DBCFF38A637B0BFD38F /* PBXTargetDependency */, + 6DF62668D6204A6590DEA1E1AAEBA5E4 /* PBXTargetDependency */, + 8D31D8484F1AA10DE298C1074C490BD4 /* PBXTargetDependency */, + A38ADED04EDC3D7F5AE98BC83CBFACA4 /* PBXTargetDependency */, + 0581DE9F6143AB0A339CDFCDE1716AC2 /* PBXTargetDependency */, + E0EAF951BE28236866396A0E27D1ACAC /* PBXTargetDependency */, + 304EC6A8FFB0381349F8EE9A8418CA4C /* PBXTargetDependency */, + 789F8996965737B884110A1EE97F9DE8 /* PBXTargetDependency */, + ); + name = "Pods-PNObject_Tests"; + productName = "Pods-PNObject_Tests"; + productReference = 9D5198CDB919F27475342F83B6CD6455 /* Pods_PNObject_Tests.framework */; + productType = "com.apple.product-type.framework"; + }; + F426A06EB1B4CD602735050FCAA2932F /* PNObject */ = { + isa = PBXNativeTarget; + buildConfigurationList = D29E33DC9CA690FF8345E8CE7DDF48EB /* Build configuration list for PBXNativeTarget "PNObject" */; + buildPhases = ( + 23C227B2101A2C70A728657F2A033424 /* Sources */, + 8E8FCCDFE435C2D92F1FC84E84E5CB59 /* Frameworks */, + 623ED53388D1C0769E46BDDF1A6C524A /* Resources */, + A7C923F855B8C1D2C7F179AFDAD8ABB2 /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + 4CA9D35F9831CFDFF68A80CF95C63E74 /* PBXTargetDependency */, + 4345E2E871E51B22C562CF72F029AB42 /* PBXTargetDependency */, + 8B288D9C06AA38074DBD5E14AF2A2183 /* PBXTargetDependency */, + 8D69B7945299A79FC00D232DBBA3A856 /* PBXTargetDependency */, + 33858C5F43A3C0A3123C5FBA83F3857F /* PBXTargetDependency */, + EB5B27178C8EADC50327EBF8C5A5CC0C /* PBXTargetDependency */, + ); + name = PNObject; + productName = PNObject; + productReference = 436E91DE0EE47567518AED62B8482BD8 /* PNObject.framework */; productType = "com.apple.product-type.framework"; }; /* End PBXNativeTarget section */ @@ -1783,7 +1946,7 @@ en, ); mainGroup = 7DB346D0F39D3F0E887471402A8071AB; - productRefGroup = 56BD78A69573139280921FE89BE0B864 /* Products */; + productRefGroup = 8DF85F04C03BBD5A156C3A5A3119D582 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( @@ -1793,14 +1956,15 @@ D07447EE3CEBB0BCB8D61DFCB8EA915F /* FBSnapshotTestCase */, 20B8A8681820FA8513BD7E48A85DC18D /* NSDate_Utils */, 3241BF41D67FE3979A15BEAA18A92CA3 /* NSDate_Utils-NSDate_Utils */, + 88643B90725E3BDB1F15DA88BB66A9C9 /* nv-ios-http-status */, BF088AF63E437970817C1E809577C700 /* PEAR-FileManager-iOS */, - A1DBCFE24E78F089C7A0BA7A292B9F74 /* PNObject */, - 65139A2DF5C91750483B1E104FC38595 /* PNObject-PNObject */, - CD1AB2B568D950154C8989EF79AD82AC /* Pods-PNObject_Example */, - 21DCDDA46CFC09B26D1054002DB43388 /* Pods-PNObject_Tests */, - BA310DF6526CA3D43AC09D3AD661B131 /* Specta */, - 5FC3550CE584133F3A6D63CD1997A942 /* UIDevice-Utils */, - 0AC755D7223E1DCE35AE9FCCC88542DE /* UIDevice-Utils-UIDevice-Utils */, + F426A06EB1B4CD602735050FCAA2932F /* PNObject */, + 8B53BF227694465ACD846F8013104728 /* PNObject-PNObject */, + D8A3653B82848C3FF58DCD26C01CAEBB /* Pods-PNObject_Example */, + E8D1C5A0FA208E2C3772DF3911708BC4 /* Pods-PNObject_Tests */, + BEEA8A0CC1D73E9F1369B926883E5FF3 /* Specta */, + 73A9D102671E856B1BD5DA4CF196849F /* UIDevice-Utils */, + 4DACB42CD407E24716437FBC81D94929 /* UIDevice-Utils-UIDevice-Utils */, ); }; /* End PBXProject section */ @@ -1814,21 +1978,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 2F01F09216CF74DAB06A552261BD5356 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 8AEED396EA1BF8EA92F1771BA96E61A4 /* UIDevice-Utils.bundle in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 52182C0F4E0101A4AB69F2A8AF198581 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 5493837171A1BFE5D0807A41315674C6 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -1836,18 +1985,33 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 648EE3FC52C1FB514F93B661E9785923 /* Resources */ = { + 623ED53388D1C0769E46BDDF1A6C524A /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 6575A81A75628AD121AE0E8D4085E353 /* PNObject.bundle in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + D63FFAECE9BE410732075588753B5009 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - B377C160479DBAE0639A54496F68FE26 /* Resources */ = { + DDF558ADA82987B4CF246487EE0F038E /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - C4E1A37F6D79C64BF9873B7A1E965EC8 /* PNObject.bundle in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + E7EDD7AECD0DDC5CF11A04B0E8956735 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 1D2B1A63411DA415D68EF008A603D564 /* UIDevice-Utils.bundle in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1892,17 +2056,41 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 5983323ACB121F00058DB1CE010EC8C9 /* Sources */ = { + 23C227B2101A2C70A728657F2A033424 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 9E765BDE565E085EB56B69B62FC6B23F /* PNAddress.m in Sources */, - 1FED8413277AEDAFF072EC306BE4FC5A /* PNLocation.m in Sources */, - 5407747D01B6D6D055EE6C506BFBE7F7 /* PNObject-dummy.m in Sources */, - 907E98E177A96DE733A9EDE0847930FF /* PNObject.m in Sources */, - E5F136B714B1A1249329EAAA89ACD79C /* PNObjectConfig.m in Sources */, - D6626FBFBD98BE5EC11505D3708E9C29 /* PNObjectProperty.m in Sources */, - 84BE4AFF86EBC3ABAB017F172842D643 /* PNUser.m in Sources */, + A6318D0D4AB1F0AFADF3E841AC28B0C4 /* PNAddress.m in Sources */, + 0EA46C69591D6FFB93457D45C923E309 /* PNLocation.m in Sources */, + 881CE2E36B7975A44B2806C5F7410786 /* PNObject-dummy.m in Sources */, + AC7AF4241E76D708D01FAF58BB685F93 /* PNObject.m in Sources */, + EAB839BCC92E51D94B9C6FF4A5D22859 /* PNObjectConfig.m in Sources */, + C06FF251C5F6E006E867BFBD2F7BD4E0 /* PNObjectModel.m in Sources */, + 4A1A9B210E49C8EFFD1B6BB91078BB46 /* PNObjectProperty.m in Sources */, + 0D81B954B8E8E9CD5B0D336A6B52564F /* PNUser.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 3E47ACD7227AE84904A47BF857DE8230 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 51E42644B99C09AD6FA37E2B6717A10E /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 52ACBEB77E635A9A8C4A6F585840EC3A /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 992DBA77AAD4FE9E0CD58F1F2D4DBACF /* UIDevice-Hardware.m in Sources */, + C018D65C2CEC5C8B2EDE6CD56FC8A94A /* UIDevice-Utils-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1915,14 +2103,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 670062506FE05E496EF63E1614C85581 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 07FB694DFFD00BFB7890D2E727F7D81F /* Pods-PNObject_Example-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 796C061AD650C052C9339513DE83940A /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -1933,19 +2113,20 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 843CD8E277073D9AED703095BCBC79A9 /* Sources */ = { + 7E8E1C9082BABEBA2CB009592FC8531F /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + 9E7ABE3F97BDCA68C7A56D249013AB2E /* Pods-PNObject_Example-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 957FC7A06FF010185965C558F6AFAB00 /* Sources */ = { + 871E71F1677F15E1B86A1682409A94D9 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - DE7E50D08184052574DD94F7D20067BF /* UIDevice-Hardware.m in Sources */, - D1D3674271C4183F0C9E138EF724DEB7 /* UIDevice-Utils-dummy.m in Sources */, + B6A71178B550B786C5D4956197806582 /* nv-ios-http-status-dummy.m in Sources */, + 2CC84F367366E962E8710E53FDEEDB88 /* nv_ios_http_status.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1958,39 +2139,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 9BE1CFDC31DFD8CE0A28327A925C13B4 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 348473A1D90AFC42672454B9CF8AFEB8 /* Specta-dummy.m in Sources */, - 87C5A3F462D39B8B514DFC82980DA942 /* SpectaDSL.m in Sources */, - 2DE7F5F6D818B010419EE954E4BDBCF5 /* SpectaUtility.m in Sources */, - 942DE3FE6614D632A898AF8D00E437DC /* SPTCallSite.m in Sources */, - 75D6D33A31C363AA7100B9D69A40CC9F /* SPTCompiledExample.m in Sources */, - 2EA28CA4258D17900B4229C3731A99AD /* SPTExample.m in Sources */, - 1FBD5BA2092E349F847B4728DA7493BD /* SPTExampleGroup.m in Sources */, - AC639DCECF299D3C6EE692ACEC43C0F8 /* SPTSharedExampleGroups.m in Sources */, - B334F13620BCCE42AEC8CBC53C64A903 /* SPTSpec.m in Sources */, - 6EBB812C79C5E73FF5263EAB649CEEBC /* SPTTestSuite.m in Sources */, - B2999B5516F34A3275A321ED502DAD3C /* XCTestCase+Specta.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - A40D2E19C9FDEE799CEF191650028A0C /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 14F6C817205C5ACB90D7A2ACA98988EE /* Pods-PNObject_Tests-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - AB8F5DD665A6F10774B3B5387C8B531C /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; B239BD93C67DE976C7F3A1AD982A0A58 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -2033,6 +2181,32 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + CDFB6B38E55078A521A62355AF0C2522 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + E2E122DC271F816FC521665A423CF942 /* Specta-dummy.m in Sources */, + C35C95620EAB81D6D7C98FA3E607CBEC /* SpectaDSL.m in Sources */, + CC11636886E45811F03C97AF7FF30DCA /* SpectaUtility.m in Sources */, + 2B94340B4D63656EC1DAE8588C0905CC /* SPTCallSite.m in Sources */, + 863FFA643FD36C09DE43F5D99E91B796 /* SPTCompiledExample.m in Sources */, + 8834E17428BDBF0C84A6C136DD6269BD /* SPTExample.m in Sources */, + C2A28193335C12E2C630AB2B04F44CB3 /* SPTExampleGroup.m in Sources */, + 59CEB2878914690666297DE71AE59CB7 /* SPTSharedExampleGroups.m in Sources */, + 3C01E24B2C39B52BE459E1C7BC052723 /* SPTSpec.m in Sources */, + B980666C36A8EE6CDBEE4BA780D9E3B0 /* SPTTestSuite.m in Sources */, + 7D622204F24D6794490D44F9F086E241 /* XCTestCase+Specta.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + E45983D49252CBD7AE5417275CF54027 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + A8154D4B763D8F33B811AB10446135B8 /* Pods-PNObject_Tests-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; EFCDB2F10A0D0ECD2C48D53B2E003FEC /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -2043,29 +2217,47 @@ /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 10794661E5C7A493B6CF158E1C1AC084 /* PBXTargetDependency */ = { + 0581DE9F6143AB0A339CDFCDE1716AC2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "UIDevice-Utils"; - target = 5FC3550CE584133F3A6D63CD1997A942 /* UIDevice-Utils */; - targetProxy = 68E178B9E911168080B99FBC53CEA776 /* PBXContainerItemProxy */; + name = PNObject; + target = F426A06EB1B4CD602735050FCAA2932F /* PNObject */; + targetProxy = AF33C042D4E9B4EA0F8DCFA35F068198 /* PBXContainerItemProxy */; }; - 175B2B1B2540FA77ADA77ED5AF4BA337 /* PBXTargetDependency */ = { + 12F70446DD5BC1FA4C81322AFDACA243 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "UIDevice-Utils-UIDevice-Utils"; - target = 0AC755D7223E1DCE35AE9FCCC88542DE /* UIDevice-Utils-UIDevice-Utils */; - targetProxy = F88968C905905F79592DE479282C3689 /* PBXContainerItemProxy */; + target = 4DACB42CD407E24716437FBC81D94929 /* UIDevice-Utils-UIDevice-Utils */; + targetProxy = 3E8877EEC2D03FF70AC7B558B99F1474 /* PBXContainerItemProxy */; }; - 4350AD66D151EBAB414F1F7E40B38979 /* PBXTargetDependency */ = { + 1633748CCD687BA57B48C2624B28026E /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = AFNetworking; target = 1C3436CEA5C3D39764C5F54374794ECB /* AFNetworking */; - targetProxy = 4B732239BE294A58DC6272F6728ED39E /* PBXContainerItemProxy */; + targetProxy = 474C5F79E7226A418A3CCFABBCC8E856 /* PBXContainerItemProxy */; }; - 47CE7880F5A24C1D9482130E9393AA01 /* PBXTargetDependency */ = { + 266999F24A584673941409D205104268 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FBSnapshotTestCase; - target = D07447EE3CEBB0BCB8D61DFCB8EA915F /* FBSnapshotTestCase */; - targetProxy = 17CE612289A297E60C7FD75FA19506F4 /* PBXContainerItemProxy */; + name = "UIDevice-Utils"; + target = 73A9D102671E856B1BD5DA4CF196849F /* UIDevice-Utils */; + targetProxy = 2DDCA1FBBEEA78C0C999BDF79425263D /* PBXContainerItemProxy */; + }; + 304EC6A8FFB0381349F8EE9A8418CA4C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "UIDevice-Utils"; + target = 73A9D102671E856B1BD5DA4CF196849F /* UIDevice-Utils */; + targetProxy = 03DA0B942688C2C58EE341E1271D6595 /* PBXContainerItemProxy */; + }; + 33858C5F43A3C0A3123C5FBA83F3857F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "UIDevice-Utils"; + target = 73A9D102671E856B1BD5DA4CF196849F /* UIDevice-Utils */; + targetProxy = 69489829647AB39C899461D23077D124 /* PBXContainerItemProxy */; + }; + 4345E2E871E51B22C562CF72F029AB42 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = NSDate_Utils; + target = 20B8A8681820FA8513BD7E48A85DC18D /* NSDate_Utils */; + targetProxy = 8A5E985157772676FF0717688D716003 /* PBXContainerItemProxy */; }; 4ACA793EC27274D41A670C74CD739365 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -2073,47 +2265,83 @@ target = 0D888F29E05E498D0CD91A51D28599A5 /* Expecta */; targetProxy = CCF83280732A67033B72EE54815FFD3F /* PBXContainerItemProxy */; }; - 59274E90AFD28CC04F0BAD8E8927B5D0 /* PBXTargetDependency */ = { + 4CA9D35F9831CFDFF68A80CF95C63E74 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = PNObject; - target = A1DBCFE24E78F089C7A0BA7A292B9F74 /* PNObject */; - targetProxy = F3D36CB48D81D9E4903AF239FED3704A /* PBXContainerItemProxy */; + name = AFNetworking; + target = 1C3436CEA5C3D39764C5F54374794ECB /* AFNetworking */; + targetProxy = 02949716CB908FB4A50EF9AC15572A13 /* PBXContainerItemProxy */; }; - 6059D20F8BABBCC1C713F5FA48F9E352 /* PBXTargetDependency */ = { + 6CD81F990C236A0A11796736BD923A8D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AFNetworking; + target = 1C3436CEA5C3D39764C5F54374794ECB /* AFNetworking */; + targetProxy = F4AC4E9F715E671414AFDCAFB8DE4708 /* PBXContainerItemProxy */; + }; + 6DF62668D6204A6590DEA1E1AAEBA5E4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FBSnapshotTestCase; + target = D07447EE3CEBB0BCB8D61DFCB8EA915F /* FBSnapshotTestCase */; + targetProxy = 90B8EFE3415411C4AE7466F8FFE2B95A /* PBXContainerItemProxy */; + }; + 789F8996965737B884110A1EE97F9DE8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "nv-ios-http-status"; + target = 88643B90725E3BDB1F15DA88BB66A9C9 /* nv-ios-http-status */; + targetProxy = BC436BA54D5D784CE1CF946EBDB6BFDA /* PBXContainerItemProxy */; + }; + 8B288D9C06AA38074DBD5E14AF2A2183 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "PEAR-FileManager-iOS"; target = BF088AF63E437970817C1E809577C700 /* PEAR-FileManager-iOS */; - targetProxy = 4B0DAF64EA0AC85B798C1549D1A53B2C /* PBXContainerItemProxy */; + targetProxy = DEE67C357D38F4217C5E94305A95E405 /* PBXContainerItemProxy */; }; - 71E5CC84CF87BF5F772480C8EF520818 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Specta; - target = BA310DF6526CA3D43AC09D3AD661B131 /* Specta */; - targetProxy = F7C2175373F64E84AA2CD5AE2EE0ED2D /* PBXContainerItemProxy */; - }; - 734316E18171EEA3759B35E185FB8577 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Expecta; - target = 0D888F29E05E498D0CD91A51D28599A5 /* Expecta */; - targetProxy = F90B5A22C7049BEFF4B86CB3CD0BE9F2 /* PBXContainerItemProxy */; - }; - 74EBB5964B22670DA0E6F915823FDA76 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AFNetworking; - target = 1C3436CEA5C3D39764C5F54374794ECB /* AFNetworking */; - targetProxy = 1A007E317D66F22D846C0D0D11A84706 /* PBXContainerItemProxy */; - }; - 93B269AF7AB7D4AAAD0E0CF611E40C71 /* PBXTargetDependency */ = { + 8D31D8484F1AA10DE298C1074C490BD4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = NSDate_Utils; target = 20B8A8681820FA8513BD7E48A85DC18D /* NSDate_Utils */; - targetProxy = 6D753E6161742F970C234BAAE7F6406C /* PBXContainerItemProxy */; + targetProxy = 71D528218E3DE9692735BFD890468F1D /* PBXContainerItemProxy */; }; - BD74094FBC87DA1020D2F72A1722EEFE /* PBXTargetDependency */ = { + 8D69B7945299A79FC00D232DBBA3A856 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = AFNetworking; - target = 1C3436CEA5C3D39764C5F54374794ECB /* AFNetworking */; - targetProxy = 23AB8524AB35D6EBCD8051D7C9B12FB8 /* PBXContainerItemProxy */; + name = "PNObject-PNObject"; + target = 8B53BF227694465ACD846F8013104728 /* PNObject-PNObject */; + targetProxy = 1FE48C00AD2F49FA4F0F0F0EE645FC45 /* PBXContainerItemProxy */; + }; + 980D48654927BF59F5118A37D26BE9BA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = NSDate_Utils; + target = 20B8A8681820FA8513BD7E48A85DC18D /* NSDate_Utils */; + targetProxy = 56730A1A7F21939F567AEE0C26FA9F75 /* PBXContainerItemProxy */; + }; + 9A58401DED3B8DBCFF38A637B0BFD38F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Expecta+Snapshots"; + target = 619F0D28240534293108906FED04836F /* Expecta+Snapshots */; + targetProxy = FDA7AC747C47ABE1986D3194C30DDB20 /* PBXContainerItemProxy */; + }; + 9FC7BDD84EBA85050ABFCE5824566580 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = PNObject; + target = F426A06EB1B4CD602735050FCAA2932F /* PNObject */; + targetProxy = 2C7CA005AC539C862F2B59BBAD25EF55 /* PBXContainerItemProxy */; + }; + A38ADED04EDC3D7F5AE98BC83CBFACA4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "PEAR-FileManager-iOS"; + target = BF088AF63E437970817C1E809577C700 /* PEAR-FileManager-iOS */; + targetProxy = 2008D8F8D804FF744E5A573095640F1A /* PBXContainerItemProxy */; + }; + AA61CBF7EE40671F52D602A84BC474BE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Expecta; + target = 0D888F29E05E498D0CD91A51D28599A5 /* Expecta */; + targetProxy = F01104385E12F7EDF4E0331D573B50C5 /* PBXContainerItemProxy */; + }; + BED3D0E15DE5831E8D5E4A29AE7DA00F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "PEAR-FileManager-iOS"; + target = BF088AF63E437970817C1E809577C700 /* PEAR-FileManager-iOS */; + targetProxy = 454C175C0C7DD2CABB8BB730C60D3791 /* PBXContainerItemProxy */; }; CFC3C60C0541C54818441E331A7E8753 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -2121,23 +2349,23 @@ target = D07447EE3CEBB0BCB8D61DFCB8EA915F /* FBSnapshotTestCase */; targetProxy = F9BBA6CBCE0B1A136EAFACE5185B512D /* PBXContainerItemProxy */; }; - D09B8F642D865D8B11809F3761F4141B /* PBXTargetDependency */ = { + E0EAF951BE28236866396A0E27D1ACAC /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "Expecta+Snapshots"; - target = 619F0D28240534293108906FED04836F /* Expecta+Snapshots */; - targetProxy = B31F8D5654713DB649D2FD67B5BA54BC /* PBXContainerItemProxy */; + name = Specta; + target = BEEA8A0CC1D73E9F1369B926883E5FF3 /* Specta */; + targetProxy = E5282D15CB8B1CF080593063B1057CD8 /* PBXContainerItemProxy */; }; - DB0EE9D1A9B7B596CD6A20A464DB0EC5 /* PBXTargetDependency */ = { + EB5B27178C8EADC50327EBF8C5A5CC0C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = PNObject; - target = A1DBCFE24E78F089C7A0BA7A292B9F74 /* PNObject */; - targetProxy = 933AD56993BFD86E122885B5E3201263 /* PBXContainerItemProxy */; + name = "nv-ios-http-status"; + target = 88643B90725E3BDB1F15DA88BB66A9C9 /* nv-ios-http-status */; + targetProxy = 72D6ACA460432411651CA13DDDCF1458 /* PBXContainerItemProxy */; }; - DF2FC0A364F42A6EFCE31CF8DFBF3834 /* PBXTargetDependency */ = { + EF737F4289F22ED7DFC51247EDEA33A0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "PNObject-PNObject"; - target = 65139A2DF5C91750483B1E104FC38595 /* PNObject-PNObject */; - targetProxy = 322EC94733D786C5F11FEEF2932163EE /* PBXContainerItemProxy */; + name = "nv-ios-http-status"; + target = 88643B90725E3BDB1F15DA88BB66A9C9 /* nv-ios-http-status */; + targetProxy = 2F71E15DD025601A551C157C3EDCFCD0 /* PBXContainerItemProxy */; }; EF83D136E3B525B6151A75CBAEFE4ADD /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -2148,274 +2376,7 @@ /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ - 0285B0FFD8323819EC66E9A0BAC0A044 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 218AF1ECF876B28B484AD438E085D491 /* PNObject.xcconfig */; - buildSettings = { - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "Target Support Files/PNObject/ResourceBundle-PNObject-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - PRODUCT_NAME = PNObject; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - 096210B7B84F8CA4FEF263DD6CC82AEA /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C9C90AD238A313B46BF94AE78706DCB4 /* NSDate_Utils.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = dwarf; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/NSDate_Utils/NSDate_Utils-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/NSDate_Utils/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/NSDate_Utils/NSDate_Utils.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = NSDate_Utils; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 12AE6F83274C7A824845A8BF52BA16DF /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 31EC73DD2649E7FFDFFC27FD45896BD4 /* FBSnapshotTestCase.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/FBSnapshotTestCase/FBSnapshotTestCase-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/FBSnapshotTestCase/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/FBSnapshotTestCase/FBSnapshotTestCase.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = FBSnapshotTestCase; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 18F3430617D125CAAC70F31B1D84A461 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = BAC103126493FCA9DC307BF91F51572A /* PEAR-FileManager-iOS.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = dwarf; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/PEAR-FileManager-iOS/PEAR-FileManager-iOS-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/PEAR-FileManager-iOS/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/PEAR-FileManager-iOS/PEAR-FileManager-iOS.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = PEAR_FileManager_iOS; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 1BD8423F9E51E0E25A5BC39E697CBF01 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 31EC73DD2649E7FFDFFC27FD45896BD4 /* FBSnapshotTestCase.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = dwarf; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/FBSnapshotTestCase/FBSnapshotTestCase-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/FBSnapshotTestCase/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/FBSnapshotTestCase/FBSnapshotTestCase.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = FBSnapshotTestCase; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 2952B3C6909CF79419E899529474B8A5 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 9563F7F11E1375F4565A5DA733FCE9DA /* AFNetworking.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/AFNetworking/AFNetworking-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/AFNetworking/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/AFNetworking/AFNetworking.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = AFNetworking; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 2F914909F85A5B7FA381E7629A0FFB17 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 904082EBDFF32BCD467F6A45BF9EBB63 /* Expecta+Snapshots.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/Expecta+Snapshots/Expecta+Snapshots-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Expecta+Snapshots/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/Expecta+Snapshots/Expecta+Snapshots.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = Expecta_Snapshots; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 354F1BD2DC80FA1805227D1546F7B5FB /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 218AF1ECF876B28B484AD438E085D491 /* PNObject.xcconfig */; - buildSettings = { - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "Target Support Files/PNObject/ResourceBundle-PNObject-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - PRODUCT_NAME = PNObject; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 373349C30AA02CB77851CFF553DFAE5C /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 904082EBDFF32BCD467F6A45BF9EBB63 /* Expecta+Snapshots.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = dwarf; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/Expecta+Snapshots/Expecta+Snapshots-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Expecta+Snapshots/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/Expecta+Snapshots/Expecta+Snapshots.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = Expecta_Snapshots; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 3D3FB8B3EBA11EB365D2AE5ABD6CC361 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = F872FBD57D98CFC3DE47AD9A270264B9 /* Pods-PNObject_Tests.release.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "Target Support Files/Pods-PNObject_Tests/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-PNObject_Tests/Pods-PNObject_Tests.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = Pods_PNObject_Tests; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 507745840DAA44890B647BBFD832ED37 /* Debug */ = { + 084662295C6CAB66DD5D57D9E11191F8 /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = D11A9BD0CFE1E520AE71DC4403614790 /* Pods-PNObject_Example.debug.xcconfig */; buildSettings = { @@ -2448,22 +2409,226 @@ }; name = Debug; }; - 61A178E7BF297D56213BB4BF218463C9 /* Release */ = { + 096210B7B84F8CA4FEF263DD6CC82AEA /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C9C90AD238A313B46BF94AE78706DCB4 /* NSDate_Utils.xcconfig */; + baseConfigurationReference = 0876F8FA4FF252BE3F920265DD120DB9 /* NSDate_Utils.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = dwarf; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/NSDate_Utils/NSDate_Utils-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/NSDate_Utils/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/NSDate_Utils/NSDate_Utils.modulemap"; + MTL_ENABLE_DEBUG_INFO = YES; + PRODUCT_NAME = NSDate_Utils; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 12AE6F83274C7A824845A8BF52BA16DF /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 8D32D3C79A30B91870C0C67DA6671613 /* FBSnapshotTestCase.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/FBSnapshotTestCase/FBSnapshotTestCase-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/FBSnapshotTestCase/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/FBSnapshotTestCase/FBSnapshotTestCase.modulemap"; + MTL_ENABLE_DEBUG_INFO = NO; + PRODUCT_NAME = FBSnapshotTestCase; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + 18F3430617D125CAAC70F31B1D84A461 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = C52CB957F23B5D24CA1AEAD7E551BB83 /* PEAR-FileManager-iOS.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = dwarf; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/PEAR-FileManager-iOS/PEAR-FileManager-iOS-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/PEAR-FileManager-iOS/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/PEAR-FileManager-iOS/PEAR-FileManager-iOS.modulemap"; + MTL_ENABLE_DEBUG_INFO = YES; + PRODUCT_NAME = PEAR_FileManager_iOS; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 1BD8423F9E51E0E25A5BC39E697CBF01 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 8D32D3C79A30B91870C0C67DA6671613 /* FBSnapshotTestCase.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = dwarf; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/FBSnapshotTestCase/FBSnapshotTestCase-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/FBSnapshotTestCase/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/FBSnapshotTestCase/FBSnapshotTestCase.modulemap"; + MTL_ENABLE_DEBUG_INFO = YES; + PRODUCT_NAME = FBSnapshotTestCase; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 2952B3C6909CF79419E899529474B8A5 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = D37F88A59F0C14892926BE065FC89404 /* AFNetworking.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/AFNetworking/AFNetworking-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/AFNetworking/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/AFNetworking/AFNetworking.modulemap"; + MTL_ENABLE_DEBUG_INFO = NO; + PRODUCT_NAME = AFNetworking; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + 2F914909F85A5B7FA381E7629A0FFB17 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = AFBEE3F191A2DD5E27F198062E651C61 /* Expecta+Snapshots.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/Expecta+Snapshots/Expecta+Snapshots-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Expecta+Snapshots/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/Expecta+Snapshots/Expecta+Snapshots.modulemap"; + MTL_ENABLE_DEBUG_INFO = NO; + PRODUCT_NAME = Expecta_Snapshots; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + 373349C30AA02CB77851CFF553DFAE5C /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = AFBEE3F191A2DD5E27F198062E651C61 /* Expecta+Snapshots.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = dwarf; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/Expecta+Snapshots/Expecta+Snapshots-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Expecta+Snapshots/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/Expecta+Snapshots/Expecta+Snapshots.modulemap"; + MTL_ENABLE_DEBUG_INFO = YES; + PRODUCT_NAME = Expecta_Snapshots; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 395683ACF81AEF7A5396D98A5CEA7ACE /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 218AF1ECF876B28B484AD438E085D491 /* PNObject.xcconfig */; buildSettings = { ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "Target Support Files/NSDate_Utils/ResourceBundle-NSDate_Utils-Info.plist"; + INFOPLIST_FILE = "Target Support Files/PNObject/ResourceBundle-PNObject-Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; - PRODUCT_NAME = NSDate_Utils; + PRODUCT_NAME = PNObject; SDKROOT = iphoneos; SKIP_INSTALL = YES; WRAPPER_EXTENSION = bundle; }; name = Release; }; - 6D6184185CB3F20B78243D74F918C2FE /* Debug */ = { + 39BD3F87E4EF0DD0C4038E02556316DA /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = EB8B84E4432E9D6D4914A7EB79C467FA /* Pods-PNObject_Tests.debug.xcconfig */; buildSettings = { @@ -2497,9 +2662,9 @@ }; name = Debug; }; - 6D9FA84BB6387F9913EEED4D0C2A7310 /* Release */ = { + 3AE13E0D63F67AD6F372B7D3733BAEF6 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BAC103126493FCA9DC307BF91F51572A /* PEAR-FileManager-iOS.xcconfig */; + baseConfigurationReference = DD8E1EE82922EB0432EEB767927065F4 /* nv-ios-http-status.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -2510,14 +2675,14 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/PEAR-FileManager-iOS/PEAR-FileManager-iOS-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/PEAR-FileManager-iOS/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/nv-ios-http-status/nv-ios-http-status-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/nv-ios-http-status/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/PEAR-FileManager-iOS/PEAR-FileManager-iOS.modulemap"; + MODULEMAP_FILE = "Target Support Files/nv-ios-http-status/nv-ios-http-status.modulemap"; MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = PEAR_FileManager_iOS; + PRODUCT_NAME = nv_ios_http_status; SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; @@ -2526,53 +2691,42 @@ }; name = Release; }; - 6E11BC808504E29F12271C517DC7FB86 /* Debug */ = { + 3DC873954D9368CD07A0F853BA4E34FB /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 218AF1ECF876B28B484AD438E085D491 /* PNObject.xcconfig */; + baseConfigurationReference = F872FBD57D98CFC3DE47AD9A270264B9 /* Pods-PNObject_Tests.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = dwarf; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/PNObject/PNObject-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/PNObject/Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-PNObject_Tests/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/PNObject/PNObject.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = PNObject; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-PNObject_Tests/Pods-PNObject_Tests.modulemap"; + MTL_ENABLE_DEBUG_INFO = NO; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = Pods_PNObject_Tests; SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; - }; - 72E10C157721DA4F8079DD1560E64572 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 4CA3F01C6FCD8C40E554418F47CB254D /* UIDevice-Utils.xcconfig */; - buildSettings = { - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "Target Support Files/UIDevice-Utils/ResourceBundle-UIDevice-Utils-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - PRODUCT_NAME = "UIDevice-Utils"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - WRAPPER_EXTENSION = bundle; - }; name = Release; }; - 731EB71AAE51162CB67D30F2D8D63E61 /* Release */ = { + 41DFCE355B11BA1F8BB60343C7289BD1 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8F63209A7B3EE3ED016CF8977F775084 /* Specta.xcconfig */; + baseConfigurationReference = 1430E1DEB134327B7D2F241CF4873A58 /* Specta.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -2599,9 +2753,9 @@ }; name = Release; }; - 7DF7688F79A559C9598216F5D75FD022 /* Release */ = { + 6018B93A0ACC6A5C6B769C190BCE75B5 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4CA3F01C6FCD8C40E554418F47CB254D /* UIDevice-Utils.xcconfig */; + baseConfigurationReference = DC358092608E035811817A25786F40A6 /* Pods-PNObject_Example.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -2612,14 +2766,91 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/UIDevice-Utils/UIDevice-Utils-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/UIDevice-Utils/Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-PNObject_Example/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/UIDevice-Utils/UIDevice-Utils.modulemap"; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-PNObject_Example/Pods-PNObject_Example.modulemap"; MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = UIDevice_Utils; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = Pods_PNObject_Example; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + 61A178E7BF297D56213BB4BF218463C9 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 0876F8FA4FF252BE3F920265DD120DB9 /* NSDate_Utils.xcconfig */; + buildSettings = { + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + INFOPLIST_FILE = "Target Support Files/NSDate_Utils/ResourceBundle-NSDate_Utils-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + PRODUCT_NAME = NSDate_Utils; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + WRAPPER_EXTENSION = bundle; + }; + name = Release; + }; + 66A6E3C52FA9FD701680D90D501622BD /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 1430E1DEB134327B7D2F241CF4873A58 /* Specta.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = dwarf; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/Specta/Specta-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Specta/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/Specta/Specta.modulemap"; + MTL_ENABLE_DEBUG_INFO = YES; + PRODUCT_NAME = Specta; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 6D9FA84BB6387F9913EEED4D0C2A7310 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = C52CB957F23B5D24CA1AEAD7E551BB83 /* PEAR-FileManager-iOS.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/PEAR-FileManager-iOS/PEAR-FileManager-iOS-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/PEAR-FileManager-iOS/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/PEAR-FileManager-iOS/PEAR-FileManager-iOS.modulemap"; + MTL_ENABLE_DEBUG_INFO = NO; + PRODUCT_NAME = PEAR_FileManager_iOS; SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; @@ -2667,7 +2898,7 @@ }; 86B3AF85DF2958967D7E96849C2BE84C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C2D2620C4D8B7C07CB68366A7BEA9EBA /* Expecta.xcconfig */; + baseConfigurationReference = 4F8AE4909F6B93592D76F8A8F38BA239 /* Expecta.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -2694,35 +2925,6 @@ }; name = Debug; }; - 86B9B849D7550BCF8E5C892F6C1DA3A3 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 4CA3F01C6FCD8C40E554418F47CB254D /* UIDevice-Utils.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = dwarf; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/UIDevice-Utils/UIDevice-Utils-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/UIDevice-Utils/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/UIDevice-Utils/UIDevice-Utils.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = UIDevice_Utils; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; 882EB4391EC2E701934974DA86F7343F /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -2764,9 +2966,68 @@ }; name = Debug; }; + 8D67BF30052FA870471E54E6B868937A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = DD8E1EE82922EB0432EEB767927065F4 /* nv-ios-http-status.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = dwarf; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/nv-ios-http-status/nv-ios-http-status-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/nv-ios-http-status/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/nv-ios-http-status/nv-ios-http-status.modulemap"; + MTL_ENABLE_DEBUG_INFO = YES; + PRODUCT_NAME = nv_ios_http_status; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 9F3310067CB5CA49D8E468DFA6D51B06 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = C9E514F6AEA6EAE70D95B22CDF7470C3 /* UIDevice-Utils.xcconfig */; + buildSettings = { + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + INFOPLIST_FILE = "Target Support Files/UIDevice-Utils/ResourceBundle-UIDevice-Utils-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + PRODUCT_NAME = "UIDevice-Utils"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + WRAPPER_EXTENSION = bundle; + }; + name = Debug; + }; + 9FC31FB36391FD6308A4EDA87550F644 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 218AF1ECF876B28B484AD438E085D491 /* PNObject.xcconfig */; + buildSettings = { + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + INFOPLIST_FILE = "Target Support Files/PNObject/ResourceBundle-PNObject-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + PRODUCT_NAME = PNObject; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + WRAPPER_EXTENSION = bundle; + }; + name = Debug; + }; A995C0FF0D9A9E9226F1AF23ED8B68AF /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C9C90AD238A313B46BF94AE78706DCB4 /* NSDate_Utils.xcconfig */; + baseConfigurationReference = 0876F8FA4FF252BE3F920265DD120DB9 /* NSDate_Utils.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -2795,7 +3056,7 @@ }; AC044B65E2FB02CB420DF9AE625B92F2 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9563F7F11E1375F4565A5DA733FCE9DA /* AFNetworking.xcconfig */; + baseConfigurationReference = D37F88A59F0C14892926BE065FC89404 /* AFNetworking.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -2822,42 +3083,24 @@ }; name = Debug; }; - B6A56B695F9C018A282BA8B6C67AB518 /* Release */ = { + AC8F37979E40078EA06D64724B20BAE7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = DC358092608E035811817A25786F40A6 /* Pods-PNObject_Example.release.xcconfig */; + baseConfigurationReference = C9E514F6AEA6EAE70D95B22CDF7470C3 /* UIDevice-Utils.xcconfig */; buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "Target Support Files/Pods-PNObject_Example/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + INFOPLIST_FILE = "Target Support Files/UIDevice-Utils/ResourceBundle-UIDevice-Utils-Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-PNObject_Example/Pods-PNObject_Example.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = Pods_PNObject_Example; + PRODUCT_NAME = "UIDevice-Utils"; SDKROOT = iphoneos; SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; + WRAPPER_EXTENSION = bundle; }; name = Release; }; - B7B2764B793FD177A9C6588E6E15AF39 /* Debug */ = { + B5CB8BD3AF20B773543BA9E5BF177253 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8F63209A7B3EE3ED016CF8977F775084 /* Specta.xcconfig */; + baseConfigurationReference = 218AF1ECF876B28B484AD438E085D491 /* PNObject.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -2868,14 +3111,14 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/Specta/Specta-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Specta/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/PNObject/PNObject-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/PNObject/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/Specta/Specta.modulemap"; + MODULEMAP_FILE = "Target Support Files/PNObject/PNObject.modulemap"; MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = Specta; + PRODUCT_NAME = PNObject; SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; @@ -2886,7 +3129,7 @@ }; C7953110A6CE153C5E106CB8CF3D552C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C9C90AD238A313B46BF94AE78706DCB4 /* NSDate_Utils.xcconfig */; + baseConfigurationReference = 0876F8FA4FF252BE3F920265DD120DB9 /* NSDate_Utils.xcconfig */; buildSettings = { ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; @@ -2899,51 +3142,7 @@ }; name = Debug; }; - DD7D5F1D54D7015F36635951E0F5E50F /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 4CA3F01C6FCD8C40E554418F47CB254D /* UIDevice-Utils.xcconfig */; - buildSettings = { - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "Target Support Files/UIDevice-Utils/ResourceBundle-UIDevice-Utils-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - PRODUCT_NAME = "UIDevice-Utils"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - F24F328AA1CFC9A061F629C917D03F44 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C2D2620C4D8B7C07CB68366A7BEA9EBA /* Expecta.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/Expecta/Expecta-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Expecta/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/Expecta/Expecta.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = Expecta; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - F2A7266B5D625B4ADD465D09865DA428 /* Release */ = { + DC84FCFC48AE123419B158096EE78698 /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = 218AF1ECF876B28B484AD438E085D491 /* PNObject.xcconfig */; buildSettings = { @@ -2972,14 +3171,119 @@ }; name = Release; }; + F24F328AA1CFC9A061F629C917D03F44 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 4F8AE4909F6B93592D76F8A8F38BA239 /* Expecta.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/Expecta/Expecta-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Expecta/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/Expecta/Expecta.modulemap"; + MTL_ENABLE_DEBUG_INFO = NO; + PRODUCT_NAME = Expecta; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + F443FD0778CF445A85FC569F0595CBF9 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = C9E514F6AEA6EAE70D95B22CDF7470C3 /* UIDevice-Utils.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = dwarf; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/UIDevice-Utils/UIDevice-Utils-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/UIDevice-Utils/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/UIDevice-Utils/UIDevice-Utils.modulemap"; + MTL_ENABLE_DEBUG_INFO = YES; + PRODUCT_NAME = UIDevice_Utils; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + FEDA8A93FD2B3D9A76C744254F8DBA0E /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = C9E514F6AEA6EAE70D95B22CDF7470C3 /* UIDevice-Utils.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/UIDevice-Utils/UIDevice-Utils-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/UIDevice-Utils/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/UIDevice-Utils/UIDevice-Utils.modulemap"; + MTL_ENABLE_DEBUG_INFO = NO; + PRODUCT_NAME = UIDevice_Utils; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 032B8D3418D9574DB7585B151C01CB2E /* Build configuration list for PBXNativeTarget "Specta" */ = { + 044B0C71D5046C8F511FCCADE2469BFE /* Build configuration list for PBXNativeTarget "UIDevice-Utils-UIDevice-Utils" */ = { isa = XCConfigurationList; buildConfigurations = ( - B7B2764B793FD177A9C6588E6E15AF39 /* Debug */, - 731EB71AAE51162CB67D30F2D8D63E61 /* Release */, + 9F3310067CB5CA49D8E468DFA6D51B06 /* Debug */, + AC8F37979E40078EA06D64724B20BAE7 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 04AC1F9055990B308D3F0A2D5A632E36 /* Build configuration list for PBXNativeTarget "Pods-PNObject_Tests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 39BD3F87E4EF0DD0C4038E02556316DA /* Debug */, + 3DC873954D9368CD07A0F853BA4E34FB /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 2676BBAC351247C91E81918B155E5E0C /* Build configuration list for PBXNativeTarget "Specta" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 66A6E3C52FA9FD701680D90D501622BD /* Debug */, + 41DFCE355B11BA1F8BB60343C7289BD1 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -2993,29 +3297,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 348BF22150DD36149AC99C0D4D2EC068 /* Build configuration list for PBXNativeTarget "PNObject" */ = { + 39A07BC080A4BB5CA7A9607B1B143AF6 /* Build configuration list for PBXNativeTarget "nv-ios-http-status" */ = { isa = XCConfigurationList; buildConfigurations = ( - 6E11BC808504E29F12271C517DC7FB86 /* Debug */, - F2A7266B5D625B4ADD465D09865DA428 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 42A0294C794D4EE020CA257E3A01B114 /* Build configuration list for PBXNativeTarget "UIDevice-Utils-UIDevice-Utils" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - DD7D5F1D54D7015F36635951E0F5E50F /* Debug */, - 72E10C157721DA4F8079DD1560E64572 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 510A79AB4C41CF34A364A859EB66856F /* Build configuration list for PBXNativeTarget "Pods-PNObject_Tests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 6D6184185CB3F20B78243D74F918C2FE /* Debug */, - 3D3FB8B3EBA11EB365D2AE5ABD6CC361 /* Release */, + 8D67BF30052FA870471E54E6B868937A /* Debug */, + 3AE13E0D63F67AD6F372B7D3733BAEF6 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -3056,11 +3342,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - A72D32D24FDEC5ABE522D499900CD632 /* Build configuration list for PBXNativeTarget "UIDevice-Utils" */ = { + 938AD4FE2BEF7C7FE99AD6D53EAF6ACC /* Build configuration list for PBXNativeTarget "UIDevice-Utils" */ = { isa = XCConfigurationList; buildConfigurations = ( - 86B9B849D7550BCF8E5C892F6C1DA3A3 /* Debug */, - 7DF7688F79A559C9598216F5D75FD022 /* Release */, + F443FD0778CF445A85FC569F0595CBF9 /* Debug */, + FEDA8A93FD2B3D9A76C744254F8DBA0E /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -3074,11 +3360,20 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - C162623A8C03367E01ED7B8E8ACC5D78 /* Build configuration list for PBXNativeTarget "Pods-PNObject_Example" */ = { + D29E33DC9CA690FF8345E8CE7DDF48EB /* Build configuration list for PBXNativeTarget "PNObject" */ = { isa = XCConfigurationList; buildConfigurations = ( - 507745840DAA44890B647BBFD832ED37 /* Debug */, - B6A56B695F9C018A282BA8B6C67AB518 /* Release */, + B5CB8BD3AF20B773543BA9E5BF177253 /* Debug */, + DC84FCFC48AE123419B158096EE78698 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + D5A069335B7E24C3F9ECFF48ABB665B8 /* Build configuration list for PBXNativeTarget "Pods-PNObject_Example" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 084662295C6CAB66DD5D57D9E11191F8 /* Debug */, + 6018B93A0ACC6A5C6B769C190BCE75B5 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -3101,11 +3396,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - DF989BB33A6B7A3A796D2F32AED6A4EE /* Build configuration list for PBXNativeTarget "PNObject-PNObject" */ = { + F2A6CDE0AA52EBCF567875DE92B9C936 /* Build configuration list for PBXNativeTarget "PNObject-PNObject" */ = { isa = XCConfigurationList; buildConfigurations = ( - 354F1BD2DC80FA1805227D1546F7B5FB /* Debug */, - 0285B0FFD8323819EC66E9A0BAC0A044 /* Release */, + 9FC31FB36391FD6308A4EDA87550F644 /* Debug */, + 395683ACF81AEF7A5396D98A5CEA7ACE /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; diff --git a/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/PNObject.xcscheme b/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/PNObject.xcscheme index dfb6228..868ae51 100644 --- a/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/PNObject.xcscheme +++ b/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/PNObject.xcscheme @@ -14,7 +14,7 @@ buildForArchiving = "YES"> diff --git a/Example/Pods/Target Support Files/PNObject/Info.plist b/Example/Pods/Target Support Files/PNObject/Info.plist index f92230d..161a9d3 100644 --- a/Example/Pods/Target Support Files/PNObject/Info.plist +++ b/Example/Pods/Target Support Files/PNObject/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.3.0 + 0.1.0 CFBundleSignature ???? CFBundleVersion diff --git a/Example/Pods/Target Support Files/PNObject/PNObject-umbrella.h b/Example/Pods/Target Support Files/PNObject/PNObject-umbrella.h index 3a359d7..d3b280c 100644 --- a/Example/Pods/Target Support Files/PNObject/PNObject-umbrella.h +++ b/Example/Pods/Target Support Files/PNObject/PNObject-umbrella.h @@ -2,8 +2,8 @@ #import "PNObject.h" #import "PNObjectConfig.h" +#import "PNObjectModel.h" #import "PNObjectProperty.h" -#import "PNObjectSubclassing.h" #import "PNAddress.h" #import "PNLocation.h" #import "PNUser.h" diff --git a/Example/Pods/Target Support Files/PNObject/ResourceBundle-PNObject-Info.plist b/Example/Pods/Target Support Files/PNObject/ResourceBundle-PNObject-Info.plist index 4debf9f..aec6281 100644 --- a/Example/Pods/Target Support Files/PNObject/ResourceBundle-PNObject-Info.plist +++ b/Example/Pods/Target Support Files/PNObject/ResourceBundle-PNObject-Info.plist @@ -13,7 +13,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 0.3.0 + 0.1.0 CFBundleSignature ???? CFBundleVersion diff --git a/Example/Pods/Target Support Files/Pods-PNObject_Example/Pods-PNObject_Example-acknowledgements.markdown b/Example/Pods/Target Support Files/Pods-PNObject_Example/Pods-PNObject_Example-acknowledgements.markdown index c11433a..d76fcce 100644 --- a/Example/Pods/Target Support Files/Pods-PNObject_Example/Pods-PNObject_Example-acknowledgements.markdown +++ b/Example/Pods/Target Support Files/Pods-PNObject_Example/Pods-PNObject_Example-acknowledgements.markdown @@ -116,4 +116,210 @@ 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. + +## nv-ios-http-status + + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Generated by CocoaPods - https://cocoapods.org diff --git a/Example/Pods/Target Support Files/Pods-PNObject_Example/Pods-PNObject_Example-acknowledgements.plist b/Example/Pods/Target Support Files/Pods-PNObject_Example/Pods-PNObject_Example-acknowledgements.plist index 736a3c5..e10a583 100644 --- a/Example/Pods/Target Support Files/Pods-PNObject_Example/Pods-PNObject_Example-acknowledgements.plist +++ b/Example/Pods/Target Support Files/Pods-PNObject_Example/Pods-PNObject_Example-acknowledgements.plist @@ -148,6 +148,216 @@ THE SOFTWARE. Type PSGroupSpecifier + + FooterText + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + Title + nv-ios-http-status + Type + PSGroupSpecifier + FooterText Generated by CocoaPods - https://cocoapods.org diff --git a/Example/Pods/Target Support Files/Pods-PNObject_Example/Pods-PNObject_Example-frameworks.sh b/Example/Pods/Target Support Files/Pods-PNObject_Example/Pods-PNObject_Example-frameworks.sh index 1bd1885..071854c 100755 --- a/Example/Pods/Target Support Files/Pods-PNObject_Example/Pods-PNObject_Example-frameworks.sh +++ b/Example/Pods/Target Support Files/Pods-PNObject_Example/Pods-PNObject_Example-frameworks.sh @@ -89,6 +89,7 @@ if [[ "$CONFIGURATION" == "Debug" ]]; then install_framework "Pods-PNObject_Example/PEAR_FileManager_iOS.framework" install_framework "Pods-PNObject_Example/PNObject.framework" install_framework "Pods-PNObject_Example/UIDevice_Utils.framework" + install_framework "Pods-PNObject_Example/nv_ios_http_status.framework" fi if [[ "$CONFIGURATION" == "Release" ]]; then install_framework "Pods-PNObject_Example/AFNetworking.framework" @@ -96,4 +97,5 @@ if [[ "$CONFIGURATION" == "Release" ]]; then install_framework "Pods-PNObject_Example/PEAR_FileManager_iOS.framework" install_framework "Pods-PNObject_Example/PNObject.framework" install_framework "Pods-PNObject_Example/UIDevice_Utils.framework" + install_framework "Pods-PNObject_Example/nv_ios_http_status.framework" fi diff --git a/Example/Pods/Target Support Files/Pods-PNObject_Example/Pods-PNObject_Example.debug.xcconfig b/Example/Pods/Target Support Files/Pods-PNObject_Example/Pods-PNObject_Example.debug.xcconfig index ae8c014..1b9d8c0 100644 --- a/Example/Pods/Target Support Files/Pods-PNObject_Example/Pods-PNObject_Example.debug.xcconfig +++ b/Example/Pods/Target Support Files/Pods-PNObject_Example/Pods-PNObject_Example.debug.xcconfig @@ -1,6 +1,6 @@ GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_CFLAGS = $(inherited) -iquote "$CONFIGURATION_BUILD_DIR/AFNetworking.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/NSDate_Utils.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/PEAR_FileManager_iOS.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/PNObject.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/UIDevice_Utils.framework/Headers" -OTHER_LDFLAGS = $(inherited) -framework "AFNetworking" -framework "NSDate_Utils" -framework "PEAR_FileManager_iOS" -framework "PNObject" -framework "UIDevice_Utils" +OTHER_CFLAGS = $(inherited) -iquote "$CONFIGURATION_BUILD_DIR/AFNetworking.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/NSDate_Utils.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/PEAR_FileManager_iOS.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/PNObject.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/UIDevice_Utils.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/nv_ios_http_status.framework/Headers" +OTHER_LDFLAGS = $(inherited) -framework "AFNetworking" -framework "NSDate_Utils" -framework "PEAR_FileManager_iOS" -framework "PNObject" -framework "UIDevice_Utils" -framework "nv_ios_http_status" PODS_FRAMEWORK_BUILD_PATH = $(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Pods-PNObject_Example PODS_ROOT = ${SRCROOT}/Pods diff --git a/Example/Pods/Target Support Files/Pods-PNObject_Example/Pods-PNObject_Example.release.xcconfig b/Example/Pods/Target Support Files/Pods-PNObject_Example/Pods-PNObject_Example.release.xcconfig index ae8c014..1b9d8c0 100644 --- a/Example/Pods/Target Support Files/Pods-PNObject_Example/Pods-PNObject_Example.release.xcconfig +++ b/Example/Pods/Target Support Files/Pods-PNObject_Example/Pods-PNObject_Example.release.xcconfig @@ -1,6 +1,6 @@ GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_CFLAGS = $(inherited) -iquote "$CONFIGURATION_BUILD_DIR/AFNetworking.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/NSDate_Utils.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/PEAR_FileManager_iOS.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/PNObject.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/UIDevice_Utils.framework/Headers" -OTHER_LDFLAGS = $(inherited) -framework "AFNetworking" -framework "NSDate_Utils" -framework "PEAR_FileManager_iOS" -framework "PNObject" -framework "UIDevice_Utils" +OTHER_CFLAGS = $(inherited) -iquote "$CONFIGURATION_BUILD_DIR/AFNetworking.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/NSDate_Utils.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/PEAR_FileManager_iOS.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/PNObject.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/UIDevice_Utils.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/nv_ios_http_status.framework/Headers" +OTHER_LDFLAGS = $(inherited) -framework "AFNetworking" -framework "NSDate_Utils" -framework "PEAR_FileManager_iOS" -framework "PNObject" -framework "UIDevice_Utils" -framework "nv_ios_http_status" PODS_FRAMEWORK_BUILD_PATH = $(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Pods-PNObject_Example PODS_ROOT = ${SRCROOT}/Pods diff --git a/Example/Pods/Target Support Files/Pods-PNObject_Tests/Pods-PNObject_Tests-acknowledgements.markdown b/Example/Pods/Target Support Files/Pods-PNObject_Tests/Pods-PNObject_Tests-acknowledgements.markdown index 6f6af0a..620a4f6 100644 --- a/Example/Pods/Target Support Files/Pods-PNObject_Tests/Pods-PNObject_Tests-acknowledgements.markdown +++ b/Example/Pods/Target Support Files/Pods-PNObject_Tests/Pods-PNObject_Tests-acknowledgements.markdown @@ -24,6 +24,53 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +## NSDate_Utils + +Copyright (c) 2015 Giuseppe Nucifora + +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. + + +## PEAR-FileManager-iOS + +Copyright (c) <2015> Hiroki Umatani PEAR + + +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. + + ## PNObject Copyright (c) 2015 Giuseppe Nucifora @@ -47,6 +94,235 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +## UIDevice-Utils + +Copyright (c) 2015 Giuseppe Nucifora + +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. + + +## nv-ios-http-status + + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + ## Expecta Copyright (c) 2011-2015 Specta Team - https://github.com/specta diff --git a/Example/Pods/Target Support Files/Pods-PNObject_Tests/Pods-PNObject_Tests-acknowledgements.plist b/Example/Pods/Target Support Files/Pods-PNObject_Tests/Pods-PNObject_Tests-acknowledgements.plist index b7971b9..460478b 100644 --- a/Example/Pods/Target Support Files/Pods-PNObject_Tests/Pods-PNObject_Tests-acknowledgements.plist +++ b/Example/Pods/Target Support Files/Pods-PNObject_Tests/Pods-PNObject_Tests-acknowledgements.plist @@ -53,6 +53,61 @@ 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 + NSDate_Utils + Type + PSGroupSpecifier + + + FooterText + Copyright (c) <2015> Hiroki Umatani PEAR + + +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 + PEAR-FileManager-iOS + Type + PSGroupSpecifier + + + FooterText + Copyright (c) 2015 Giuseppe Nucifora <me@giuseppenucifora.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 @@ -66,6 +121,243 @@ THE SOFTWARE. Type PSGroupSpecifier + + FooterText + Copyright (c) 2015 Giuseppe Nucifora <me@giuseppenucifora.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 + UIDevice-Utils + Type + PSGroupSpecifier + + + FooterText + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + Title + nv-ios-http-status + Type + PSGroupSpecifier + FooterText Copyright (c) 2011-2015 Specta Team - https://github.com/specta diff --git a/Example/Pods/Target Support Files/Pods-PNObject_Tests/Pods-PNObject_Tests-frameworks.sh b/Example/Pods/Target Support Files/Pods-PNObject_Tests/Pods-PNObject_Tests-frameworks.sh index dad60c8..c702825 100755 --- a/Example/Pods/Target Support Files/Pods-PNObject_Tests/Pods-PNObject_Tests-frameworks.sh +++ b/Example/Pods/Target Support Files/Pods-PNObject_Tests/Pods-PNObject_Tests-frameworks.sh @@ -85,7 +85,11 @@ strip_invalid_archs() { if [[ "$CONFIGURATION" == "Debug" ]]; then install_framework "Pods-PNObject_Tests/AFNetworking.framework" + install_framework "Pods-PNObject_Tests/NSDate_Utils.framework" + install_framework "Pods-PNObject_Tests/PEAR_FileManager_iOS.framework" install_framework "Pods-PNObject_Tests/PNObject.framework" + install_framework "Pods-PNObject_Tests/UIDevice_Utils.framework" + install_framework "Pods-PNObject_Tests/nv_ios_http_status.framework" install_framework "Pods-PNObject_Tests/Expecta.framework" install_framework "Pods-PNObject_Tests/Expecta_Snapshots.framework" install_framework "Pods-PNObject_Tests/FBSnapshotTestCase.framework" @@ -93,7 +97,11 @@ if [[ "$CONFIGURATION" == "Debug" ]]; then fi if [[ "$CONFIGURATION" == "Release" ]]; then install_framework "Pods-PNObject_Tests/AFNetworking.framework" + install_framework "Pods-PNObject_Tests/NSDate_Utils.framework" + install_framework "Pods-PNObject_Tests/PEAR_FileManager_iOS.framework" install_framework "Pods-PNObject_Tests/PNObject.framework" + install_framework "Pods-PNObject_Tests/UIDevice_Utils.framework" + install_framework "Pods-PNObject_Tests/nv_ios_http_status.framework" install_framework "Pods-PNObject_Tests/Expecta.framework" install_framework "Pods-PNObject_Tests/Expecta_Snapshots.framework" install_framework "Pods-PNObject_Tests/FBSnapshotTestCase.framework" diff --git a/Example/Pods/Target Support Files/Pods-PNObject_Tests/Pods-PNObject_Tests.debug.xcconfig b/Example/Pods/Target Support Files/Pods-PNObject_Tests/Pods-PNObject_Tests.debug.xcconfig index 2984269..9819720 100644 --- a/Example/Pods/Target Support Files/Pods-PNObject_Tests/Pods-PNObject_Tests.debug.xcconfig +++ b/Example/Pods/Target Support Files/Pods-PNObject_Tests/Pods-PNObject_Tests.debug.xcconfig @@ -1,8 +1,8 @@ EMBEDDED_CONTENT_CONTAINS_SWIFT = YES GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_CFLAGS = $(inherited) -iquote "$CONFIGURATION_BUILD_DIR/AFNetworking.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/Expecta.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/Expecta_Snapshots.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/FBSnapshotTestCase.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/PNObject.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/Specta.framework/Headers" -OTHER_LDFLAGS = $(inherited) -framework "AFNetworking" -framework "Expecta" -framework "Expecta_Snapshots" -framework "FBSnapshotTestCase" -framework "PNObject" -framework "Specta" +OTHER_CFLAGS = $(inherited) -iquote "$CONFIGURATION_BUILD_DIR/AFNetworking.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/Expecta.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/Expecta_Snapshots.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/FBSnapshotTestCase.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/NSDate_Utils.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/PEAR_FileManager_iOS.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/PNObject.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/Specta.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/UIDevice_Utils.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/nv_ios_http_status.framework/Headers" +OTHER_LDFLAGS = $(inherited) -framework "AFNetworking" -framework "Expecta" -framework "Expecta_Snapshots" -framework "FBSnapshotTestCase" -framework "NSDate_Utils" -framework "PEAR_FileManager_iOS" -framework "PNObject" -framework "Specta" -framework "UIDevice_Utils" -framework "nv_ios_http_status" OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" PODS_FRAMEWORK_BUILD_PATH = $(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Pods-PNObject_Tests PODS_ROOT = ${SRCROOT}/Pods diff --git a/Example/Pods/Target Support Files/Pods-PNObject_Tests/Pods-PNObject_Tests.release.xcconfig b/Example/Pods/Target Support Files/Pods-PNObject_Tests/Pods-PNObject_Tests.release.xcconfig index 2984269..9819720 100644 --- a/Example/Pods/Target Support Files/Pods-PNObject_Tests/Pods-PNObject_Tests.release.xcconfig +++ b/Example/Pods/Target Support Files/Pods-PNObject_Tests/Pods-PNObject_Tests.release.xcconfig @@ -1,8 +1,8 @@ EMBEDDED_CONTENT_CONTAINS_SWIFT = YES GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_CFLAGS = $(inherited) -iquote "$CONFIGURATION_BUILD_DIR/AFNetworking.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/Expecta.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/Expecta_Snapshots.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/FBSnapshotTestCase.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/PNObject.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/Specta.framework/Headers" -OTHER_LDFLAGS = $(inherited) -framework "AFNetworking" -framework "Expecta" -framework "Expecta_Snapshots" -framework "FBSnapshotTestCase" -framework "PNObject" -framework "Specta" +OTHER_CFLAGS = $(inherited) -iquote "$CONFIGURATION_BUILD_DIR/AFNetworking.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/Expecta.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/Expecta_Snapshots.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/FBSnapshotTestCase.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/NSDate_Utils.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/PEAR_FileManager_iOS.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/PNObject.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/Specta.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/UIDevice_Utils.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/nv_ios_http_status.framework/Headers" +OTHER_LDFLAGS = $(inherited) -framework "AFNetworking" -framework "Expecta" -framework "Expecta_Snapshots" -framework "FBSnapshotTestCase" -framework "NSDate_Utils" -framework "PEAR_FileManager_iOS" -framework "PNObject" -framework "Specta" -framework "UIDevice_Utils" -framework "nv_ios_http_status" OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" PODS_FRAMEWORK_BUILD_PATH = $(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Pods-PNObject_Tests PODS_ROOT = ${SRCROOT}/Pods diff --git a/Example/Pods/Target Support Files/nv-ios-http-status/Info.plist b/Example/Pods/Target Support Files/nv-ios-http-status/Info.plist new file mode 100644 index 0000000..cba2585 --- /dev/null +++ b/Example/Pods/Target Support Files/nv-ios-http-status/Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 0.0.1 + CFBundleSignature + ???? + CFBundleVersion + ${CURRENT_PROJECT_VERSION} + NSPrincipalClass + + + diff --git a/Example/Pods/Target Support Files/nv-ios-http-status/nv-ios-http-status-dummy.m b/Example/Pods/Target Support Files/nv-ios-http-status/nv-ios-http-status-dummy.m new file mode 100644 index 0000000..20b06b0 --- /dev/null +++ b/Example/Pods/Target Support Files/nv-ios-http-status/nv-ios-http-status-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_nv_ios_http_status : NSObject +@end +@implementation PodsDummy_nv_ios_http_status +@end diff --git a/Example/Pods/Target Support Files/nv-ios-http-status/nv-ios-http-status-prefix.pch b/Example/Pods/Target Support Files/nv-ios-http-status/nv-ios-http-status-prefix.pch new file mode 100644 index 0000000..aa992a4 --- /dev/null +++ b/Example/Pods/Target Support Files/nv-ios-http-status/nv-ios-http-status-prefix.pch @@ -0,0 +1,4 @@ +#ifdef __OBJC__ +#import +#endif + diff --git a/Example/Pods/Target Support Files/nv-ios-http-status/nv-ios-http-status-umbrella.h b/Example/Pods/Target Support Files/nv-ios-http-status/nv-ios-http-status-umbrella.h new file mode 100644 index 0000000..5e5e2e6 --- /dev/null +++ b/Example/Pods/Target Support Files/nv-ios-http-status/nv-ios-http-status-umbrella.h @@ -0,0 +1,8 @@ +#import + +#import "HTTPStatusCodes.h" +#import "nv_ios_http_status.h" + +FOUNDATION_EXPORT double nv_ios_http_statusVersionNumber; +FOUNDATION_EXPORT const unsigned char nv_ios_http_statusVersionString[]; + diff --git a/Example/Pods/Target Support Files/nv-ios-http-status/nv-ios-http-status.modulemap b/Example/Pods/Target Support Files/nv-ios-http-status/nv-ios-http-status.modulemap new file mode 100644 index 0000000..2568474 --- /dev/null +++ b/Example/Pods/Target Support Files/nv-ios-http-status/nv-ios-http-status.modulemap @@ -0,0 +1,6 @@ +framework module nv_ios_http_status { + umbrella header "nv-ios-http-status-umbrella.h" + + export * + module * { export * } +} diff --git a/Example/Pods/Target Support Files/nv-ios-http-status/nv-ios-http-status.xcconfig b/Example/Pods/Target Support Files/nv-ios-http-status/nv-ios-http-status.xcconfig new file mode 100644 index 0000000..5b4e8a0 --- /dev/null +++ b/Example/Pods/Target Support Files/nv-ios-http-status/nv-ios-http-status.xcconfig @@ -0,0 +1,5 @@ +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" +PODS_ROOT = ${SRCROOT} +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES diff --git a/Example/Pods/nv-ios-http-status/LICENSE b/Example/Pods/nv-ios-http-status/LICENSE new file mode 100644 index 0000000..d645695 --- /dev/null +++ b/Example/Pods/nv-ios-http-status/LICENSE @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/Example/Pods/nv-ios-http-status/README.md b/Example/Pods/nv-ios-http-status/README.md new file mode 100644 index 0000000..598bb54 --- /dev/null +++ b/Example/Pods/nv-ios-http-status/README.md @@ -0,0 +1,57 @@ +nv-ios-http-status +================== + + +Overview +-------- + +This project provides a header file that lists HTTP status codes, +mainly for iOS programming. A typedef enum, HTTPStatusCode, contains +entries whose name start with kHTTPStatusCode such as kHTTPStatusCodeOK. + +The initial version of the list of HTTP status codes (HTTPStatusCodes.h) +was written based on the list at Wikipedia ([List of HTTP status codes] +(http://en.wikipedia.org/wiki/List_of_HTTP_status_codes)) on April 20, +2013. + +Note that unofficial HTTP status codes are included and some of +such variants can be excluded by defining HTTP_STATUS_CODES_EXLUCE_xxx. + + +License +------- + +Apache License, Version 2.0 + + +Download +-------- + + git clone https://github.com/TakahikoKawasaki/nv-ios-http-status.git + + +Example +------- + + #import "HTTPStatusCodes.h" + + ...... + + - (void)connection:(NSURLConnection *)connection didReceiveResponse:(NSURLResponse *)response + { + NSHTTPURLResponse *res = (NSHTTPURLResponse *)response; + + switch ([res statusCode]) + { + case kHTTPStatusCodeOK: + ......; + } + + ...... + } + + +Author +------ + +Takahiko Kawasaki, Neo Visionaries Inc. diff --git a/Example/Pods/nv-ios-http-status/nv-ios-http-status/HTTPStatusCodes.h b/Example/Pods/nv-ios-http-status/nv-ios-http-status/HTTPStatusCodes.h new file mode 100644 index 0000000..1c99c9d --- /dev/null +++ b/Example/Pods/nv-ios-http-status/nv-ios-http-status/HTTPStatusCodes.h @@ -0,0 +1,582 @@ +/* + * Copyright (C) 2013 Neo Visionaries Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + + +#ifndef HTTPStatusCodes_h +#define HTTPStatusCodes_h + + +//---------------------------------------------------------------------- +// Typedef +//---------------------------------------------------------------------- + +/** + * HTTP status codes. + * + * The list here is based on the description at Wikipedia. + * The initial version of this list was written on April 20, 2013. + * + * @see List of HTTP status codes + */ +typedef enum +{ + /*-------------------------------------------------- + * 1xx Informational + *------------------------------------------------*/ + + /** + * 100 Continue. + */ + kHTTPStatusCodeContinue = 100, + + /** + * 101 Switching Protocols. + */ + kHTTPStatusCodeSwitchingProtocols = 101, + +#if !defined(HTTP_STATUS_CODES_EXCLUDE_WEBDAV) && !defined(HTTP_STATUS_CODES_EXCLUDE_RFC_2518) + /** + * 103 Processing (WebDAV; RFC 2518). + */ + kHTTPStatusCodeProcessing = 102, +#endif + + /*-------------------------------------------------- + * 2xx Success + *------------------------------------------------*/ + + /** + * 200 OK. + */ + kHTTPStatusCodeOK = 200, + + /** + * 201 Created. + */ + kHTTPStatusCodeCreated = 201, + + /** + * 202 Accepted. + */ + kHTTPStatusCodeAccepted = 202, + + /** + * 203 Non-Authoritative Information (since HTTP/1.1). + */ + kHTTPStatusCodeNonAuthoritativeInformation = 203, + + /** + * 204 No Content. + */ + kHTTPStatusCodeNoContent = 204, + + /** + * 205 Reset Content. + */ + kHTTPStatusCodeResetContent = 205, + + /** + * 206 Partial Content. + */ + kHTTPStatusCodePartialContent = 206, + +#if !defined(HTTP_STATUS_CODES_EXCLUDE_WEBDAV) && !defined(HTTP_STATUS_CODES_EXCLUDE_RFC_4918) + /** + * 207 Multi-Status (WebDAV; RFC 4918). + */ + kHTTPStatusCodeMultiStatus = 207, +#endif + +#if !defined(HTTP_STATUS_CODES_EXCLUDE_WEBDAV) && !defined(HTTP_STATUS_CODES_EXCLUDE_RFC_5842) + /** + * 208 Already Reported (WebDAV; RFC 5842). + */ + kHTTPStatusCodeAlreadyReported = 208, +#endif + +#if !defined(HTTP_STATUS_CODES_EXCLUDE_RFC_3229) + /** + * 226 IM Used (RFC 3229) + */ + kHTTPStatusCodeIMUsed = 226, +#endif + +#if !defined(HTTP_STATUS_CODES_EXCLUDE_RTSP) && !defined(HTTP_STATUS_CODES_EXCLUDE_RFC_2326) + /** + * 250 Low on Storage Space (RTSP; RFC 2326). + */ + kHTTPStatusCodeLowOnStorageSpace = 250, +#endif + + /*-------------------------------------------------- + * 3xx Redirection + *------------------------------------------------*/ + + /** + * 300 Multiple Choices. + */ + kHTTPStatusCodeMultipleChoices = 300, + + /** + * 301 Moved Permanently. + */ + kHTTPStatusCodeMovedPermanently = 301, + + /** + * 302 Found. + */ + kHTTPStatusCodeFound = 302, + + /** + * 303 See Other (since HTTP/1.1). + */ + kHTTPStatusCodeSeeOther = 303, + + /** + * 304 Not Modified. + */ + kHTTPStatusCodeNotModified = 304, + + /** + * 305 Use Proxy (since HTTP/1.1). + */ + kHTTPStatusCodeUseProxy = 305, + + /** + * 306 Switch Proxy. + */ + kHTTPStatusCodeSwitchProxy = 306, + + /** + * 307 Temporary Redirect (since HTTP/1.1). + */ + kHTTPStatusCodeTemporaryRedirect = 307, + + /** + * 308 Permanent Redirect (approved as experimental RFC). + */ + kHTTPStatusCodePermanentRedirect = 308, + + /*-------------------------------------------------- + * 4xx Client Error + *------------------------------------------------*/ + + /** + * 400 Bad Request. + */ + kHTTPStatusCodeBadRequest = 400, + + /** + * 401 Unauthorized. + */ + kHTTPStatusCodeUnauthorized = 401, + + /** + * 402 Payment Required. + */ + kHTTPStatusCodePaymentRequired = 402, + + /** + * 403 Forbidden. + */ + kHTTPStatusCodeForbidden = 403, + + /** + * 404 Not Found. + */ + kHTTPStatusCodeNotFound = 404, + + /** + * 405 Method Not Allowed. + */ + kHTTPStatusCodeMethodNotAllowed = 405, + + /** + * 406 Not Acceptable. + */ + kHTTPStatusCodeNotAcceptable = 406, + + /** + * 407 Proxy Authentication Required. + */ + kHTTPStatusCodeProxyAuthenticationRequired = 407, + + /** + * 408 Request Timeout. + */ + kHTTPStatusCodeRequestTimeout = 408, + + /** + * 409 Conflict. + */ + kHTTPStatusCodeConflict = 409, + + /** + * 410 Gone. + */ + kHTTPStatusCodeGone = 410, + + /** + * 411 Length Required. + */ + kHTTPStatusCodeLengthRequired = 411, + + /** + * 412 Precondition Failed. + */ + kHTTPStatusCodePreconditionFailed = 412, + + /** + * 413 Request Entity Too Large. + */ + kHTTPStatusCodeRequestEntityTooLarge = 413, + + /** + * 414 Request-URI Too Long. + */ + kHTTPStatusCodeRequestURITooLong = 414, + + /** + * 415 Unsupported Media Type. + */ + kHTTPStatusCodeUnsupportedMediaType = 415, + + /** + * 416 Requested Range Not Satisfiable. + */ + kHTTPStatusCodeRequestedRangeNotSatisfiable = 416, + + /** + * 417 Expectation Failed. + */ + kHTTPStatusCodeExpectationFailed = 417, + +#if !defined(HTTP_STATUS_CODES_EXCLUDE_RFC_2324) + /** + * 418 I'm a teapot (RFC 2324). + */ + kHTTPStatusCodeImATeapot = 418, +#endif + +#if !defined(HTTP_STATUS_CODES_EXCLUDE_TWITTER) + /** + * 420 Enhance Your Calm (Twitter). + */ + kHTTPStatusCodeEnhanceYourCalm = 420, +#endif + +#if !defined(HTTP_STATUS_CODES_EXCLUDE_WEBDAV) && !defined(HTTP_STATUS_CODES_EXCLUDE_RFC_4918) + /** + * 422 Unprocessable Entity (WebDAV; RFC 4918). + */ + kHTTPStatusCodeUnprocessableEntity = 422, +#endif + +#if !defined(HTTP_STATUS_CODES_EXCLUDE_WEBDAV) && !defined(HTTP_STATUS_CODES_EXCLUDE_RFC_4918) + /** + * 423 Locked (WebDAV; RFC 4918). + */ + kHTTPStatusCodeLocked = 423, +#endif + +#if !defined(HTTP_STATUS_CODES_EXCLUDE_WEBDAV) && !defined(HTTP_STATUS_CODES_EXCLUDE_RFC_4918) + /** + * 424 Failed Dependency (WebDAV; RFC 4918). + */ + kHTTPStatusCodeFailedDependency = 424, +#endif + + /** + * 425 Unordered Collection (Internet draft). + */ + kHTTPStatusCodeUnorderedCollection = 425, + +#if !defined(HTTP_STATUS_CODES_EXCLUDE_RFC_2817) + /** + * 426 Upgrade Required (RFC 2817). + */ + kHTTPStatusCodeUpgradeRequired = 426, +#endif + +#if !defined(HTTP_STATUS_CODES_EXCLUDE_RFC_6585) + /** + * 428 Precondition Required (RFC 6585). + */ + kHTTPStatusCodePreconditionRequired = 428, +#endif + +#if !defined(HTTP_STATUS_CODES_EXCLUDE_RFC_6585) + /** + * 429 Too Many Requests (RFC 6585). + */ + kHTTPStatusCodeTooManyRequests = 429, +#endif + +#if !defined(HTTP_STATUS_CODES_EXCLUDE_RFC_6585) + /** + * 431 Request Header Fields Too Large (RFC 6585). + */ + kHTTPStatusCodeRequestHeaderFieldsTooLarge = 431, +#endif + +#if !defined(HTTP_STATUS_CODES_EXCLUDE_NGINX) + /** + * 444 No Response (Nginx). + */ + kHTTPStatusCodeNoResponse = 444, +#endif + +#if !defined(HTTP_STATUS_CODES_EXCLUDE_MICROSOFT) + /** + * 449 Retry With (Microsoft). + */ + kHTTPStatusCodeRetryWith = 449, +#endif + +#if !defined(HTTP_STATUS_CODES_EXCLUDE_MICROSOFT) + /** + * 450 Blocked by Windows Parental Controls (Microsoft). + */ + kHTTPStatusCodeBlockedByWindowsParentalControls = 450, +#endif + +#if !defined(HTTP_STATUS_CODES_EXCLUDE_RTSP) + /** + * 451 Parameter Not Understood (RTSP). + */ + kHTTPStatusCodeParameterNotUnderstood = 451, +#endif + + /** + * 451 Unavailable For Legal Reasons (Internet draft). + */ + kHTTPStatusCodeUnavailableForLegalReasons = 451, + +#if !defined(HTTP_STATUS_CODES_EXCLUDE_MICROSOFT) + /** + * 451 Redirect (Microsoft). + */ + kHTTPStatusCodeRedirect = 451, +#endif + +#if !defined(HTTP_STATUS_CODES_EXCLUDE_RTSP) + /** + * 452 Conference Not Found (RTSP). + */ + kHTTPStatusCodeConferenceNotFound = 452, +#endif + +#if !defined(HTTP_STATUS_CODES_EXCLUDE_RTSP) + /** + * 453 Not Enough Bandwidth (RTSP). + */ + kHTTPStatusCodeNotEnoughBandwidth = 453, +#endif + +#if !defined(HTTP_STATUS_CODES_EXCLUDE_RTSP) + /** + * 454 Session Not Found (RTSP). + */ + kHTTPStatusCodeSessionNotFound = 454, +#endif + +#if !defined(HTTP_STATUS_CODES_EXCLUDE_RTSP) + /** + * 455 Method Not Valid in This State (RTSP). + */ + kHTTPStatusCodeMethodNotValidInThisState = 455, +#endif + +#if !defined(HTTP_STATUS_CODES_EXCLUDE_RTSP) + /** + * 456 Header Field Not Valid for Resource (RTSP). + */ + kHTTPStatusCodeHeaderFieldNotValidForResource = 456, +#endif + +#if !defined(HTTP_STATUS_CODES_EXCLUDE_RTSP) + /** + * 457 Invalid Range (RTSP). + */ + kHTTPStatusCodeInvalidRange = 457, +#endif + +#if !defined(HTTP_STATUS_CODES_EXCLUDE_RTSP) + /** + * 458 Parameter Is Read-Only (RTSP). + */ + kHTTPStatusCodeParameterIsReadOnly = 458, +#endif + +#if !defined(HTTP_STATUS_CODES_EXCLUDE_RTSP) + /** + * 459 Aggregate Operation Not Allowed (RTSP). + */ + kHTTPStatusCodeAggregateOperationNotAllowed = 459, +#endif + +#if !defined(HTTP_STATUS_CODES_EXCLUDE_RTSP) + /** + * 460 Only Aggregate Operation Allowed (RTSP). + */ + kHTTPStatusCodeOnlyAggregateOperationAllowed = 460, +#endif + +#if !defined(HTTP_STATUS_CODES_EXCLUDE_RTSP) + /** + * 461 Unsupported Transport (RTSP). + */ + kHTTPStatusCodeUnsupportedTransport = 461, +#endif + +#if !defined(HTTP_STATUS_CODES_EXCLUDE_RTSP) + /** + * 462 Destination Unreachable (RTSP). + */ + kHTTPStatusCodeDestinationUnreachable = 462, +#endif + +#if !defined(HTTP_STATUS_CODES_EXCLUDE_NGINX) + /** + * 494 Request Header Too Large (Nginx). + */ + kHTTPStatusCodeRequestHeaderTooLarge = 494, +#endif + +#if !defined(HTTP_STATUS_CODES_EXCLUDE_NGINX) + /** + * 495 Cert Error (Nginx). + */ + kHTTPStatusCodeCertError = 495, +#endif + +#if !defined(HTTP_STATUS_CODES_EXCLUDE_NGINX) + /** + * 496 No Cert (Nginx). + */ + kHTTPStatusCodeNoCert = 496, +#endif + +#if !defined(HTTP_STATUS_CODES_EXCLUDE_NGINX) + /** + * 497 HTTP to HTTPS (Nginx). + */ + kHTTPStatusCodeHTTPToHTTPS = 497, +#endif + +#if !defined(HTTP_STATUS_CODES_EXCLUDE_NGINX) + /** + * 499 Client Closed Request (Nginx). + */ + kHTTPStatusCodeClientClosedRequest = 499, +#endif + + /*-------------------------------------------------- + * 5xx Server Error + *------------------------------------------------*/ + + /** + * 500 Internal Server Error. + */ + kHTTPStatusCodeInternalServerError = 500, + + /** + * 501 Not Implemented + */ + kHTTPStatusCodeNotImplemented = 501, + + /** + * 502 Bad Gateway. + */ + kHTTPStatusCodeBadGateway = 502, + + /** + * 503 Service Unavailable. + */ + kHTTPStatusCodeServiceUnavailable = 503, + + /** + * 504 Gateway Timeout. + */ + kHTTPStatusCodeGatewayTimeout = 504, + + /** + * 505 HTTP Version Not Supported. + */ + kHTTPStatusCodeHTTPVersionNotSupported = 505, + +#if !defined(HTTP_STATUS_CODES_EXCLUDE_RFC_2295) + /** + * 506 Variant Also Negotiates (RFC 2295). + */ + kHTTPStatusCodeVariantAlsoNegotiates = 506, +#endif + +#if !defined(HTTP_STATUS_CODES_EXCLUDE_WEBDAV) && !defined(HTTP_STATUS_CODES_EXCLUDE_RFC_4918) + /** + * 507 Insufficient Storage (WebDAV; RFC 4918). + */ + kHTTPStatusCodeInsufficientStorage = 507, +#endif + +#if !defined(HTTP_STATUS_CODES_EXCLUDE_WEBDAV) && !defined(HTTP_STATUS_CODES_EXCLUDE_RFC_5842) + /** + * 508 Loop Detected (WebDAV; RFC 5842). + */ + kHTTPStatusCodeLoopDetected = 508, +#endif + + /** + * 509 Bandwidth Limit Exceeded (Apache bw/limited extension). + */ + kHTTPStatusCodeBandwidthLimitExceeded = 509, + +#if !defined(HTTP_STATUS_CODES_EXCLUDE_RFC_2774) + /** + * 510 Not Extended (RFC 2774). + */ + kHTTPStatusCodeNotExtended = 510, +#endif + +#if !defined(HTTP_STATUS_CODES_EXCLUDE_RFC_6585) + /** + * 511 Network Authentication Required (RFC 6585). + */ + kHTTPStatusCodeNetworkAuthenticationRequired = 511, +#endif + +#if !defined(HTTP_STATUS_CODES_EXCLUDE_RTSP) + /** + * 551 Option not supported (RTSP). + */ + kHTTPStatusCodeOptionNotSupported = 551, +#endif + + /** + * 598 Network read timeout error (Unknown). + */ + kHTTPStatusCodeNetworkReadTimeoutError = 598, + + /** + * 599 Network connect timeout error (Unknown). + */ + kHTTPStatusCodeNetworkConnectTimeoutError = 599 +} +HTTPStatusCode; + + +#endif diff --git a/Example/Pods/nv-ios-http-status/nv-ios-http-status/nv_ios_http_status.h b/Example/Pods/nv-ios-http-status/nv-ios-http-status/nv_ios_http_status.h new file mode 100644 index 0000000..8e51830 --- /dev/null +++ b/Example/Pods/nv-ios-http-status/nv-ios-http-status/nv_ios_http_status.h @@ -0,0 +1,22 @@ +/* + * Copyright (C) 2013 Neo Visionaries Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + + +#import + +@interface nv_ios_http_status : NSObject + +@end diff --git a/Example/Pods/nv-ios-http-status/nv-ios-http-status/nv_ios_http_status.m b/Example/Pods/nv-ios-http-status/nv-ios-http-status/nv_ios_http_status.m new file mode 100644 index 0000000..19f3e42 --- /dev/null +++ b/Example/Pods/nv-ios-http-status/nv-ios-http-status/nv_ios_http_status.m @@ -0,0 +1,22 @@ +/* + * Copyright (C) 2013 Neo Visionaries Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + + +#import "nv_ios_http_status.h" + +@implementation nv_ios_http_status + +@end diff --git a/PNObject.podspec b/PNObject.podspec index f369710..3974782 100644 --- a/PNObject.podspec +++ b/PNObject.podspec @@ -8,8 +8,8 @@ Pod::Spec.new do |s| s.name = "PNObject" -s.version = "0.3.0" -s.summary = "A short description of PNObject." +s.version = "0.1.0" +s.summary = "PNObject." # This description is used to generate tags and improve search results. # * Think: What does it do? Why did you write it? What is the focus? @@ -36,4 +36,9 @@ s.resource_bundles = { # s.public_header_files = 'Pod/Classes/**/*.h' # s.frameworks = 'UIKit', 'MapKit' s.dependency 'AFNetworking' +s.dependency 'PEAR-FileManager-iOS' +s.dependency 'NSDate_Utils' +s.dependency 'UIDevice-Utils' +s.dependency 'nv-ios-http-status' + end diff --git a/Pod/Classes/PNObject.h b/Pod/Classes/PNObject.h index 1bc8677..5af8b1a 100644 --- a/Pod/Classes/PNObject.h +++ b/Pod/Classes/PNObject.h @@ -7,17 +7,35 @@ // #import -#import "PNObjectSubclassing.h" #import "PNObjectConfig.h" +#import "PNObjectModel.h" +@protocol PNObjectSubclassing + +@required + ++ (NSString * _Nonnull ) objectClassName; + ++ (NSDictionary * _Nonnull) objcetMapping; + ++ (BOOL) singleInstance; + + +@end @interface PNObject : NSObject -@property (nonatomic, strong) NSString *objID; -@property (nonatomic, strong) NSDate *createdDate; -@property (nonatomic, strong, getter=getObject) NSDictionary *objectMapping; +@property (nonatomic, strong) NSString * _Nonnull objID; +@property (nonatomic, strong) NSDate * _Nonnull createdDate; +@property (nonatomic, strong, getter=getObject) NSDictionary * _Nonnull objectMapping; +@property (nonatomic, assign) id _Nonnull subClassDelegate; -- (instancetype) initWithJSON:(NSDictionary*) JSON; +- (_Nullable instancetype) initWithJSON:( NSDictionary * _Nonnull) JSON; + +- (id _Nonnull) saveLocally; + +- (void) saveLocallyInBackGroundWithBlock:(id _Nonnull) object inBackGroundWithBlock:(nullable void (^)(BOOL saveStatus, id _Nullable responseObject, NSError * _Nullable error)) responseBlock; + (void) get; + @end diff --git a/Pod/Classes/PNObject.m b/Pod/Classes/PNObject.m index ab7e737..e02f61e 100644 --- a/Pod/Classes/PNObject.m +++ b/Pod/Classes/PNObject.m @@ -12,37 +12,39 @@ #import #import "PNObject/PNUser.h" -@interface PNObject() +#define PNOBJECT_DIR @"PNObjects" + + +@interface PNObject() + +@property (nonatomic, strong) PNObjectModel *objectModel; @property (nonatomic, strong) NSDictionary *JSON; @property (nonatomic, strong) NSString *endPoint; +@property (nonatomic) BOOL singleInstance; + @end @implementation PNObject - + (void) get { - AFHTTPSessionManager *manager = [AFHTTPSessionManager manager]; - manager.securityPolicy = [AFSecurityPolicy policyWithPinningMode:AFSSLPinningModeCertificate]; - manager.securityPolicy.allowInvalidCertificates = YES; - - [manager GET:[[[PNObjectConfig sharedInstance] PNObjEndpoint] stringByAppendingFormat:@"%@",@"User"] parameters:nil progress:nil success:^(NSURLSessionTask *task, id responseObject) { + [[[PNObjectConfig sharedInstance] manager] GET:[[[PNObjectConfig sharedInstance] PNObjEndpoint] stringByAppendingFormat:@"%@",@"User"] parameters:nil progress:nil success:^(NSURLSessionTask *task, id responseObject) { - NSLog(@"JSON: %@", responseObject); - NSLog(@"JSON: %@", [responseObject class]); + NSLogDebug(@"JSON: %@", responseObject); + NSLogDebug(@"JSON: %@", [responseObject class]); PNUser *user = [[PNUser alloc] initWithJSON:responseObject]; - NSLog(@"%@",user); + NSLogDebug(@"%@",user); } failure:^(NSURLSessionTask *operation, NSError *error) { - NSLog(@"Error: %@", error); + NSLogDebug(@"Error: %@", error); }]; } @@ -58,6 +60,11 @@ _objectMapping = [[self class] objcetMapping]; NSAssert(_objectMapping, @"You must create objectMapping"); + + _singleInstance = [[self class] singleInstance]; + + _objectModel = [PNObjectModel sharedInstance]; + [_objectModel setPersistencyDelegate:self]; } } return self; @@ -129,12 +136,11 @@ [propertyType isEqualToString:@"NSMutableArray"]) { NSMutableArray *arr = [NSMutableArray array]; - for(id LLObject in value) { - SEL selector = NSSelectorFromString(@"reverseMapping"); - NSInvocation *invocation = [NSInvocation invocationWithMethodSignature: - [[PNObject class] instanceMethodSignatureForSelector:selector]]; + for(id PNObject in value) { + SEL selector = NSSelectorFromString(@"getObject"); + NSInvocation *invocation = [NSInvocation invocationWithMethodSignature: [[PNObject class] instanceMethodSignatureForSelector:selector]]; [invocation setSelector:selector]; - [invocation setTarget:LLObject]; + [invocation setTarget:PNObject]; [invocation invoke]; NSDictionary *returnValue; [invocation getReturnValue:&returnValue]; @@ -145,13 +151,12 @@ value = arr; } - // Other LLModel or an unidentified value + // Other PNObject or an unidentified value else { BOOL isPNObjectSubclass = [NSClassFromString(propertyType) isSubclassOfClass:[PNObject class]]; if(isPNObjectSubclass) { SEL selector = NSSelectorFromString(@"getObject"); - NSInvocation *invocation = [NSInvocation invocationWithMethodSignature: - [[PNObject class] instanceMethodSignatureForSelector:selector]]; + NSInvocation *invocation = [NSInvocation invocationWithMethodSignature:[[PNObject class] instanceMethodSignatureForSelector:selector]]; [invocation setSelector:selector]; [invocation setTarget:value]; [invocation invoke]; @@ -281,7 +286,7 @@ } else { NSString *errorStr = [NSString stringWithFormat:@"Property '%@' could not be assigned any value.", propertyName]; - NSLog(@"%@",errorStr); + NSLogDebug(@"%@",errorStr); } })(); } @@ -292,4 +297,52 @@ return [_JSON description]; } +#pragma mark PNObjectPersistency protocol + +- (BOOL) initObjectPersistency { + + BOOL isDir=YES; + NSError *error; + + NSString *docDir = [NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES) objectAtIndex:0]; + + NSFileManager *fileManager= [NSFileManager defaultManager]; + + if(![fileManager fileExistsAtPath:[docDir stringByAppendingFormat:@"/%@",PNOBJECT_DIR] isDirectory:&isDir]) { + + if (![[NSFileManager defaultManager] createDirectoryAtPath:[docDir stringByAppendingFormat:@"/%@",PNOBJECT_DIR] withIntermediateDirectories:NO attributes:nil error:&error]) { +#ifdef DEBUG + NSLogDebug(@"Create directory error: %@", error); +#endif + return NO; + } + } +#ifdef DEBUG + NSLogDebug(@"%@",[docDir stringByAppendingFormat:@"/%@",PNOBJECT_DIR]); +#endif + return YES; +} + +- (id _Nonnull) saveLocally { + + if (_singleInstance) { + return [_objectModel saveLocally:self]; + } + else { + return [_objectModel pushObjectAndSaveLocally:self]; + } +} + +- (void) saveLocallyInBackGroundWithBlock:(id _Nonnull) object inBackGroundWithBlock:(nullable void (^)(BOOL saveStatus, id _Nullable responseObject, NSError * _Nullable error)) responseBlock; { + + if (_singleInstance) { + return [_objectModel saveLocally:self inBackGroundWithBlock:responseBlock]; + } + else { + return [_objectModel pushObjectAndSaveLocally:self inBackGroundWithBlock:responseBlock]; + } +} + +#pragma mark - + @end diff --git a/Pod/Classes/PNObjectConfig.h b/Pod/Classes/PNObjectConfig.h index a6ae754..a15f0b0 100644 --- a/Pod/Classes/PNObjectConfig.h +++ b/Pod/Classes/PNObjectConfig.h @@ -7,6 +7,7 @@ // #import +#import typedef NS_ENUM(NSInteger, Environment) { Development, @@ -20,7 +21,7 @@ extern NSString* const EnvironmentDevelopment; @interface PNObjectConfig : NSObject - +@property (nonatomic, strong) AFHTTPSessionManager *manager; /** * gets singleton object. diff --git a/Pod/Classes/PNObjectModel.h b/Pod/Classes/PNObjectModel.h new file mode 100644 index 0000000..fc233cd --- /dev/null +++ b/Pod/Classes/PNObjectModel.h @@ -0,0 +1,60 @@ +// +// PNObjectModel.h +// Pods +// +// Created by Giuseppe Nucifora on 16/01/16. +// +// + +#import + +@protocol PNObjectPersistency + +@required + +- (BOOL) initObjectPersistency; + +@end + +@interface PNObjectModel : NSObject + +@property (nonatomic, assign) id _Nonnull persistencyDelegate; + ++ (_Nonnull instancetype) sharedInstance; + +/** + * <#Description#> + * + * @param object PNObject Subclass to save + * + * @return return It return the object if the save was successful. + * @return return NSError + */ +- (id _Nonnull) saveLocally:(id _Nonnull) object; + +/** + * <#Description#> + * + * @param object <#object description#> + * @param responseBlock <#responseBlock description#> + */ +- (void) saveLocally:(id _Nonnull) object inBackGroundWithBlock:(nullable void (^)(BOOL saveStatus, id _Nullable responseObject, NSError * _Nullable error)) responseBlock; + +/** + * <#Description#> + * + * @param object PNObject Subclass add list objects and save the list + * + * @return <#return value description#> + */ +- (id _Nonnull) pushObjectAndSaveLocally:(id _Nonnull) object; + +/** + * <#Description#> + * + * @param object <#object description#> + * @param responseBlock <#responseBlock description#> + */ +- (void) pushObjectAndSaveLocally:(id _Nonnull) object inBackGroundWithBlock:(nullable void (^)(BOOL saveStatus, id _Nullable responseObject, NSError * _Nullable error)) responseBlock; + +@end diff --git a/Pod/Classes/PNObjectModel.m b/Pod/Classes/PNObjectModel.m new file mode 100644 index 0000000..154f3a9 --- /dev/null +++ b/Pod/Classes/PNObjectModel.m @@ -0,0 +1,162 @@ +// +// PNObjectModel.m +// Pods +// +// Created by Giuseppe Nucifora on 16/01/16. +// +// + +#import "PNObjectModel.h" +#import "PNObject.h" +#import "PEARFileManager.h" + +#define DEF_DOCUMENT_ROOT @"Documents" + +@interface PNObjectModel() + +@property (nonatomic, strong) PEARFileManager *fileManager; + +@end + +@implementation PNObjectModel + +static PNObjectModel *SINGLETON = nil; + +static bool isFirstAccess = YES; + +#pragma mark Public Method + ++ (instancetype) sharedInstance +{ + static dispatch_once_t onceToken; + dispatch_once(&onceToken, ^{ + isFirstAccess = NO; + SINGLETON = [[super allocWithZone:NULL] init]; + }); + + return SINGLETON; +} + +- (NSString * _Nullable) objectName:(id _Nonnull) object { + NSString *className; + + BOOL isPNObjectSubclass = [[object class] isSubclassOfClass:[PNObject class]]; + + if(isPNObjectSubclass) { + + if ([[object class] conformsToProtocol:@protocol(PNObjectSubclassing)] && [(PNObject*)[object subClassDelegate] respondsToSelector:@selector(objectClassName)]) { + + return className = (NSString *)[[(PNObject*)object class] performSelector:@selector(objectClassName)]; + + } + } + return nil; +} + +- (BOOL) issetPNObjectModelForObject:(id _Nonnull) object { + + NSString *className = [self objectName:object]; + + if (!className) { + return NO; + } + + return [_fileManager checkPath:className]; +} + +#pragma mark - + ++ (id) allocWithZone:(NSZone *)zone +{ + return [self sharedInstance]; +} + ++ (id)copyWithZone:(struct _NSZone *)zone +{ + return [self sharedInstance]; +} + ++ (id)mutableCopyWithZone:(struct _NSZone *)zone +{ + return [self sharedInstance]; +} + +- (id)copy +{ + return [[PNObjectModel alloc] init]; +} + +- (id)mutableCopy +{ + return [[PNObjectModel alloc] init]; +} + +- (id) init +{ + if(SINGLETON){ + return SINGLETON; + } + if (isFirstAccess) { + [self doesNotRecognizeSelector:_cmd]; + } + self = [super init]; + + if (self) { + _fileManager = [PEARFileManager sharedInstatnce]; + + [_fileManager setRootDirectory:k_ROOT_DIR_DOCUMENTS]; + } + return self; +} + + +- (id _Nonnull) saveLocally:(id _Nonnull) object { + + BOOL isPNObjectSubclass = [[object class] isSubclassOfClass:[PNObject class]]; + + if(isPNObjectSubclass) { + + if ([[object class] conformsToProtocol:@protocol(PNObjectSubclassing)]) { + + if ([self issetPNObjectModelForObject:object]) { + + + id value; + + SEL selector = NSSelectorFromString(@"getObject"); + NSInvocation *invocation = [NSInvocation invocationWithMethodSignature:[[PNObject class] instanceMethodSignatureForSelector:selector]]; + [invocation setSelector:selector]; + [invocation setTarget:value]; + [invocation invoke]; + + NSDictionary *objectDict; + [invocation getReturnValue:&objectDict]; + + NSLogDebug(@"%@",objectDict); + + NSData *objectData = [NSKeyedArchiver archivedDataWithRootObject:objectDict]; + + [_fileManager updateFileWithData:objectData filePath:[self objectName:object] permisson:@(0755)]; + } + } + } + else { + return [NSError errorWithDomain:NSLocalizedString(@"", @"") code:<#(NSInteger)#> userInfo:<#(nullable NSDictionary *)#>] + } +} + +- (void) saveLocally:(id _Nonnull) object inBackGroundWithBlock:(nullable void (^)(BOOL saveStatus, id _Nullable responseObject, NSError * _Nullable error)) responseBlock { + +} + +- (id _Nonnull) pushObjectAndSaveLocally:(id _Nonnull) object { + +} + +- (void) pushObjectAndSaveLocally:(id _Nonnull) object inBackGroundWithBlock:(nullable void (^)(BOOL saveStatus, id _Nullable responseObject, NSError * _Nullable error)) responseBlock { + + + +} + +@end diff --git a/Pod/Classes/PNObjectProperty.m b/Pod/Classes/PNObjectProperty.m index d7bb3b9..567966c 100755 --- a/Pod/Classes/PNObjectProperty.m +++ b/Pod/Classes/PNObjectProperty.m @@ -13,18 +13,18 @@ static BOOL property_getTypeString( objc_property_t property, char *buffer ) { - const char * attrs = property_getAttributes( property ); - if ( attrs == NULL ) - return NO; - - const char * e = strchr( attrs, ',' ); - if ( e == NULL ) - return NO; - - int len = (int)(e - attrs); - memcpy( buffer, attrs, len ); - buffer[len] = '\0'; - + const char * attrs = property_getAttributes( property ); + if ( attrs == NULL ) + return NO; + + const char * e = strchr( attrs, ',' ); + if ( e == NULL ) + return NO; + + int len = (int)(e - attrs); + memcpy( buffer, attrs, len ); + buffer[len] = '\0'; + return YES; } @@ -63,7 +63,7 @@ static BOOL property_getTypeString( objc_property_t property, char *buffer ) propertyType = [propertyType substringWithRange:subStrRange]; } - //NSLog(@"Prop type & name: %@ -- %@", propertyType, propertyName); + NSLogDebug(@"Prop type & name: %@ -- %@", propertyType, propertyName); [results setObject:propertyType forKey:propertyName]; } diff --git a/Pod/Classes/PNObjectSubclassing.h b/Pod/Classes/PNObjectSubclassing.h deleted file mode 100644 index f0f8c2b..0000000 --- a/Pod/Classes/PNObjectSubclassing.h +++ /dev/null @@ -1,21 +0,0 @@ -// -// PNObjectSubclassing.h -// Pods -// -// Created by Giuseppe Nucifora on 08/01/16. -// -// - -#import -#import - -@protocol PNObjectSubclassing - -@required - -+ (NSString *) objectClassName; - -+ (NSDictionary *) objcetMapping; - - -@end diff --git a/Pod/Classes/User/PNAddress.m b/Pod/Classes/User/PNAddress.m index 96ee53f..3558749 100644 --- a/Pod/Classes/User/PNAddress.m +++ b/Pod/Classes/User/PNAddress.m @@ -26,4 +26,8 @@ return mapping; } ++ (BOOL)singleInstance { + return NO; +} + @end diff --git a/Pod/Classes/User/PNLocation.m b/Pod/Classes/User/PNLocation.m index 7c97b61..725d0f0 100644 --- a/Pod/Classes/User/PNLocation.m +++ b/Pod/Classes/User/PNLocation.m @@ -22,4 +22,8 @@ return mapping; } ++ (BOOL)singleInstance { + return NO; +} + @end diff --git a/Pod/Classes/User/PNUser.h b/Pod/Classes/User/PNUser.h index d666b45..f439d56 100644 --- a/Pod/Classes/User/PNUser.h +++ b/Pod/Classes/User/PNUser.h @@ -9,7 +9,7 @@ #import "PNObject.h" #import "PNAddress.h" -@interface PNUser : PNObject +@interface PNUser : PNObject @property (strong, nonatomic) NSString *userId; @property (strong, nonatomic) NSString *firstName; @@ -31,14 +31,6 @@ @property (nonatomic, strong) NSString *facebookAccessToken; @property (nonatomic, strong) PNAddress *address; -/** - * gets singleton object. - * - * @return singleton - */ -+ (instancetype)sharedInstance; - - /** * gets singleton object of current user session. * diff --git a/Pod/Classes/User/PNUser.m b/Pod/Classes/User/PNUser.m index ef18007..92047ee 100644 --- a/Pod/Classes/User/PNUser.m +++ b/Pod/Classes/User/PNUser.m @@ -8,6 +8,10 @@ #import "PNUser.h" +@interface PNUser() + +@end + @implementation PNUser static PNUser *SINGLETON = nil; @@ -70,7 +74,10 @@ static bool isFirstAccess = YES; return self; } +#pragma mark PNObjectSubclassing Protocol + + (NSDictionary *)objcetMapping { + NSDictionary *mapping = @{@"userId":@"id", @"firstName":@"firstName", @"lastName":@"lastName", @@ -98,6 +105,11 @@ static bool isFirstAccess = YES; return @"User"; } ++ (BOOL) singleInstance { + return YES; +} + +#pragma mark - @end