diff --git a/SynchronyFinancial/Podfile.lock b/SynchronyFinancial/Podfile.lock index 1f05592..0f9aa00 100644 --- a/SynchronyFinancial/Podfile.lock +++ b/SynchronyFinancial/Podfile.lock @@ -1,20 +1,24 @@ PODS: - Alamofire (4.7.3) - SwiftLint (0.27.0) + - SwiftyJSON (4.1.0) DEPENDENCIES: - Alamofire - SwiftLint + - SwiftyJSON SPEC REPOS: https://github.com/cocoapods/specs.git: - Alamofire - SwiftLint + - SwiftyJSON SPEC CHECKSUMS: Alamofire: c7287b6e5d7da964a70935e5db17046b7fde6568 SwiftLint: 3207c1faa2240bf8973b191820a116113cd11073 + SwiftyJSON: c29297daf073d2aa016295d5809cdd68045c39b3 -PODFILE CHECKSUM: 8390a2d9691b418a9cdf2f8053ba0a852a522b37 +PODFILE CHECKSUM: fcb0e35ba2ebe7dfb4d3d9cadd4d9abd40038b4c COCOAPODS: 1.5.3 diff --git a/SynchronyFinancial/Pods/Headers/Public/SwiftyJSON/SwiftyJSON-iOS-umbrella.h b/SynchronyFinancial/Pods/Headers/Public/SwiftyJSON/SwiftyJSON-iOS-umbrella.h new file mode 100644 index 0000000..b627dec --- /dev/null +++ b/SynchronyFinancial/Pods/Headers/Public/SwiftyJSON/SwiftyJSON-iOS-umbrella.h @@ -0,0 +1,16 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + + +FOUNDATION_EXPORT double SwiftyJSONVersionNumber; +FOUNDATION_EXPORT const unsigned char SwiftyJSONVersionString[]; + diff --git a/SynchronyFinancial/Pods/Headers/Public/SwiftyJSON/SwiftyJSON-iOS.modulemap b/SynchronyFinancial/Pods/Headers/Public/SwiftyJSON/SwiftyJSON-iOS.modulemap new file mode 100644 index 0000000..e8ed9f2 --- /dev/null +++ b/SynchronyFinancial/Pods/Headers/Public/SwiftyJSON/SwiftyJSON-iOS.modulemap @@ -0,0 +1,7 @@ +module SwiftyJSON { + umbrella header "SwiftyJSON-iOS-umbrella.h" + exclude header "SwiftyJSON-watchOS-umbrella.h" + + export * + module * { export * } +} diff --git a/SynchronyFinancial/Pods/Headers/Public/SwiftyJSON/SwiftyJSON-watchOS-umbrella.h b/SynchronyFinancial/Pods/Headers/Public/SwiftyJSON/SwiftyJSON-watchOS-umbrella.h new file mode 100644 index 0000000..f536339 --- /dev/null +++ b/SynchronyFinancial/Pods/Headers/Public/SwiftyJSON/SwiftyJSON-watchOS-umbrella.h @@ -0,0 +1,16 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + + +FOUNDATION_EXPORT double SwiftyJSONVersionNumber; +FOUNDATION_EXPORT const unsigned char SwiftyJSONVersionString[]; + diff --git a/SynchronyFinancial/Pods/Headers/Public/SwiftyJSON/SwiftyJSON-watchOS.modulemap b/SynchronyFinancial/Pods/Headers/Public/SwiftyJSON/SwiftyJSON-watchOS.modulemap new file mode 100644 index 0000000..f9f8bad --- /dev/null +++ b/SynchronyFinancial/Pods/Headers/Public/SwiftyJSON/SwiftyJSON-watchOS.modulemap @@ -0,0 +1,7 @@ +module SwiftyJSON { + umbrella header "SwiftyJSON-watchOS-umbrella.h" + exclude header "SwiftyJSON-iOS-umbrella.h" + + export * + module * { export * } +} diff --git a/SynchronyFinancial/Pods/Manifest.lock b/SynchronyFinancial/Pods/Manifest.lock index 1f05592..0f9aa00 100644 --- a/SynchronyFinancial/Pods/Manifest.lock +++ b/SynchronyFinancial/Pods/Manifest.lock @@ -1,20 +1,24 @@ PODS: - Alamofire (4.7.3) - SwiftLint (0.27.0) + - SwiftyJSON (4.1.0) DEPENDENCIES: - Alamofire - SwiftLint + - SwiftyJSON SPEC REPOS: https://github.com/cocoapods/specs.git: - Alamofire - SwiftLint + - SwiftyJSON SPEC CHECKSUMS: Alamofire: c7287b6e5d7da964a70935e5db17046b7fde6568 SwiftLint: 3207c1faa2240bf8973b191820a116113cd11073 + SwiftyJSON: c29297daf073d2aa016295d5809cdd68045c39b3 -PODFILE CHECKSUM: 8390a2d9691b418a9cdf2f8053ba0a852a522b37 +PODFILE CHECKSUM: fcb0e35ba2ebe7dfb4d3d9cadd4d9abd40038b4c COCOAPODS: 1.5.3 diff --git a/SynchronyFinancial/Pods/Pods.xcodeproj/project.pbxproj b/SynchronyFinancial/Pods/Pods.xcodeproj/project.pbxproj index 8eb8a6c..bcb3edb 100644 --- a/SynchronyFinancial/Pods/Pods.xcodeproj/project.pbxproj +++ b/SynchronyFinancial/Pods/Pods.xcodeproj/project.pbxproj @@ -7,68 +7,95 @@ objects = { /* Begin PBXBuildFile section */ - 06AD8F515AA607C8CB47865D93E97E16 /* Pods-SynchronyFinancial WatchKit Extension-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 37BDDE6101FAF9052E04078C570E0CB5 /* Pods-SynchronyFinancial WatchKit Extension-dummy.m */; }; - 16C7AC67BDFE60A674BC8A4F508DD60C /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8F82C8BB9CF77CC85718EB72F1E9FB8 /* Result.swift */; }; - 17F5A3C3C1FF68BF98C5C67214A10DA8 /* SessionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8DDCA62346A9286701819B9F049E579 /* SessionManager.swift */; }; - 1A0FF2D7AB93FEAEABFB337A470FBCF4 /* Pods-SynchronyFinancial-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9555A6B2965DFDC55D0387648293A42F /* Pods-SynchronyFinancial-dummy.m */; }; - 1BDC0921F64F29554B83E7B70395CB11 /* Alamofire-iOS-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C17C972C596660048C58467D76C70664 /* Alamofire-iOS-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1D45D8BCE32A05EDCBB89D2C296A46E1 /* Pods-SynchronyFinancial WatchKit Extension-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 22D3304892D7984CB8C48B7D236AC3F6 /* Pods-SynchronyFinancial WatchKit Extension-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 211C56E073E89711CFC0B564D6DE3DBC /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEACB5D3C3E83582595EE3DA3B42CFD3 /* SessionDelegate.swift */; }; - 386CECFA45DFF6191BECE87AF9F3E3DF /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = E94C872345A1E81337AC8C19DB3D7DF1 /* NetworkReachabilityManager.swift */; }; - 3C599707E21CF41062AB104EFA961B29 /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC8E1DC5E17A25E87566D8D4BB34A5CA /* AFError.swift */; }; - 42788A9753A4D04D53BEA70CBB7DF705 /* Pods-SynchronyFinancial WatchKit App-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 848A32D3ABE543896C0E61DC0DB2DC48 /* Pods-SynchronyFinancial WatchKit App-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 433CB78DFCA4AEEB4799FE22E448E783 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B3A23ED84B2A322445815BE53FCDC7A /* MultipartFormData.swift */; }; - 4A90EE80279B2A3B26B176543654C368 /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 890C65E53958E5AE67698437CA76F9E5 /* DispatchQueue+Alamofire.swift */; }; - 4F434A210C06FA4F4194A3CDA5C39F0C /* Alamofire-watchOS-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 23E68A43BE6AEE7C774A6C2F81FA32E1 /* Alamofire-watchOS-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5248A82654243159E7E3BF56537E9DF3 /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC8E1DC5E17A25E87566D8D4BB34A5CA /* AFError.swift */; }; - 60035FFA16C07A85E68CE346939F2B6F /* ServerTrustPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = F926E34C9F3384D6C4EFCCA1FA84B5D3 /* ServerTrustPolicy.swift */; }; - 60F5CDD4E36FECB47E136B191AAC39C7 /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = D35191BEC74246D30F8BCCC900A65C44 /* ParameterEncoding.swift */; }; - 702E11E33684ADEF848F6747405051BA /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = E94C872345A1E81337AC8C19DB3D7DF1 /* NetworkReachabilityManager.swift */; }; - 763240E338AFF56BE6B70F65DC438045 /* Timeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = D70416CD1D8FC178C04A02A149C11971 /* Timeline.swift */; }; - 7F3D2A1E85D34B7B1CB3A244C179C700 /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A86C55E839A0051646DA6AB8952C506 /* Validation.swift */; }; - 82EADC7327F5F572A58D410DCF3DE3BF /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = A887B9AEFC28E0F81536EC8A5F82DEE4 /* Response.swift */; }; - 8995E81689ED6E5D86A4A549A736ABD5 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = C098C75CF5A1A0AE043F25CEBE6D3A94 /* ResponseSerialization.swift */; }; - 8EA6A1E73DF672BBBC94B1D9BB685DDD /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 938335C8A86618E6479B72666E8B3472 /* Alamofire.swift */; }; - 922D040FE414B746702500EBA4E0A64C /* TaskDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23E743C86FF4065DCC16BBD3D2317EDB /* TaskDelegate.swift */; }; - 97D1C0EA155278A4C435B89B772CEAFB /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 938335C8A86618E6479B72666E8B3472 /* Alamofire.swift */; }; - 98EBB2E00D23DAD35E2E3E1F4920557D /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 890C65E53958E5AE67698437CA76F9E5 /* DispatchQueue+Alamofire.swift */; }; - 9A54CB8CA91C572E283699874260036C /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = C098C75CF5A1A0AE043F25CEBE6D3A94 /* ResponseSerialization.swift */; }; - 9EC4FEE90C2B8607BB2B1620A528ACAD /* Alamofire-iOS-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E3FD293B6881D7FA4F8F099F9D0E8BDC /* Alamofire-iOS-dummy.m */; }; - AD5A8C570F6D58F4DEBD0EC478B34996 /* Timeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = D70416CD1D8FC178C04A02A149C11971 /* Timeline.swift */; }; - ADE79C2381EED50B80561A6229B84CA9 /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A86C55E839A0051646DA6AB8952C506 /* Validation.swift */; }; - AFB761B750134903DB4DC8E80595D3EC /* Alamofire-watchOS-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 726B125FA1325683D7E7A28E2E51F269 /* Alamofire-watchOS-dummy.m */; }; - B51C64A54D1D60EE396D519B0EF7B98C /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF6EAF4EA7DB08F8A58F4B8E0BA1099D /* Request.swift */; }; - BC8B935096B146374B4439F42AFA7421 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8F82C8BB9CF77CC85718EB72F1E9FB8 /* Result.swift */; }; - C59F2B590B0C69031ACB9170812B3AF6 /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = D35191BEC74246D30F8BCCC900A65C44 /* ParameterEncoding.swift */; }; - CDB9D5D771EC41C24E5FC025CDD2F02D /* Pods-SynchronyFinancial WatchKit App-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CB542604CFB0314507EEC5225EB4B64 /* Pods-SynchronyFinancial WatchKit App-dummy.m */; }; - D40E7525C96B28DEC2E260D9EFD66E67 /* ServerTrustPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = F926E34C9F3384D6C4EFCCA1FA84B5D3 /* ServerTrustPolicy.swift */; }; - DBFFF690F7E108F7C5A3D3D76871D557 /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF6EAF4EA7DB08F8A58F4B8E0BA1099D /* Request.swift */; }; - DD2222A99E09A2E7FD6F721A3C32E40F /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0BB2C4D8119B2B3386DF57724B6FFE42 /* Notifications.swift */; }; - E108694CE400C627D9A28BF8EFCEDC83 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEACB5D3C3E83582595EE3DA3B42CFD3 /* SessionDelegate.swift */; }; - E49DE408E8EA7B65B1AF4DC004F6D099 /* Pods-SynchronyFinancial-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 03E19667BC72E1E238261E24CD564E30 /* Pods-SynchronyFinancial-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E6ADB328EEFDD2769CD7B5216F455968 /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = A887B9AEFC28E0F81536EC8A5F82DEE4 /* Response.swift */; }; - EF1D70E53200EE4CB2F21890CF75B1D2 /* SessionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8DDCA62346A9286701819B9F049E579 /* SessionManager.swift */; }; - F68AF157549FE798EEBCEB19B1FD28B0 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B3A23ED84B2A322445815BE53FCDC7A /* MultipartFormData.swift */; }; - F85151956AE3CFEEAA2B1B626C9FA4FC /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0BB2C4D8119B2B3386DF57724B6FFE42 /* Notifications.swift */; }; - FC686378DFFBEFB17B00BBD94333B7CC /* TaskDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23E743C86FF4065DCC16BBD3D2317EDB /* TaskDelegate.swift */; }; + 16C7AC67BDFE60A674BC8A4F508DD60C /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAC2E7C16B721DC3B1190A8F05B8BFF2 /* Result.swift */; }; + 17F5A3C3C1FF68BF98C5C67214A10DA8 /* SessionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5AB0D949BC9A5E2F1D1C917BC45222D /* SessionManager.swift */; }; + 1BDC0921F64F29554B83E7B70395CB11 /* Alamofire-iOS-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E98B725CEC609FA21940B63D44FC4B36 /* Alamofire-iOS-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1CE3AC9CDDCBD0B24FD97F0FF11A361A /* Pods-SynchronyFinancial WatchKit Extension-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 22D3304892D7984CB8C48B7D236AC3F6 /* Pods-SynchronyFinancial WatchKit Extension-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 211C56E073E89711CFC0B564D6DE3DBC /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8DE44A5C7FED65EA8570C36DDAB2AD24 /* SessionDelegate.swift */; }; + 238B31EF45E04BF3408A2EFDD2AFB9EE /* Pods-SynchronyFinancial WatchKit App-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CB542604CFB0314507EEC5225EB4B64 /* Pods-SynchronyFinancial WatchKit App-dummy.m */; }; + 386CECFA45DFF6191BECE87AF9F3E3DF /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 594480833CC391ADD7BCB89AF911B0A3 /* NetworkReachabilityManager.swift */; }; + 3C599707E21CF41062AB104EFA961B29 /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBF69D3719B0720BDBAE82643977BE99 /* AFError.swift */; }; + 433CB78DFCA4AEEB4799FE22E448E783 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD32F35F326CDF65287D9DFD57C11B15 /* MultipartFormData.swift */; }; + 46FC9DE79FA4A2ED61BA5E82F2A35C39 /* Pods-SynchronyFinancial-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 03E19667BC72E1E238261E24CD564E30 /* Pods-SynchronyFinancial-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4A90EE80279B2A3B26B176543654C368 /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2FE9F3322A7B6B6A959402CA11C33C0 /* DispatchQueue+Alamofire.swift */; }; + 4F434A210C06FA4F4194A3CDA5C39F0C /* Alamofire-watchOS-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = BED70737D0825FAE8B09CFD31C28D320 /* Alamofire-watchOS-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4FA6BF1F0AE7987E2A74F8E109AAAB73 /* SwiftyJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = D90D648EBFE0E408F1F49F0529145908 /* SwiftyJSON.swift */; }; + 5248A82654243159E7E3BF56537E9DF3 /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBF69D3719B0720BDBAE82643977BE99 /* AFError.swift */; }; + 60035FFA16C07A85E68CE346939F2B6F /* ServerTrustPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67A3212E52443DE53553EB00D304A52E /* ServerTrustPolicy.swift */; }; + 60F5CDD4E36FECB47E136B191AAC39C7 /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC6AC5D83039ABF8851D216C9FCC3BCA /* ParameterEncoding.swift */; }; + 67473EC0B98900EC8EF52159A784E16E /* SwiftyJSON-watchOS-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EC7CF75D9A000F8CE80D499212D0D6E /* SwiftyJSON-watchOS-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 702E11E33684ADEF848F6747405051BA /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 594480833CC391ADD7BCB89AF911B0A3 /* NetworkReachabilityManager.swift */; }; + 763240E338AFF56BE6B70F65DC438045 /* Timeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = 055C6E28C375937B85F6012C7D3F3B91 /* Timeline.swift */; }; + 7A41AADF9889986E99EE9B3B6FA085B6 /* Pods-SynchronyFinancial-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9555A6B2965DFDC55D0387648293A42F /* Pods-SynchronyFinancial-dummy.m */; }; + 7F3D2A1E85D34B7B1CB3A244C179C700 /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE7B05D8734814AD570862DFB49DB56E /* Validation.swift */; }; + 82D400403C0DA4405A3E18491F737F61 /* Pods-SynchronyFinancial WatchKit App-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 848A32D3ABE543896C0E61DC0DB2DC48 /* Pods-SynchronyFinancial WatchKit App-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 82EADC7327F5F572A58D410DCF3DE3BF /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2308847437A676948316CC417CE4F8D2 /* Response.swift */; }; + 8995E81689ED6E5D86A4A549A736ABD5 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65604D4F3C7BB385254B59539E66002E /* ResponseSerialization.swift */; }; + 8EA6A1E73DF672BBBC94B1D9BB685DDD /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21FEA9447D8EF792CB104AF48CF22D07 /* Alamofire.swift */; }; + 922D040FE414B746702500EBA4E0A64C /* TaskDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F3E13A477624867F8A075D36A93ACA7 /* TaskDelegate.swift */; }; + 9728184AE6DE7635D3575122A247CE6D /* SwiftyJSON-iOS-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = F341A028743E78B6A5019D14A3475FAF /* SwiftyJSON-iOS-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 97D1C0EA155278A4C435B89B772CEAFB /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21FEA9447D8EF792CB104AF48CF22D07 /* Alamofire.swift */; }; + 98EBB2E00D23DAD35E2E3E1F4920557D /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2FE9F3322A7B6B6A959402CA11C33C0 /* DispatchQueue+Alamofire.swift */; }; + 9A54CB8CA91C572E283699874260036C /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65604D4F3C7BB385254B59539E66002E /* ResponseSerialization.swift */; }; + 9EC4FEE90C2B8607BB2B1620A528ACAD /* Alamofire-iOS-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F475C282829D8BC3B4138A4FF5854109 /* Alamofire-iOS-dummy.m */; }; + AD5A8C570F6D58F4DEBD0EC478B34996 /* Timeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = 055C6E28C375937B85F6012C7D3F3B91 /* Timeline.swift */; }; + ADE79C2381EED50B80561A6229B84CA9 /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE7B05D8734814AD570862DFB49DB56E /* Validation.swift */; }; + AFB761B750134903DB4DC8E80595D3EC /* Alamofire-watchOS-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B275B2494F9BFAA6BB67B3C49D00D7E /* Alamofire-watchOS-dummy.m */; }; + B51C64A54D1D60EE396D519B0EF7B98C /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3762A28EAEA71A9F40A30436635BC493 /* Request.swift */; }; + BC8B935096B146374B4439F42AFA7421 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAC2E7C16B721DC3B1190A8F05B8BFF2 /* Result.swift */; }; + C59F2B590B0C69031ACB9170812B3AF6 /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC6AC5D83039ABF8851D216C9FCC3BCA /* ParameterEncoding.swift */; }; + D40E7525C96B28DEC2E260D9EFD66E67 /* ServerTrustPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67A3212E52443DE53553EB00D304A52E /* ServerTrustPolicy.swift */; }; + D79589CC90F1317375D44D1D82FFA904 /* Pods-SynchronyFinancial WatchKit Extension-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 37BDDE6101FAF9052E04078C570E0CB5 /* Pods-SynchronyFinancial WatchKit Extension-dummy.m */; }; + DBFFF690F7E108F7C5A3D3D76871D557 /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3762A28EAEA71A9F40A30436635BC493 /* Request.swift */; }; + DD2222A99E09A2E7FD6F721A3C32E40F /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = D029FFD049EB3DEC2AEF5E59B11A7A56 /* Notifications.swift */; }; + E108694CE400C627D9A28BF8EFCEDC83 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8DE44A5C7FED65EA8570C36DDAB2AD24 /* SessionDelegate.swift */; }; + E6ADB328EEFDD2769CD7B5216F455968 /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2308847437A676948316CC417CE4F8D2 /* Response.swift */; }; + ED0D0EA9C409FD06278AF8EFCC3BF079 /* SwiftyJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = D90D648EBFE0E408F1F49F0529145908 /* SwiftyJSON.swift */; }; + EF1D70E53200EE4CB2F21890CF75B1D2 /* SessionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5AB0D949BC9A5E2F1D1C917BC45222D /* SessionManager.swift */; }; + F68AF157549FE798EEBCEB19B1FD28B0 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD32F35F326CDF65287D9DFD57C11B15 /* MultipartFormData.swift */; }; + F85151956AE3CFEEAA2B1B626C9FA4FC /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = D029FFD049EB3DEC2AEF5E59B11A7A56 /* Notifications.swift */; }; + F8EE58201F476220F7E4E79F5EFD2B83 /* SwiftyJSON-watchOS-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CB6F7615810EFCAD3BCD2C56D4B010F0 /* SwiftyJSON-watchOS-dummy.m */; }; + FBB7259D340524E53220F57813C6BB91 /* SwiftyJSON-iOS-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 061A5CD25DB4AD3AB169889FCAC9AB49 /* SwiftyJSON-iOS-dummy.m */; }; + FC686378DFFBEFB17B00BBD94333B7CC /* TaskDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F3E13A477624867F8A075D36A93ACA7 /* TaskDelegate.swift */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 73BA8BAB2DFC05CA43738D9049E43B08 /* PBXContainerItemProxy */ = { + 51DA1F0F4D00406CFFEE8664ED321653 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = E4112F6043328C5D78A3D748ABCB4124; + remoteInfo = "SwiftyJSON-watchOS"; + }; + A2DE672334422B978336B75EB65AB067 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = A55351A847CB00A97932C1B85B3C18FF; + remoteInfo = "SwiftyJSON-iOS"; + }; + A8E438FA1408BF474C387F7D18DBF9D8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; remoteGlobalIDString = 449BDE5D9D406B30E8E4E97CD9DF4F01; remoteInfo = "Alamofire-iOS"; }; - B2FB7006531883F892E7CA8DE39A304D /* PBXContainerItemProxy */ = { + B3534C5B120C3C6D0A1D6A6EAFAC5559 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = E4112F6043328C5D78A3D748ABCB4124; + remoteInfo = "SwiftyJSON-watchOS"; + }; + DDFECF23B12F74B2FB03A442EC02B825 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; remoteGlobalIDString = B8E4738C39F45964F0C646DC61C880BB; remoteInfo = "Alamofire-watchOS"; }; - E75DF8434FC6AE4EA1080FA7F88FFAE7 /* PBXContainerItemProxy */ = { + EDCCE248449EB5F7D969505722884A3A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; @@ -78,69 +105,96 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ + 01F829F53CAF1ECFA7F21E6CF38F6F44 /* libAlamofire-watchOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libAlamofire-watchOS.a"; path = "libAlamofire-watchOS.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 03E19667BC72E1E238261E24CD564E30 /* Pods-SynchronyFinancial-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-SynchronyFinancial-umbrella.h"; sourceTree = ""; }; - 0496E630215776378A9F46EB6C1A3DF0 /* libPods-SynchronyFinancial WatchKit App.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-SynchronyFinancial WatchKit App.a"; path = "libPods-SynchronyFinancial WatchKit App.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 0BB2C4D8119B2B3386DF57724B6FFE42 /* Notifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Notifications.swift; path = Source/Notifications.swift; sourceTree = ""; }; - 1D108A04C250B757FFCA530C141F1214 /* Alamofire-watchOS.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Alamofire-watchOS.xcconfig"; path = "../Alamofire-watchOS/Alamofire-watchOS.xcconfig"; sourceTree = ""; }; - 1DFA543FE9FB2C8ADCCAC70C1F268481 /* libAlamofire-iOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libAlamofire-iOS.a"; path = "libAlamofire-iOS.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 055C6E28C375937B85F6012C7D3F3B91 /* Timeline.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timeline.swift; path = Source/Timeline.swift; sourceTree = ""; }; + 061A5CD25DB4AD3AB169889FCAC9AB49 /* SwiftyJSON-iOS-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyJSON-iOS-dummy.m"; sourceTree = ""; }; + 0C8DD73DFF2559540269C9FE3FD3261F /* SwiftyJSON-iOS-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-iOS-prefix.pch"; sourceTree = ""; }; + 13AA5102530AB0336276C8CD90D74776 /* Alamofire-watchOS-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Alamofire-watchOS-prefix.pch"; path = "../Alamofire-watchOS/Alamofire-watchOS-prefix.pch"; sourceTree = ""; }; + 16AD628D97C9DA1B046F827646621BA1 /* libAlamofire-iOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libAlamofire-iOS.a"; path = "libAlamofire-iOS.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 1F31328046BB381D71AAFDF15525D78B /* Pods-SynchronyFinancial WatchKit Extension.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-SynchronyFinancial WatchKit Extension.release.xcconfig"; sourceTree = ""; }; + 1F3E13A477624867F8A075D36A93ACA7 /* TaskDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TaskDelegate.swift; path = Source/TaskDelegate.swift; sourceTree = ""; }; + 21FEA9447D8EF792CB104AF48CF22D07 /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = ""; }; 22D3304892D7984CB8C48B7D236AC3F6 /* Pods-SynchronyFinancial WatchKit Extension-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-SynchronyFinancial WatchKit Extension-umbrella.h"; sourceTree = ""; }; - 23E68A43BE6AEE7C774A6C2F81FA32E1 /* Alamofire-watchOS-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Alamofire-watchOS-umbrella.h"; path = "../../Headers/Public/Alamofire/Alamofire-watchOS-umbrella.h"; sourceTree = ""; }; - 23E743C86FF4065DCC16BBD3D2317EDB /* TaskDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TaskDelegate.swift; path = Source/TaskDelegate.swift; sourceTree = ""; }; - 2B3A23ED84B2A322445815BE53FCDC7A /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Source/MultipartFormData.swift; sourceTree = ""; }; + 2308847437A676948316CC417CE4F8D2 /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Source/Response.swift; sourceTree = ""; }; 2B4527DE8A4A826FD88BE08AFFEBEEA8 /* Pods-SynchronyFinancial WatchKit App-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-SynchronyFinancial WatchKit App-resources.sh"; sourceTree = ""; }; 2B6E27EFC7E2A6157C6AD726AD1B26E0 /* Pods-SynchronyFinancial WatchKit Extension-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-SynchronyFinancial WatchKit Extension-frameworks.sh"; sourceTree = ""; }; 2CEB3B037F3EDCFE35FE79D27D7801FF /* Pods-SynchronyFinancial WatchKit Extension-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-SynchronyFinancial WatchKit Extension-acknowledgements.markdown"; sourceTree = ""; }; + 30D22AD9F2206E571EA9801413550FA1 /* Alamofire-watchOS.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; name = "Alamofire-watchOS.modulemap"; path = "../../Headers/Public/Alamofire/Alamofire-watchOS.modulemap"; sourceTree = ""; }; + 3762A28EAEA71A9F40A30436635BC493 /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = ""; }; 37BDDE6101FAF9052E04078C570E0CB5 /* Pods-SynchronyFinancial WatchKit Extension-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-SynchronyFinancial WatchKit Extension-dummy.m"; sourceTree = ""; }; - 39388D231E4A59E61553D8130BB544EB /* Alamofire-watchOS-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Alamofire-watchOS-prefix.pch"; path = "../Alamofire-watchOS/Alamofire-watchOS-prefix.pch"; sourceTree = ""; }; - 3A86C55E839A0051646DA6AB8952C506 /* Validation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validation.swift; path = Source/Validation.swift; sourceTree = ""; }; - 4259FFBBEFB620F748F6C7933ECE173A /* libPods-SynchronyFinancial WatchKit Extension.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-SynchronyFinancial WatchKit Extension.a"; path = "libPods-SynchronyFinancial WatchKit Extension.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 3EC7CF75D9A000F8CE80D499212D0D6E /* SwiftyJSON-watchOS-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "SwiftyJSON-watchOS-umbrella.h"; path = "../../Headers/Public/SwiftyJSON/SwiftyJSON-watchOS-umbrella.h"; sourceTree = ""; }; + 452842CB2E7246C3A8F95C3FB0B44D78 /* SwiftyJSON-watchOS.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "SwiftyJSON-watchOS.xcconfig"; path = "../SwiftyJSON-watchOS/SwiftyJSON-watchOS.xcconfig"; sourceTree = ""; }; 487E55B2BBEFDD99BE20143A1E7DF181 /* Pods-SynchronyFinancial WatchKit Extension-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-SynchronyFinancial WatchKit Extension-resources.sh"; sourceTree = ""; }; 4B98B3A9F78869E2C0EC19625A2BE917 /* Pods-SynchronyFinancial WatchKit Extension.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-SynchronyFinancial WatchKit Extension.debug.xcconfig"; sourceTree = ""; }; 4CB542604CFB0314507EEC5225EB4B64 /* Pods-SynchronyFinancial WatchKit App-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-SynchronyFinancial WatchKit App-dummy.m"; sourceTree = ""; }; 4EF87963D687D12C78C9CAFC3E389987 /* Pods-SynchronyFinancial-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-SynchronyFinancial-frameworks.sh"; sourceTree = ""; }; + 5426F9255DC48E5C2163FD45D4D21BBB /* Alamofire-iOS.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Alamofire-iOS.xcconfig"; sourceTree = ""; }; 5487630E77717246F089B8C039034743 /* Pods-SynchronyFinancial WatchKit App-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-SynchronyFinancial WatchKit App-frameworks.sh"; sourceTree = ""; }; + 55524B261158C88487CCF2C806FF4D0F /* libPods-SynchronyFinancial WatchKit App.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-SynchronyFinancial WatchKit App.a"; path = "libPods-SynchronyFinancial WatchKit App.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 594480833CC391ADD7BCB89AF911B0A3 /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = ""; }; 5A843197C4CAEDE101D9A76A0A416E9D /* Pods-SynchronyFinancial.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-SynchronyFinancial.modulemap"; sourceTree = ""; }; + 5B275B2494F9BFAA6BB67B3C49D00D7E /* Alamofire-watchOS-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "Alamofire-watchOS-dummy.m"; path = "../Alamofire-watchOS/Alamofire-watchOS-dummy.m"; sourceTree = ""; }; + 65604D4F3C7BB385254B59539E66002E /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = ""; }; 668280BA4A5081F50698A173BCC0E7FE /* Pods-SynchronyFinancial.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-SynchronyFinancial.release.xcconfig"; sourceTree = ""; }; - 726B125FA1325683D7E7A28E2E51F269 /* Alamofire-watchOS-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "Alamofire-watchOS-dummy.m"; path = "../Alamofire-watchOS/Alamofire-watchOS-dummy.m"; sourceTree = ""; }; + 67A3212E52443DE53553EB00D304A52E /* ServerTrustPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustPolicy.swift; path = Source/ServerTrustPolicy.swift; sourceTree = ""; }; + 6F2B5D4C0C80015444FA3B36F303B2B0 /* Alamofire-watchOS.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Alamofire-watchOS.xcconfig"; path = "../Alamofire-watchOS/Alamofire-watchOS.xcconfig"; sourceTree = ""; }; + 722CC0B5AEEA3455379DDF0E1B988E11 /* libPods-SynchronyFinancial.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-SynchronyFinancial.a"; path = "libPods-SynchronyFinancial.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 72E4CE044ED07D65A3422CA2D0E23AA8 /* Pods-SynchronyFinancial WatchKit App.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-SynchronyFinancial WatchKit App.modulemap"; sourceTree = ""; }; 797029C829F77B6F8D46FD6DBD1B1B38 /* Pods-SynchronyFinancial-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-SynchronyFinancial-resources.sh"; sourceTree = ""; }; - 79B982FACBEE749DC74DFB3A916A2A56 /* Alamofire-watchOS.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; name = "Alamofire-watchOS.modulemap"; path = "../../Headers/Public/Alamofire/Alamofire-watchOS.modulemap"; sourceTree = ""; }; 848A32D3ABE543896C0E61DC0DB2DC48 /* Pods-SynchronyFinancial WatchKit App-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-SynchronyFinancial WatchKit App-umbrella.h"; sourceTree = ""; }; - 890C65E53958E5AE67698437CA76F9E5 /* DispatchQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Alamofire.swift"; path = "Source/DispatchQueue+Alamofire.swift"; sourceTree = ""; }; - 938335C8A86618E6479B72666E8B3472 /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = ""; }; + 8A8DA479DEF5875519C346D03DA724DD /* libPods-SynchronyFinancial WatchKit Extension.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-SynchronyFinancial WatchKit Extension.a"; path = "libPods-SynchronyFinancial WatchKit Extension.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 8B88932712501E8677A15381ADB1D50F /* SwiftyJSON-iOS.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; name = "SwiftyJSON-iOS.modulemap"; path = "../../Headers/Public/SwiftyJSON/SwiftyJSON-iOS.modulemap"; sourceTree = ""; }; + 8D2502D0FE73DCFB0D773D8BF28F8706 /* SwiftyJSON-watchOS.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; name = "SwiftyJSON-watchOS.modulemap"; path = "../../Headers/Public/SwiftyJSON/SwiftyJSON-watchOS.modulemap"; sourceTree = ""; }; + 8DE44A5C7FED65EA8570C36DDAB2AD24 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Source/SessionDelegate.swift; sourceTree = ""; }; 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 94C7891EDD57DC7CE6A69164AAAB6BE9 /* Alamofire-iOS.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; name = "Alamofire-iOS.modulemap"; path = "../../Headers/Public/Alamofire/Alamofire-iOS.modulemap"; sourceTree = ""; }; 9555A6B2965DFDC55D0387648293A42F /* Pods-SynchronyFinancial-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-SynchronyFinancial-dummy.m"; sourceTree = ""; }; 9CF8E2718013FE28EA2B513F62CD592B /* Pods-SynchronyFinancial WatchKit Extension-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-SynchronyFinancial WatchKit Extension-acknowledgements.plist"; sourceTree = ""; }; + A23A33A1971E93D38DCA2D75C755E5FB /* Alamofire-iOS.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; name = "Alamofire-iOS.modulemap"; path = "../../Headers/Public/Alamofire/Alamofire-iOS.modulemap"; sourceTree = ""; }; A7A590C07A66777331D6859D6A51F6BE /* Pods-SynchronyFinancial WatchKit App-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-SynchronyFinancial WatchKit App-acknowledgements.markdown"; sourceTree = ""; }; - A887B9AEFC28E0F81536EC8A5F82DEE4 /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Source/Response.swift; sourceTree = ""; }; - A8DDCA62346A9286701819B9F049E579 /* SessionManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionManager.swift; path = Source/SessionManager.swift; sourceTree = ""; }; AFD3ECE7F54DB7F584C5EF2743D9B3CA /* Pods-SynchronyFinancial-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-SynchronyFinancial-acknowledgements.plist"; sourceTree = ""; }; B4CEFB54704C98824E6DD456EE364D63 /* Pods-SynchronyFinancial.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-SynchronyFinancial.debug.xcconfig"; sourceTree = ""; }; - B50187719449A01B0AF5EAAAB11CF486 /* Alamofire-iOS.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Alamofire-iOS.xcconfig"; sourceTree = ""; }; + B5AB0D949BC9A5E2F1D1C917BC45222D /* SessionManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionManager.swift; path = Source/SessionManager.swift; sourceTree = ""; }; B8432CD9A606E1FDD008F55545694522 /* Pods-SynchronyFinancial-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-SynchronyFinancial-acknowledgements.markdown"; sourceTree = ""; }; B8E2BAAA4D58FAD217366AEB2C6F6303 /* Pods-SynchronyFinancial WatchKit App-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-SynchronyFinancial WatchKit App-acknowledgements.plist"; sourceTree = ""; }; - B8F82C8BB9CF77CC85718EB72F1E9FB8 /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Source/Result.swift; sourceTree = ""; }; - C098C75CF5A1A0AE043F25CEBE6D3A94 /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = ""; }; - C17C972C596660048C58467D76C70664 /* Alamofire-iOS-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Alamofire-iOS-umbrella.h"; path = "../../Headers/Public/Alamofire/Alamofire-iOS-umbrella.h"; sourceTree = ""; }; - C3A3CFC003773DF2181529D4D8E7C75C /* libPods-SynchronyFinancial.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-SynchronyFinancial.a"; path = "libPods-SynchronyFinancial.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + BED70737D0825FAE8B09CFD31C28D320 /* Alamofire-watchOS-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Alamofire-watchOS-umbrella.h"; path = "../../Headers/Public/Alamofire/Alamofire-watchOS-umbrella.h"; sourceTree = ""; }; + C2FE9F3322A7B6B6A959402CA11C33C0 /* DispatchQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Alamofire.swift"; path = "Source/DispatchQueue+Alamofire.swift"; sourceTree = ""; }; C85F01053044F50A97BF9252488ED3C3 /* Pods-SynchronyFinancial WatchKit Extension.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-SynchronyFinancial WatchKit Extension.modulemap"; sourceTree = ""; }; - D35191BEC74246D30F8BCCC900A65C44 /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = ""; }; - D70416CD1D8FC178C04A02A149C11971 /* Timeline.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timeline.swift; path = Source/Timeline.swift; sourceTree = ""; }; - DCB0FDE84D687029DD5FFDE4E47C1BBD /* Alamofire-iOS-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-iOS-prefix.pch"; sourceTree = ""; }; - DEACB5D3C3E83582595EE3DA3B42CFD3 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Source/SessionDelegate.swift; sourceTree = ""; }; + CB6F7615810EFCAD3BCD2C56D4B010F0 /* SwiftyJSON-watchOS-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "SwiftyJSON-watchOS-dummy.m"; path = "../SwiftyJSON-watchOS/SwiftyJSON-watchOS-dummy.m"; sourceTree = ""; }; + CBF69D3719B0720BDBAE82643977BE99 /* AFError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AFError.swift; path = Source/AFError.swift; sourceTree = ""; }; + CE7B05D8734814AD570862DFB49DB56E /* Validation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validation.swift; path = Source/Validation.swift; sourceTree = ""; }; + D029FFD049EB3DEC2AEF5E59B11A7A56 /* Notifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Notifications.swift; path = Source/Notifications.swift; sourceTree = ""; }; + D18F84248E9CC3812610ECE6FB07B179 /* Alamofire-iOS-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-iOS-prefix.pch"; sourceTree = ""; }; + D90D648EBFE0E408F1F49F0529145908 /* SwiftyJSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyJSON.swift; path = Source/SwiftyJSON.swift; sourceTree = ""; }; + D973958A446C3F657AE1966A90CE8919 /* SwiftyJSON-iOS.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "SwiftyJSON-iOS.xcconfig"; sourceTree = ""; }; + DB963AB979D0AD02745CE29FFD8136CA /* libSwiftyJSON-watchOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libSwiftyJSON-watchOS.a"; path = "libSwiftyJSON-watchOS.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + DC6AC5D83039ABF8851D216C9FCC3BCA /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = ""; }; + E0390DBB75A293A4C4C2B4C7AA418522 /* SwiftyJSON-watchOS-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "SwiftyJSON-watchOS-prefix.pch"; path = "../SwiftyJSON-watchOS/SwiftyJSON-watchOS-prefix.pch"; sourceTree = ""; }; E3FB030C43F304B46B7D13D340F85758 /* Pods-SynchronyFinancial WatchKit App.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-SynchronyFinancial WatchKit App.debug.xcconfig"; sourceTree = ""; }; - E3FD293B6881D7FA4F8F099F9D0E8BDC /* Alamofire-iOS-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-iOS-dummy.m"; sourceTree = ""; }; E417715AA69FF6BDEEB3690D2A78F441 /* Pods-SynchronyFinancial WatchKit App.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-SynchronyFinancial WatchKit App.release.xcconfig"; sourceTree = ""; }; - E94C872345A1E81337AC8C19DB3D7DF1 /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = ""; }; - EF6EAF4EA7DB08F8A58F4B8E0BA1099D /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = ""; }; - F2A25DA1E05048BC5530EFE869D75150 /* libAlamofire-watchOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libAlamofire-watchOS.a"; path = "libAlamofire-watchOS.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - F926E34C9F3384D6C4EFCCA1FA84B5D3 /* ServerTrustPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustPolicy.swift; path = Source/ServerTrustPolicy.swift; sourceTree = ""; }; - FC8E1DC5E17A25E87566D8D4BB34A5CA /* AFError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AFError.swift; path = Source/AFError.swift; sourceTree = ""; }; + E65F8CDC08AE14A3AB464AF8E6AB632D /* libSwiftyJSON-iOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libSwiftyJSON-iOS.a"; path = "libSwiftyJSON-iOS.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + E98B725CEC609FA21940B63D44FC4B36 /* Alamofire-iOS-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Alamofire-iOS-umbrella.h"; path = "../../Headers/Public/Alamofire/Alamofire-iOS-umbrella.h"; sourceTree = ""; }; + EAC2E7C16B721DC3B1190A8F05B8BFF2 /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Source/Result.swift; sourceTree = ""; }; + F341A028743E78B6A5019D14A3475FAF /* SwiftyJSON-iOS-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "SwiftyJSON-iOS-umbrella.h"; path = "../../Headers/Public/SwiftyJSON/SwiftyJSON-iOS-umbrella.h"; sourceTree = ""; }; + F475C282829D8BC3B4138A4FF5854109 /* Alamofire-iOS-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-iOS-dummy.m"; sourceTree = ""; }; + FD32F35F326CDF65287D9DFD57C11B15 /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Source/MultipartFormData.swift; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ + 4BE9B2DEB3DE77FB35D87D4C4705AECC /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 7655006D894B3E61229226402038515B /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 930DD0A8C13B793ADCFD7D25D0E4F052 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -148,7 +202,7 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - C0E170A80BF17BE007F1BC2EABA87AC5 /* Frameworks */ = { + 9A3036498D4005BA31E5492BB5D002F6 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -162,14 +216,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - D889836E012E42E6050724B9E74CD940 /* Frameworks */ = { + E4C9BD3DE1B46DD3BCE1F61168E558FB /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - FEA78C862BA53A2CDE1B886C98A1DE88 /* Frameworks */ = { + F57075F361295D70484846522043F6BD /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -186,6 +240,30 @@ name = Frameworks; sourceTree = ""; }; + 10E2C672ADF52E68E75FF7CB9B791E74 /* Products */ = { + isa = PBXGroup; + children = ( + 16AD628D97C9DA1B046F827646621BA1 /* libAlamofire-iOS.a */, + 01F829F53CAF1ECFA7F21E6CF38F6F44 /* libAlamofire-watchOS.a */, + 722CC0B5AEEA3455379DDF0E1B988E11 /* libPods-SynchronyFinancial.a */, + 55524B261158C88487CCF2C806FF4D0F /* libPods-SynchronyFinancial WatchKit App.a */, + 8A8DA479DEF5875519C346D03DA724DD /* libPods-SynchronyFinancial WatchKit Extension.a */, + E65F8CDC08AE14A3AB464AF8E6AB632D /* libSwiftyJSON-iOS.a */, + DB963AB979D0AD02745CE29FFD8136CA /* libSwiftyJSON-watchOS.a */, + ); + name = Products; + sourceTree = ""; + }; + 17F2060B97C4B5A34C0194630F8FFF2C /* Pods */ = { + isa = PBXGroup; + children = ( + 24002193A84162B9D1925A4EF446D330 /* Alamofire */, + 81CAFB6304F6BC086CAFDD9551F65545 /* SwiftLint */, + 56A27070DE5482E54743C09C9560E943 /* SwiftyJSON */, + ); + name = Pods; + sourceTree = ""; + }; 1FD7A0395F2B1C872EC1F3973D265410 /* Targets Support Files */ = { isa = PBXGroup; children = ( @@ -196,16 +274,30 @@ name = "Targets Support Files"; sourceTree = ""; }; - 4B919E0E1046184ACF1E47EE40C6046D /* Products */ = { + 24002193A84162B9D1925A4EF446D330 /* Alamofire */ = { isa = PBXGroup; children = ( - 1DFA543FE9FB2C8ADCCAC70C1F268481 /* libAlamofire-iOS.a */, - F2A25DA1E05048BC5530EFE869D75150 /* libAlamofire-watchOS.a */, - C3A3CFC003773DF2181529D4D8E7C75C /* libPods-SynchronyFinancial.a */, - 0496E630215776378A9F46EB6C1A3DF0 /* libPods-SynchronyFinancial WatchKit App.a */, - 4259FFBBEFB620F748F6C7933ECE173A /* libPods-SynchronyFinancial WatchKit Extension.a */, + CBF69D3719B0720BDBAE82643977BE99 /* AFError.swift */, + 21FEA9447D8EF792CB104AF48CF22D07 /* Alamofire.swift */, + C2FE9F3322A7B6B6A959402CA11C33C0 /* DispatchQueue+Alamofire.swift */, + FD32F35F326CDF65287D9DFD57C11B15 /* MultipartFormData.swift */, + 594480833CC391ADD7BCB89AF911B0A3 /* NetworkReachabilityManager.swift */, + D029FFD049EB3DEC2AEF5E59B11A7A56 /* Notifications.swift */, + DC6AC5D83039ABF8851D216C9FCC3BCA /* ParameterEncoding.swift */, + 3762A28EAEA71A9F40A30436635BC493 /* Request.swift */, + 2308847437A676948316CC417CE4F8D2 /* Response.swift */, + 65604D4F3C7BB385254B59539E66002E /* ResponseSerialization.swift */, + EAC2E7C16B721DC3B1190A8F05B8BFF2 /* Result.swift */, + 67A3212E52443DE53553EB00D304A52E /* ServerTrustPolicy.swift */, + 8DE44A5C7FED65EA8570C36DDAB2AD24 /* SessionDelegate.swift */, + B5AB0D949BC9A5E2F1D1C917BC45222D /* SessionManager.swift */, + 1F3E13A477624867F8A075D36A93ACA7 /* TaskDelegate.swift */, + 055C6E28C375937B85F6012C7D3F3B91 /* Timeline.swift */, + CE7B05D8734814AD570862DFB49DB56E /* Validation.swift */, + 9C8BCEC24BC8B46B92AA44B69FEDD297 /* Support Files */, ); - name = Products; + name = Alamofire; + path = Alamofire; sourceTree = ""; }; 4BDF854502C7AED804AC25F7012574C5 /* Pods-SynchronyFinancial WatchKit App */ = { @@ -225,21 +317,32 @@ path = "Target Support Files/Pods-SynchronyFinancial WatchKit App"; sourceTree = ""; }; - 6C56087DE0912120757A4EC1CD7AF0FB /* Pods */ = { + 56A27070DE5482E54743C09C9560E943 /* SwiftyJSON */ = { isa = PBXGroup; children = ( - C24284A636025FF7983CBF6397728C49 /* Alamofire */, - 7138FDC4C56623C37A67C4D2B5F144BD /* SwiftLint */, + D90D648EBFE0E408F1F49F0529145908 /* SwiftyJSON.swift */, + 7C1799B9D0D58AD2448B744C46FDCE15 /* Support Files */, ); - name = Pods; + name = SwiftyJSON; + path = SwiftyJSON; sourceTree = ""; }; - 7138FDC4C56623C37A67C4D2B5F144BD /* SwiftLint */ = { + 7C1799B9D0D58AD2448B744C46FDCE15 /* Support Files */ = { isa = PBXGroup; children = ( + 8B88932712501E8677A15381ADB1D50F /* SwiftyJSON-iOS.modulemap */, + D973958A446C3F657AE1966A90CE8919 /* SwiftyJSON-iOS.xcconfig */, + 061A5CD25DB4AD3AB169889FCAC9AB49 /* SwiftyJSON-iOS-dummy.m */, + 0C8DD73DFF2559540269C9FE3FD3261F /* SwiftyJSON-iOS-prefix.pch */, + F341A028743E78B6A5019D14A3475FAF /* SwiftyJSON-iOS-umbrella.h */, + 8D2502D0FE73DCFB0D773D8BF28F8706 /* SwiftyJSON-watchOS.modulemap */, + 452842CB2E7246C3A8F95C3FB0B44D78 /* SwiftyJSON-watchOS.xcconfig */, + CB6F7615810EFCAD3BCD2C56D4B010F0 /* SwiftyJSON-watchOS-dummy.m */, + E0390DBB75A293A4C4C2B4C7AA418522 /* SwiftyJSON-watchOS-prefix.pch */, + 3EC7CF75D9A000F8CE80D499212D0D6E /* SwiftyJSON-watchOS-umbrella.h */, ); - name = SwiftLint; - path = SwiftLint; + name = "Support Files"; + path = "../Target Support Files/SwiftyJSON-iOS"; sourceTree = ""; }; 7DB346D0F39D3F0E887471402A8071AB = { @@ -247,12 +350,20 @@ children = ( 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */, 0F8D2E47FE03D3B91B51069F7C273AF4 /* Frameworks */, - 6C56087DE0912120757A4EC1CD7AF0FB /* Pods */, - 4B919E0E1046184ACF1E47EE40C6046D /* Products */, + 17F2060B97C4B5A34C0194630F8FFF2C /* Pods */, + 10E2C672ADF52E68E75FF7CB9B791E74 /* Products */, 1FD7A0395F2B1C872EC1F3973D265410 /* Targets Support Files */, ); sourceTree = ""; }; + 81CAFB6304F6BC086CAFDD9551F65545 /* SwiftLint */ = { + isa = PBXGroup; + children = ( + ); + name = SwiftLint; + path = SwiftLint; + sourceTree = ""; + }; 98597B9F8A6CBD60763720350534BA7B /* Pods-SynchronyFinancial WatchKit Extension */ = { isa = PBXGroup; children = ( @@ -270,50 +381,24 @@ path = "Target Support Files/Pods-SynchronyFinancial WatchKit Extension"; sourceTree = ""; }; - B21B012F11279787B3A2610B6A48B020 /* Support Files */ = { + 9C8BCEC24BC8B46B92AA44B69FEDD297 /* Support Files */ = { isa = PBXGroup; children = ( - 94C7891EDD57DC7CE6A69164AAAB6BE9 /* Alamofire-iOS.modulemap */, - B50187719449A01B0AF5EAAAB11CF486 /* Alamofire-iOS.xcconfig */, - E3FD293B6881D7FA4F8F099F9D0E8BDC /* Alamofire-iOS-dummy.m */, - DCB0FDE84D687029DD5FFDE4E47C1BBD /* Alamofire-iOS-prefix.pch */, - C17C972C596660048C58467D76C70664 /* Alamofire-iOS-umbrella.h */, - 79B982FACBEE749DC74DFB3A916A2A56 /* Alamofire-watchOS.modulemap */, - 1D108A04C250B757FFCA530C141F1214 /* Alamofire-watchOS.xcconfig */, - 726B125FA1325683D7E7A28E2E51F269 /* Alamofire-watchOS-dummy.m */, - 39388D231E4A59E61553D8130BB544EB /* Alamofire-watchOS-prefix.pch */, - 23E68A43BE6AEE7C774A6C2F81FA32E1 /* Alamofire-watchOS-umbrella.h */, + A23A33A1971E93D38DCA2D75C755E5FB /* Alamofire-iOS.modulemap */, + 5426F9255DC48E5C2163FD45D4D21BBB /* Alamofire-iOS.xcconfig */, + F475C282829D8BC3B4138A4FF5854109 /* Alamofire-iOS-dummy.m */, + D18F84248E9CC3812610ECE6FB07B179 /* Alamofire-iOS-prefix.pch */, + E98B725CEC609FA21940B63D44FC4B36 /* Alamofire-iOS-umbrella.h */, + 30D22AD9F2206E571EA9801413550FA1 /* Alamofire-watchOS.modulemap */, + 6F2B5D4C0C80015444FA3B36F303B2B0 /* Alamofire-watchOS.xcconfig */, + 5B275B2494F9BFAA6BB67B3C49D00D7E /* Alamofire-watchOS-dummy.m */, + 13AA5102530AB0336276C8CD90D74776 /* Alamofire-watchOS-prefix.pch */, + BED70737D0825FAE8B09CFD31C28D320 /* Alamofire-watchOS-umbrella.h */, ); name = "Support Files"; path = "../Target Support Files/Alamofire-iOS"; sourceTree = ""; }; - C24284A636025FF7983CBF6397728C49 /* Alamofire */ = { - isa = PBXGroup; - children = ( - FC8E1DC5E17A25E87566D8D4BB34A5CA /* AFError.swift */, - 938335C8A86618E6479B72666E8B3472 /* Alamofire.swift */, - 890C65E53958E5AE67698437CA76F9E5 /* DispatchQueue+Alamofire.swift */, - 2B3A23ED84B2A322445815BE53FCDC7A /* MultipartFormData.swift */, - E94C872345A1E81337AC8C19DB3D7DF1 /* NetworkReachabilityManager.swift */, - 0BB2C4D8119B2B3386DF57724B6FFE42 /* Notifications.swift */, - D35191BEC74246D30F8BCCC900A65C44 /* ParameterEncoding.swift */, - EF6EAF4EA7DB08F8A58F4B8E0BA1099D /* Request.swift */, - A887B9AEFC28E0F81536EC8A5F82DEE4 /* Response.swift */, - C098C75CF5A1A0AE043F25CEBE6D3A94 /* ResponseSerialization.swift */, - B8F82C8BB9CF77CC85718EB72F1E9FB8 /* Result.swift */, - F926E34C9F3384D6C4EFCCA1FA84B5D3 /* ServerTrustPolicy.swift */, - DEACB5D3C3E83582595EE3DA3B42CFD3 /* SessionDelegate.swift */, - A8DDCA62346A9286701819B9F049E579 /* SessionManager.swift */, - 23E743C86FF4065DCC16BBD3D2317EDB /* TaskDelegate.swift */, - D70416CD1D8FC178C04A02A149C11971 /* Timeline.swift */, - 3A86C55E839A0051646DA6AB8952C506 /* Validation.swift */, - B21B012F11279787B3A2610B6A48B020 /* Support Files */, - ); - name = Alamofire; - path = Alamofire; - sourceTree = ""; - }; EAD8D8028C88033DEC064BBD6DDE6227 /* Pods-SynchronyFinancial */ = { isa = PBXGroup; children = ( @@ -334,6 +419,14 @@ /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ + 64D6DEB494A7C068B3DE1FDCB7EF7C3A /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 67473EC0B98900EC8EF52159A784E16E /* SwiftyJSON-watchOS-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 673FF44DE35DAEE1A900F02692A1D300 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -342,19 +435,27 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 8F117F3D0D48486C46771567905C158D /* Headers */ = { + 80E5408D86680B9772319304FFEB8F8F /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 9728184AE6DE7635D3575122A247CE6D /* SwiftyJSON-iOS-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + BAF6CFF8BC2D95880A8700636E59FD1A /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - E49DE408E8EA7B65B1AF4DC004F6D099 /* Pods-SynchronyFinancial-umbrella.h in Headers */, + 1CE3AC9CDDCBD0B24FD97F0FF11A361A /* Pods-SynchronyFinancial WatchKit Extension-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - D65BD481959A0EE865F9905D4014C703 /* Headers */ = { + CF6F2AF045DC27845605F56964B932CC /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 42788A9753A4D04D53BEA70CBB7DF705 /* Pods-SynchronyFinancial WatchKit App-umbrella.h in Headers */, + 82D400403C0DA4405A3E18491F737F61 /* Pods-SynchronyFinancial WatchKit App-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -366,69 +467,70 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - F1F3DC37957E31C90723FDA4E5E68105 /* Headers */ = { + DB6E06F29CC789EA758893DA10E0E9B6 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 1D45D8BCE32A05EDCBB89D2C296A46E1 /* Pods-SynchronyFinancial WatchKit Extension-umbrella.h in Headers */, + 46FC9DE79FA4A2ED61BA5E82F2A35C39 /* Pods-SynchronyFinancial-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ - 449BDE5D9D406B30E8E4E97CD9DF4F01 /* Alamofire-iOS */ = { + 23E9C95DC1C9B4492899EC04F5E14FB2 /* Pods-SynchronyFinancial WatchKit App */ = { isa = PBXNativeTarget; - buildConfigurationList = 9DF94BDE67A39C1D1610F678A11EEF2D /* Build configuration list for PBXNativeTarget "Alamofire-iOS" */; + buildConfigurationList = 76E25882258C788DFB6759F73C9BE3EF /* Build configuration list for PBXNativeTarget "Pods-SynchronyFinancial WatchKit App" */; buildPhases = ( - D72D5EAE296924246E77932B36CEB218 /* Headers */, - 929597E698512C166FFDA3BAEF162568 /* Sources */, - D770F92D7A85955A0FAF2661B972B2B8 /* Frameworks */, - B6B2C43A05C8D73DE3F6B92317A11D09 /* Copy generated compatibility header */, + CF6F2AF045DC27845605F56964B932CC /* Headers */, + FC25B8ED2DBAECF215E14C166B9CA9A4 /* Sources */, + 7655006D894B3E61229226402038515B /* Frameworks */, ); buildRules = ( ); dependencies = ( + 5214CB590541879A3399B91504655B04 /* PBXTargetDependency */, + 10948AD719E58E884F22A4C2C40CE51E /* PBXTargetDependency */, ); - name = "Alamofire-iOS"; - productName = "Alamofire-iOS"; - productReference = 1DFA543FE9FB2C8ADCCAC70C1F268481 /* libAlamofire-iOS.a */; + name = "Pods-SynchronyFinancial WatchKit App"; + productName = "Pods-SynchronyFinancial WatchKit App"; + productReference = 55524B261158C88487CCF2C806FF4D0F /* libPods-SynchronyFinancial WatchKit App.a */; productType = "com.apple.product-type.library.static"; }; - 60B62C23016A64A81CA9B683B839D5ED /* Pods-SynchronyFinancial WatchKit Extension */ = { + 449BDE5D9D406B30E8E4E97CD9DF4F01 /* Alamofire-iOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 10AAD650771EED2F9D0C573C11FC73B9 /* Build configuration list for PBXNativeTarget "Pods-SynchronyFinancial WatchKit Extension" */; + buildConfigurationList = 9DF94BDE67A39C1D1610F678A11EEF2D /* Build configuration list for PBXNativeTarget "Alamofire-iOS" */; buildPhases = ( - F1F3DC37957E31C90723FDA4E5E68105 /* Headers */, - B530CB31DC7EC1F30056F7FD61E3B418 /* Sources */, - D889836E012E42E6050724B9E74CD940 /* Frameworks */, + D72D5EAE296924246E77932B36CEB218 /* Headers */, + 929597E698512C166FFDA3BAEF162568 /* Sources */, + D770F92D7A85955A0FAF2661B972B2B8 /* Frameworks */, + B6B2C43A05C8D73DE3F6B92317A11D09 /* Copy generated compatibility header */, ); buildRules = ( ); dependencies = ( - DA96FDFFDD87D65BA2324671F9B003BF /* PBXTargetDependency */, ); - name = "Pods-SynchronyFinancial WatchKit Extension"; - productName = "Pods-SynchronyFinancial WatchKit Extension"; - productReference = 4259FFBBEFB620F748F6C7933ECE173A /* libPods-SynchronyFinancial WatchKit Extension.a */; + name = "Alamofire-iOS"; + productName = "Alamofire-iOS"; + productReference = 16AD628D97C9DA1B046F827646621BA1 /* libAlamofire-iOS.a */; productType = "com.apple.product-type.library.static"; }; - 783377E47E8E56532B705F6FA7EBB00A /* Pods-SynchronyFinancial WatchKit App */ = { + A55351A847CB00A97932C1B85B3C18FF /* SwiftyJSON-iOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 2D3CD921CBC369D133CBEE2FAC6EAAEB /* Build configuration list for PBXNativeTarget "Pods-SynchronyFinancial WatchKit App" */; + buildConfigurationList = 5879836E64B00A8709085757F74A663A /* Build configuration list for PBXNativeTarget "SwiftyJSON-iOS" */; buildPhases = ( - D65BD481959A0EE865F9905D4014C703 /* Headers */, - 429FE9928BC31A368839DB4DB1C49CEF /* Sources */, - FEA78C862BA53A2CDE1B886C98A1DE88 /* Frameworks */, + 80E5408D86680B9772319304FFEB8F8F /* Headers */, + 439CA8DDDF59F0D64E27E2EEF90CB855 /* Sources */, + 9A3036498D4005BA31E5492BB5D002F6 /* Frameworks */, + A8B72104A710D8391D32027BCF3DC840 /* Copy generated compatibility header */, ); buildRules = ( ); dependencies = ( - 96FD4E7AF815EF9590FDEA4E29448A46 /* PBXTargetDependency */, ); - name = "Pods-SynchronyFinancial WatchKit App"; - productName = "Pods-SynchronyFinancial WatchKit App"; - productReference = 0496E630215776378A9F46EB6C1A3DF0 /* libPods-SynchronyFinancial WatchKit App.a */; + name = "SwiftyJSON-iOS"; + productName = "SwiftyJSON-iOS"; + productReference = E65F8CDC08AE14A3AB464AF8E6AB632D /* libSwiftyJSON-iOS.a */; productType = "com.apple.product-type.library.static"; }; B8E4738C39F45964F0C646DC61C880BB /* Alamofire-watchOS */ = { @@ -446,25 +548,63 @@ ); name = "Alamofire-watchOS"; productName = "Alamofire-watchOS"; - productReference = F2A25DA1E05048BC5530EFE869D75150 /* libAlamofire-watchOS.a */; + productReference = 01F829F53CAF1ECFA7F21E6CF38F6F44 /* libAlamofire-watchOS.a */; productType = "com.apple.product-type.library.static"; }; - DB714C3FFF0B37B02D9E4187590BA927 /* Pods-SynchronyFinancial */ = { + BA539E444083936EA5BABEA4EEEAF1E6 /* Pods-SynchronyFinancial */ = { isa = PBXNativeTarget; - buildConfigurationList = 77BA9BB120F827AE79B3B68C7D732843 /* Build configuration list for PBXNativeTarget "Pods-SynchronyFinancial" */; + buildConfigurationList = DF1E0C59481DEAAE0C56629D2CFF8061 /* Build configuration list for PBXNativeTarget "Pods-SynchronyFinancial" */; buildPhases = ( - 8F117F3D0D48486C46771567905C158D /* Headers */, - E3EF4C962FED7A1A769F38CA5D48A4D9 /* Sources */, - C0E170A80BF17BE007F1BC2EABA87AC5 /* Frameworks */, + DB6E06F29CC789EA758893DA10E0E9B6 /* Headers */, + D1C61C74B6E888BC784594D67C6CAD1E /* Sources */, + E4C9BD3DE1B46DD3BCE1F61168E558FB /* Frameworks */, ); buildRules = ( ); dependencies = ( - 68269D645449FF719B0026EF5E7BE11E /* PBXTargetDependency */, + 04C99904D1EB9236FFDE5A0C5BF3835C /* PBXTargetDependency */, + 39CC15688FF910F14528A72EE5E74FD6 /* PBXTargetDependency */, ); name = "Pods-SynchronyFinancial"; productName = "Pods-SynchronyFinancial"; - productReference = C3A3CFC003773DF2181529D4D8E7C75C /* libPods-SynchronyFinancial.a */; + productReference = 722CC0B5AEEA3455379DDF0E1B988E11 /* libPods-SynchronyFinancial.a */; + productType = "com.apple.product-type.library.static"; + }; + BDE6E9942CDC6808D94F38D6A4674DFF /* Pods-SynchronyFinancial WatchKit Extension */ = { + isa = PBXNativeTarget; + buildConfigurationList = 1E280AC9B46D73C4028D02701F38DB12 /* Build configuration list for PBXNativeTarget "Pods-SynchronyFinancial WatchKit Extension" */; + buildPhases = ( + BAF6CFF8BC2D95880A8700636E59FD1A /* Headers */, + 2C934773B7E9206065AE26CBC1B6CC00 /* Sources */, + 4BE9B2DEB3DE77FB35D87D4C4705AECC /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + F94C160F6214EECFFEECFE02CB27D7B8 /* PBXTargetDependency */, + D3052613F2D34CF8D127B74F98A32D26 /* PBXTargetDependency */, + ); + name = "Pods-SynchronyFinancial WatchKit Extension"; + productName = "Pods-SynchronyFinancial WatchKit Extension"; + productReference = 8A8DA479DEF5875519C346D03DA724DD /* libPods-SynchronyFinancial WatchKit Extension.a */; + productType = "com.apple.product-type.library.static"; + }; + E4112F6043328C5D78A3D748ABCB4124 /* SwiftyJSON-watchOS */ = { + isa = PBXNativeTarget; + buildConfigurationList = 34C28CD0B701F1C49075B096C3F6E47D /* Build configuration list for PBXNativeTarget "SwiftyJSON-watchOS" */; + buildPhases = ( + 64D6DEB494A7C068B3DE1FDCB7EF7C3A /* Headers */, + 4AAC45A0EA140FF9B57768BCDC4AE020 /* Sources */, + F57075F361295D70484846522043F6BD /* Frameworks */, + CA00E860F3CC5B052D6845B4B6A1A5C7 /* Copy generated compatibility header */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "SwiftyJSON-watchOS"; + productName = "SwiftyJSON-watchOS"; + productReference = DB963AB979D0AD02745CE29FFD8136CA /* libSwiftyJSON-watchOS.a */; productType = "com.apple.product-type.library.static"; }; /* End PBXNativeTarget section */ @@ -484,15 +624,17 @@ en, ); mainGroup = 7DB346D0F39D3F0E887471402A8071AB; - productRefGroup = 4B919E0E1046184ACF1E47EE40C6046D /* Products */; + productRefGroup = 10E2C672ADF52E68E75FF7CB9B791E74 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( 449BDE5D9D406B30E8E4E97CD9DF4F01 /* Alamofire-iOS */, B8E4738C39F45964F0C646DC61C880BB /* Alamofire-watchOS */, - DB714C3FFF0B37B02D9E4187590BA927 /* Pods-SynchronyFinancial */, - 783377E47E8E56532B705F6FA7EBB00A /* Pods-SynchronyFinancial WatchKit App */, - 60B62C23016A64A81CA9B683B839D5ED /* Pods-SynchronyFinancial WatchKit Extension */, + BA539E444083936EA5BABEA4EEEAF1E6 /* Pods-SynchronyFinancial */, + 23E9C95DC1C9B4492899EC04F5E14FB2 /* Pods-SynchronyFinancial WatchKit App */, + BDE6E9942CDC6808D94F38D6A4674DFF /* Pods-SynchronyFinancial WatchKit Extension */, + A55351A847CB00A97932C1B85B3C18FF /* SwiftyJSON-iOS */, + E4112F6043328C5D78A3D748ABCB4124 /* SwiftyJSON-watchOS */, ); }; /* End PBXProject section */ @@ -523,6 +665,31 @@ shellScript = "COMPATIBILITY_HEADER_PATH=\"${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h\"\nMODULE_MAP_PATH=\"${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap\"\n\nditto \"${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h\" \"${COMPATIBILITY_HEADER_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/Alamofire/Alamofire-watchOS.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/Alamofire/Alamofire-watchOS-umbrella.h\" \"${BUILT_PRODUCTS_DIR}\"\nprintf \"\\n\\nmodule ${PRODUCT_MODULE_NAME}.Swift {\\n header \\\"${COMPATIBILITY_HEADER_PATH}\\\"\\n requires objc\\n}\\n\" >> \"${MODULE_MAP_PATH}\"\n"; showEnvVarsInLog = 1; }; + A8B72104A710D8391D32027BCF3DC840 /* Copy generated compatibility header */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + ); + inputPaths = ( + "${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h", + "${PODS_ROOT}/Headers/Public/SwiftyJSON/SwiftyJSON-iOS.modulemap", + "${PODS_ROOT}/Headers/Public/SwiftyJSON/SwiftyJSON-iOS-umbrella.h", + ); + name = "Copy generated compatibility header"; + outputFileListPaths = ( + ); + outputPaths = ( + "${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap", + "${BUILT_PRODUCTS_DIR}/SwiftyJSON-iOS-umbrella.h", + "${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "COMPATIBILITY_HEADER_PATH=\"${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h\"\nMODULE_MAP_PATH=\"${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap\"\n\nditto \"${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h\" \"${COMPATIBILITY_HEADER_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/SwiftyJSON/SwiftyJSON-iOS.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/SwiftyJSON/SwiftyJSON-iOS-umbrella.h\" \"${BUILT_PRODUCTS_DIR}\"\nprintf \"\\n\\nmodule ${PRODUCT_MODULE_NAME}.Swift {\\n header \\\"${COMPATIBILITY_HEADER_PATH}\\\"\\n requires objc\\n}\\n\" >> \"${MODULE_MAP_PATH}\"\n"; + showEnvVarsInLog = 1; + }; B6B2C43A05C8D73DE3F6B92317A11D09 /* Copy generated compatibility header */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -548,9 +715,42 @@ shellScript = "COMPATIBILITY_HEADER_PATH=\"${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h\"\nMODULE_MAP_PATH=\"${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap\"\n\nditto \"${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h\" \"${COMPATIBILITY_HEADER_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/Alamofire/Alamofire-iOS.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/Alamofire/Alamofire-iOS-umbrella.h\" \"${BUILT_PRODUCTS_DIR}\"\nprintf \"\\n\\nmodule ${PRODUCT_MODULE_NAME}.Swift {\\n header \\\"${COMPATIBILITY_HEADER_PATH}\\\"\\n requires objc\\n}\\n\" >> \"${MODULE_MAP_PATH}\"\n"; showEnvVarsInLog = 1; }; + CA00E860F3CC5B052D6845B4B6A1A5C7 /* Copy generated compatibility header */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + ); + inputPaths = ( + "${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h", + "${PODS_ROOT}/Headers/Public/SwiftyJSON/SwiftyJSON-watchOS.modulemap", + "${PODS_ROOT}/Headers/Public/SwiftyJSON/SwiftyJSON-watchOS-umbrella.h", + ); + name = "Copy generated compatibility header"; + outputFileListPaths = ( + ); + outputPaths = ( + "${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap", + "${BUILT_PRODUCTS_DIR}/SwiftyJSON-watchOS-umbrella.h", + "${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "COMPATIBILITY_HEADER_PATH=\"${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h\"\nMODULE_MAP_PATH=\"${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap\"\n\nditto \"${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h\" \"${COMPATIBILITY_HEADER_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/SwiftyJSON/SwiftyJSON-watchOS.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/SwiftyJSON/SwiftyJSON-watchOS-umbrella.h\" \"${BUILT_PRODUCTS_DIR}\"\nprintf \"\\n\\nmodule ${PRODUCT_MODULE_NAME}.Swift {\\n header \\\"${COMPATIBILITY_HEADER_PATH}\\\"\\n requires objc\\n}\\n\" >> \"${MODULE_MAP_PATH}\"\n"; + showEnvVarsInLog = 1; + }; /* End PBXShellScriptBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ + 2C934773B7E9206065AE26CBC1B6CC00 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + D79589CC90F1317375D44D1D82FFA904 /* Pods-SynchronyFinancial WatchKit Extension-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 3D7C54143FBBF306C65A41DD05558A1D /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -576,11 +776,21 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 429FE9928BC31A368839DB4DB1C49CEF /* Sources */ = { + 439CA8DDDF59F0D64E27E2EEF90CB855 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + FBB7259D340524E53220F57813C6BB91 /* SwiftyJSON-iOS-dummy.m in Sources */, + ED0D0EA9C409FD06278AF8EFCC3BF079 /* SwiftyJSON.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 4AAC45A0EA140FF9B57768BCDC4AE020 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - CDB9D5D771EC41C24E5FC025CDD2F02D /* Pods-SynchronyFinancial WatchKit App-dummy.m in Sources */, + F8EE58201F476220F7E4E79F5EFD2B83 /* SwiftyJSON-watchOS-dummy.m in Sources */, + 4FA6BF1F0AE7987E2A74F8E109AAAB73 /* SwiftyJSON.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -609,49 +819,114 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - B530CB31DC7EC1F30056F7FD61E3B418 /* Sources */ = { + D1C61C74B6E888BC784594D67C6CAD1E /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 06AD8F515AA607C8CB47865D93E97E16 /* Pods-SynchronyFinancial WatchKit Extension-dummy.m in Sources */, + 7A41AADF9889986E99EE9B3B6FA085B6 /* Pods-SynchronyFinancial-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - E3EF4C962FED7A1A769F38CA5D48A4D9 /* Sources */ = { + FC25B8ED2DBAECF215E14C166B9CA9A4 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 1A0FF2D7AB93FEAEABFB337A470FBCF4 /* Pods-SynchronyFinancial-dummy.m in Sources */, + 238B31EF45E04BF3408A2EFDD2AFB9EE /* Pods-SynchronyFinancial WatchKit App-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 68269D645449FF719B0026EF5E7BE11E /* PBXTargetDependency */ = { + 04C99904D1EB9236FFDE5A0C5BF3835C /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "Alamofire-iOS"; target = 449BDE5D9D406B30E8E4E97CD9DF4F01 /* Alamofire-iOS */; - targetProxy = 73BA8BAB2DFC05CA43738D9049E43B08 /* PBXContainerItemProxy */; + targetProxy = A8E438FA1408BF474C387F7D18DBF9D8 /* PBXContainerItemProxy */; }; - 96FD4E7AF815EF9590FDEA4E29448A46 /* PBXTargetDependency */ = { + 10948AD719E58E884F22A4C2C40CE51E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "SwiftyJSON-watchOS"; + target = E4112F6043328C5D78A3D748ABCB4124 /* SwiftyJSON-watchOS */; + targetProxy = B3534C5B120C3C6D0A1D6A6EAFAC5559 /* PBXContainerItemProxy */; + }; + 39CC15688FF910F14528A72EE5E74FD6 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "SwiftyJSON-iOS"; + target = A55351A847CB00A97932C1B85B3C18FF /* SwiftyJSON-iOS */; + targetProxy = A2DE672334422B978336B75EB65AB067 /* PBXContainerItemProxy */; + }; + 5214CB590541879A3399B91504655B04 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "Alamofire-watchOS"; target = B8E4738C39F45964F0C646DC61C880BB /* Alamofire-watchOS */; - targetProxy = B2FB7006531883F892E7CA8DE39A304D /* PBXContainerItemProxy */; + targetProxy = DDFECF23B12F74B2FB03A442EC02B825 /* PBXContainerItemProxy */; + }; + D3052613F2D34CF8D127B74F98A32D26 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "SwiftyJSON-watchOS"; + target = E4112F6043328C5D78A3D748ABCB4124 /* SwiftyJSON-watchOS */; + targetProxy = 51DA1F0F4D00406CFFEE8664ED321653 /* PBXContainerItemProxy */; }; - DA96FDFFDD87D65BA2324671F9B003BF /* PBXTargetDependency */ = { + F94C160F6214EECFFEECFE02CB27D7B8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "Alamofire-watchOS"; target = B8E4738C39F45964F0C646DC61C880BB /* Alamofire-watchOS */; - targetProxy = E75DF8434FC6AE4EA1080FA7F88FFAE7 /* PBXContainerItemProxy */; + targetProxy = EDCCE248449EB5F7D969505722884A3A /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ + 035C52E06BDBC337E1D845C910495FD9 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = D973958A446C3F657AE1966A90CE8919 /* SwiftyJSON-iOS.xcconfig */; + buildSettings = { + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/SwiftyJSON-iOS/SwiftyJSON-iOS-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + MODULEMAP_FILE = "Headers/Public/SwiftyJSON/SwiftyJSON-iOS.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = SwiftyJSON; + PRODUCT_NAME = "SwiftyJSON-iOS"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 4.2; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 049B0A9DD42F406586C3F7E7061D6DA1 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = E3FB030C43F304B46B7D13D340F85758 /* Pods-SynchronyFinancial WatchKit App.debug.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-SynchronyFinancial WatchKit App/Pods-SynchronyFinancial WatchKit App.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + SDKROOT = watchos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = 4; + WATCHOS_DEPLOYMENT_TARGET = 2.0; + }; + name = Debug; + }; 2826682D386C6B0BC3B233227C591921 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1D108A04C250B757FFCA530C141F1214 /* Alamofire-watchOS.xcconfig */; + baseConfigurationReference = 6F2B5D4C0C80015444FA3B36F303B2B0 /* Alamofire-watchOS.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = YES; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -675,9 +950,9 @@ }; name = Release; }; - 328F6C25659258D7ECF1BC18DAFE9452 /* Debug */ = { + 29627E57EEAD0B1D02CBD3309F005A4E /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E3FB030C43F304B46B7D13D340F85758 /* Pods-SynchronyFinancial WatchKit App.debug.xcconfig */; + baseConfigurationReference = E417715AA69FF6BDEEB3690D2A78F441 /* Pods-SynchronyFinancial WatchKit App.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -692,11 +967,12 @@ SDKROOT = watchos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = 4; + VALIDATE_PRODUCT = YES; WATCHOS_DEPLOYMENT_TARGET = 2.0; }; - name = Debug; + name = Release; }; - 5A9651F5FCF4C06FF4936FA8C8D7CA44 /* Debug */ = { + 3A44AE055CA1D6C30D441DE5D6FCF22E /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = B4CEFB54704C98824E6DD456EE364D63 /* Pods-SynchronyFinancial.debug.xcconfig */; buildSettings = { @@ -719,7 +995,7 @@ }; name = Debug; }; - 5FA936D8EA4A2A663DD9E083BD8D489F /* Debug */ = { + 51638B621A9AC9DF327CB57C5E0CF2D4 /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = 4B98B3A9F78869E2C0EC19625A2BE917 /* Pods-SynchronyFinancial WatchKit Extension.debug.xcconfig */; buildSettings = { @@ -743,7 +1019,7 @@ }; 6CE353B2F3CA375A78075020310BC0C6 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1D108A04C250B757FFCA530C141F1214 /* Alamofire-watchOS.xcconfig */; + baseConfigurationReference = 6F2B5D4C0C80015444FA3B36F303B2B0 /* Alamofire-watchOS.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = YES; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -833,30 +1109,6 @@ }; name = Debug; }; - 94B3714CCC3E8BCE8A3517E981F5E68D /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 668280BA4A5081F50698A173BCC0E7FE /* Pods-SynchronyFinancial.release.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-SynchronyFinancial/Pods-SynchronyFinancial.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; 9A6A850AEE71AB7B9400CA88CCFA23C5 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -920,9 +1172,34 @@ }; name = Release; }; + AEC7BD30FCA2D2D228083CEB1BF9ABD5 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 452842CB2E7246C3A8F95C3FB0B44D78 /* SwiftyJSON-watchOS.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = YES; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/SwiftyJSON-watchOS/SwiftyJSON-watchOS-prefix.pch"; + MODULEMAP_FILE = "Headers/Public/SwiftyJSON/SwiftyJSON-watchOS.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = SwiftyJSON; + PRODUCT_NAME = "SwiftyJSON-watchOS"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = watchos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 4.2; + TARGETED_DEVICE_FAMILY = 4; + WATCHOS_DEPLOYMENT_TARGET = 2.0; + }; + name = Debug; + }; C2FDEE3877470D3BDCBB8746006A8D9C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B50187719449A01B0AF5EAAAB11CF486 /* Alamofire-iOS.xcconfig */; + baseConfigurationReference = 5426F9255DC48E5C2163FD45D4D21BBB /* Alamofire-iOS.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -945,7 +1222,58 @@ }; name = Debug; }; - CD1CF033ECB231DEC4E9F886E6B87065 /* Release */ = { + CEEAD24B601C699F01F9C902F0AEB063 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 452842CB2E7246C3A8F95C3FB0B44D78 /* SwiftyJSON-watchOS.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = YES; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/SwiftyJSON-watchOS/SwiftyJSON-watchOS-prefix.pch"; + MODULEMAP_FILE = "Headers/Public/SwiftyJSON/SwiftyJSON-watchOS.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = SwiftyJSON; + PRODUCT_NAME = "SwiftyJSON-watchOS"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = watchos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 4.2; + TARGETED_DEVICE_FAMILY = 4; + VALIDATE_PRODUCT = YES; + WATCHOS_DEPLOYMENT_TARGET = 2.0; + }; + name = Release; + }; + EE10BE485A7335EC77C2A433CCC79C27 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = D973958A446C3F657AE1966A90CE8919 /* SwiftyJSON-iOS.xcconfig */; + buildSettings = { + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/SwiftyJSON-iOS/SwiftyJSON-iOS-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + MODULEMAP_FILE = "Headers/Public/SwiftyJSON/SwiftyJSON-iOS.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = SwiftyJSON; + PRODUCT_NAME = "SwiftyJSON-iOS"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 4.2; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + EEBBD5F14F0F1FF51F95D65E12355468 /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = 1F31328046BB381D71AAFDF15525D78B /* Pods-SynchronyFinancial WatchKit Extension.release.xcconfig */; buildSettings = { @@ -968,31 +1296,33 @@ }; name = Release; }; - EA927A86427CBA927BDE69A2E345E4EC /* Release */ = { + F07A1E39A4CDBE3A9A6354805F8B7D7C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E417715AA69FF6BDEEB3690D2A78F441 /* Pods-SynchronyFinancial WatchKit App.release.xcconfig */; + baseConfigurationReference = 668280BA4A5081F50698A173BCC0E7FE /* Pods-SynchronyFinancial.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-SynchronyFinancial WatchKit App/Pods-SynchronyFinancial WatchKit App.modulemap"; + MODULEMAP_FILE = "Target Support Files/Pods-SynchronyFinancial/Pods-SynchronyFinancial.modulemap"; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PODS_ROOT = "$(SRCROOT)"; PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - SDKROOT = watchos; + SDKROOT = iphoneos; SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = 4; + TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; - WATCHOS_DEPLOYMENT_TARGET = 2.0; }; name = Release; }; F29D542AE3B19C8ED97D31B6B4586EEC /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B50187719449A01B0AF5EAAAB11CF486 /* Alamofire-iOS.xcconfig */; + baseConfigurationReference = 5426F9255DC48E5C2163FD45D4D21BBB /* Alamofire-iOS.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -1019,38 +1349,47 @@ /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 10AAD650771EED2F9D0C573C11FC73B9 /* Build configuration list for PBXNativeTarget "Pods-SynchronyFinancial WatchKit Extension" */ = { + 1E280AC9B46D73C4028D02701F38DB12 /* Build configuration list for PBXNativeTarget "Pods-SynchronyFinancial WatchKit Extension" */ = { isa = XCConfigurationList; buildConfigurations = ( - 5FA936D8EA4A2A663DD9E083BD8D489F /* Debug */, - CD1CF033ECB231DEC4E9F886E6B87065 /* Release */, + 51638B621A9AC9DF327CB57C5E0CF2D4 /* Debug */, + EEBBD5F14F0F1FF51F95D65E12355468 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 2D3CD921CBC369D133CBEE2FAC6EAAEB /* Build configuration list for PBXNativeTarget "Pods-SynchronyFinancial WatchKit App" */ = { + 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */ = { isa = XCConfigurationList; buildConfigurations = ( - 328F6C25659258D7ECF1BC18DAFE9452 /* Debug */, - EA927A86427CBA927BDE69A2E345E4EC /* Release */, + 7D7EDC43F020C2C42F612DC0E341C8C6 /* Debug */, + 9A6A850AEE71AB7B9400CA88CCFA23C5 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */ = { + 34C28CD0B701F1C49075B096C3F6E47D /* Build configuration list for PBXNativeTarget "SwiftyJSON-watchOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 7D7EDC43F020C2C42F612DC0E341C8C6 /* Debug */, - 9A6A850AEE71AB7B9400CA88CCFA23C5 /* Release */, + AEC7BD30FCA2D2D228083CEB1BF9ABD5 /* Debug */, + CEEAD24B601C699F01F9C902F0AEB063 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 5879836E64B00A8709085757F74A663A /* Build configuration list for PBXNativeTarget "SwiftyJSON-iOS" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + EE10BE485A7335EC77C2A433CCC79C27 /* Debug */, + 035C52E06BDBC337E1D845C910495FD9 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 77BA9BB120F827AE79B3B68C7D732843 /* Build configuration list for PBXNativeTarget "Pods-SynchronyFinancial" */ = { + 76E25882258C788DFB6759F73C9BE3EF /* Build configuration list for PBXNativeTarget "Pods-SynchronyFinancial WatchKit App" */ = { isa = XCConfigurationList; buildConfigurations = ( - 5A9651F5FCF4C06FF4936FA8C8D7CA44 /* Debug */, - 94B3714CCC3E8BCE8A3517E981F5E68D /* Release */, + 049B0A9DD42F406586C3F7E7061D6DA1 /* Debug */, + 29627E57EEAD0B1D02CBD3309F005A4E /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -1073,6 +1412,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + DF1E0C59481DEAAE0C56629D2CFF8061 /* Build configuration list for PBXNativeTarget "Pods-SynchronyFinancial" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 3A44AE055CA1D6C30D441DE5D6FCF22E /* Debug */, + F07A1E39A4CDBE3A9A6354805F8B7D7C /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; /* End XCConfigurationList section */ }; rootObject = D41D8CD98F00B204E9800998ECF8427E /* Project object */; diff --git a/SynchronyFinancial/Pods/Pods.xcodeproj/xcuserdata/alanmaynard.xcuserdatad/xcschemes/Pods-SynchronyFinancial WatchKit App.xcscheme b/SynchronyFinancial/Pods/Pods.xcodeproj/xcuserdata/alanmaynard.xcuserdatad/xcschemes/Pods-SynchronyFinancial WatchKit App.xcscheme index d333a58..8f89253 100644 --- a/SynchronyFinancial/Pods/Pods.xcodeproj/xcuserdata/alanmaynard.xcuserdatad/xcschemes/Pods-SynchronyFinancial WatchKit App.xcscheme +++ b/SynchronyFinancial/Pods/Pods.xcodeproj/xcuserdata/alanmaynard.xcuserdatad/xcschemes/Pods-SynchronyFinancial WatchKit App.xcscheme @@ -14,7 +14,7 @@ buildForArchiving = "YES"> diff --git a/SynchronyFinancial/Pods/Pods.xcodeproj/xcuserdata/alanmaynard.xcuserdatad/xcschemes/Pods-SynchronyFinancial WatchKit Extension.xcscheme b/SynchronyFinancial/Pods/Pods.xcodeproj/xcuserdata/alanmaynard.xcuserdatad/xcschemes/Pods-SynchronyFinancial WatchKit Extension.xcscheme index 0e20bbd..c14c166 100644 --- a/SynchronyFinancial/Pods/Pods.xcodeproj/xcuserdata/alanmaynard.xcuserdatad/xcschemes/Pods-SynchronyFinancial WatchKit Extension.xcscheme +++ b/SynchronyFinancial/Pods/Pods.xcodeproj/xcuserdata/alanmaynard.xcuserdatad/xcschemes/Pods-SynchronyFinancial WatchKit Extension.xcscheme @@ -14,7 +14,7 @@ buildForArchiving = "YES"> diff --git a/SynchronyFinancial/Pods/Pods.xcodeproj/xcuserdata/alanmaynard.xcuserdatad/xcschemes/Pods-SynchronyFinancial.xcscheme b/SynchronyFinancial/Pods/Pods.xcodeproj/xcuserdata/alanmaynard.xcuserdatad/xcschemes/Pods-SynchronyFinancial.xcscheme index 12d21e9..d639f90 100644 --- a/SynchronyFinancial/Pods/Pods.xcodeproj/xcuserdata/alanmaynard.xcuserdatad/xcschemes/Pods-SynchronyFinancial.xcscheme +++ b/SynchronyFinancial/Pods/Pods.xcodeproj/xcuserdata/alanmaynard.xcuserdatad/xcschemes/Pods-SynchronyFinancial.xcscheme @@ -14,7 +14,7 @@ buildForArchiving = "YES"> diff --git a/SynchronyFinancial/Pods/SwiftyJSON/LICENSE b/SynchronyFinancial/Pods/SwiftyJSON/LICENSE new file mode 100644 index 0000000..68e3fd7 --- /dev/null +++ b/SynchronyFinancial/Pods/SwiftyJSON/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2017 Ruoyu Fu + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/SynchronyFinancial/Pods/SwiftyJSON/README.md b/SynchronyFinancial/Pods/SwiftyJSON/README.md new file mode 100644 index 0000000..3274979 --- /dev/null +++ b/SynchronyFinancial/Pods/SwiftyJSON/README.md @@ -0,0 +1,549 @@ +# SwiftyJSON + +[![Travis CI](https://travis-ci.org/SwiftyJSON/SwiftyJSON.svg?branch=master)](https://travis-ci.org/SwiftyJSON/SwiftyJSON) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) ![CocoaPods](https://img.shields.io/cocoapods/v/SwiftyJSON.svg) ![Platform](https://img.shields.io/badge/platforms-iOS%208.0+%20%7C%20macOS%2010.10+%20%7C%20tvOS%209.0+%20%7C%20watchOS%202.0+-333333.svg) + +SwiftyJSON makes it easy to deal with JSON data in Swift. + +1. [Why is the typical JSON handling in Swift NOT good](#why-is-the-typical-json-handling-in-swift-not-good) +2. [Requirements](#requirements) +3. [Integration](#integration) +4. [Usage](#usage) + - [Initialization](#initialization) + - [Subscript](#subscript) + - [Loop](#loop) + - [Error](#error) + - [Optional getter](#optional-getter) + - [Non-optional getter](#non-optional-getter) + - [Setter](#setter) + - [Raw object](#raw-object) + - [Literal convertibles](#literal-convertibles) + - [Merging](#merging) +5. [Work with Alamofire](#work-with-alamofire) +6. [Work with Moya](#work-with-moya) + +> [中文介绍](http://tangplin.github.io/swiftyjson/) + + +## Why is the typical JSON handling in Swift NOT good? + +Swift is very strict about types. But although explicit typing is good for saving us from mistakes, it becomes painful when dealing with JSON and other areas that are, by nature, implicit about types. + +Take the Twitter API for example. Say we want to retrieve a user's "name" value of some tweet in Swift (according to [Twitter's API](https://developer.twitter.com/en/docs/tweets/timelines/api-reference/get-statuses-home_timeline)). + +The code would look like this: + +```swift +if let statusesArray = try? JSONSerialization.jsonObject(with: data, options: .allowFragments) as? [[String: Any]], + let user = statusesArray[0]["user"] as? [String: Any], + let username = user["name"] as? String { + // Finally we got the username +} +``` + +It's not good. + +Even if we use optional chaining, it would be messy: + +```swift +if let JSONObject = try JSONSerialization.jsonObject(with: data, options: .allowFragments) as? [[String: Any]], + let username = (JSONObject[0]["user"] as? [String: Any])?["name"] as? String { + // There's our username +} +``` + +An unreadable mess--for something that should really be simple! + +With SwiftyJSON all you have to do is: + +```swift +let json = JSON(data: dataFromNetworking) +if let userName = json[0]["user"]["name"].string { + //Now you got your value +} +``` + +And don't worry about the Optional Wrapping thing. It's done for you automatically. + +```swift +let json = JSON(data: dataFromNetworking) +if let userName = json[999999]["wrong_key"]["wrong_name"].string { + //Calm down, take it easy, the ".string" property still produces the correct Optional String type with safety +} else { + //Print the error + print(json[999999]["wrong_key"]["wrong_name"]) +} +``` + +## Requirements + +- iOS 8.0+ | macOS 10.10+ | tvOS 9.0+ | watchOS 2.0+ +- Xcode 8 + +## Integration + +#### CocoaPods (iOS 8+, OS X 10.9+) + +You can use [CocoaPods](http://cocoapods.org/) to install `SwiftyJSON` by adding it to your `Podfile`: + +```ruby +platform :ios, '8.0' +use_frameworks! + +target 'MyApp' do + pod 'SwiftyJSON', '~> 4.0' +end +``` + +#### Carthage (iOS 8+, OS X 10.9+) + +You can use [Carthage](https://github.com/Carthage/Carthage) to install `SwiftyJSON` by adding it to your `Cartfile`: + +``` +github "SwiftyJSON/SwiftyJSON" ~> 4.0 +``` + +If you use Carthage to build your dependencies, make sure you have added `SwiftyJSON.framework` to the "Linked Frameworks and Libraries" section of your target, and have included them in your Carthage framework copying build phase. + +#### Swift Package Manager + +You can use [The Swift Package Manager](https://swift.org/package-manager) to install `SwiftyJSON` by adding the proper description to your `Package.swift` file: + +```swift +// swift-tools-version:4.0 +import PackageDescription + +let package = Package( + name: "YOUR_PROJECT_NAME", + dependencies: [ + .package(url: "https://github.com/SwiftyJSON/SwiftyJSON.git", from: "4.0.0"), + ] +) +``` +Then run `swift build` whenever you get prepared. + +#### Manually (iOS 7+, OS X 10.9+) + +To use this library in your project manually you may: + +1. for Projects, just drag SwiftyJSON.swift to the project tree +2. for Workspaces, include the whole SwiftyJSON.xcodeproj + +## Usage + +#### Initialization + +```swift +import SwiftyJSON +``` + +```swift +let json = JSON(data: dataFromNetworking) +``` +Or + +```swift +let json = JSON(jsonObject) +``` +Or + +```swift +if let dataFromString = jsonString.data(using: .utf8, allowLossyConversion: false) { + let json = JSON(data: dataFromString) +} +``` + +#### Subscript + +```swift +// Getting a double from a JSON Array +let name = json[0].double +``` + +```swift +// Getting an array of string from a JSON Array +let arrayNames = json["users"].arrayValue.map({$0["name"].stringValue}) +``` + +```swift +// Getting a string from a JSON Dictionary +let name = json["name"].stringValue +``` + +```swift +// Getting a string using a path to the element +let path: [JSONSubscriptType] = [1,"list",2,"name"] +let name = json[path].string +// Just the same +let name = json[1]["list"][2]["name"].string +// Alternatively +let name = json[1,"list",2,"name"].string +``` + +```swift +// With a hard way +let name = json[].string +``` + +```swift +// With a custom way +let keys:[JSONSubscriptType] = [1,"list",2,"name"] +let name = json[keys].string +``` + +#### Loop + +```swift +// If json is .Dictionary +for (key,subJson):(String, JSON) in json { + // Do something you want +} +``` + +*The first element is always a String, even if the JSON is an Array* + +```swift +// If json is .Array +// The `index` is 0.. = json["list"].arrayValue +``` + +```swift +// If not a Dictionary or nil, return [:] +let user: Dictionary = json["user"].dictionaryValue +``` + +#### Setter + +```swift +json["name"] = JSON("new-name") +json[0] = JSON(1) +``` + +```swift +json["id"].int = 1234567890 +json["coordinate"].double = 8766.766 +json["name"].string = "Jack" +json.arrayObject = [1,2,3,4] +json.dictionaryObject = ["name":"Jack", "age":25] +``` + +#### Raw object + +```swift +let rawObject: Any = json.object +``` + +```swift +let rawValue: Any = json.rawValue +``` + +```swift +//convert the JSON to raw NSData +do { + let rawData = try json.rawData() + //Do something you want +} catch { + print("Error \(error)") +} +``` + +```swift +//convert the JSON to a raw String +if let rawString = json.rawString() { + //Do something you want +} else { + print("json.rawString is nil") +} +``` + +#### Existence + +```swift +// shows you whether value specified in JSON or not +if json["name"].exists() +``` + +#### Literal convertibles + +For more info about literal convertibles: [Swift Literal Convertibles](http://nshipster.com/swift-literal-convertible/) + +```swift +// StringLiteralConvertible +let json: JSON = "I'm a json" +``` + +```swift +/ /IntegerLiteralConvertible +let json: JSON = 12345 +``` + +```swift +// BooleanLiteralConvertible +let json: JSON = true +``` + +```swift +// FloatLiteralConvertible +let json: JSON = 2.8765 +``` + +```swift +// DictionaryLiteralConvertible +let json: JSON = ["I":"am", "a":"json"] +``` + +```swift +// ArrayLiteralConvertible +let json: JSON = ["I", "am", "a", "json"] +``` + +```swift +// With subscript in array +var json: JSON = [1,2,3] +json[0] = 100 +json[1] = 200 +json[2] = 300 +json[999] = 300 // Don't worry, nothing will happen +``` + +```swift +// With subscript in dictionary +var json: JSON = ["name": "Jack", "age": 25] +json["name"] = "Mike" +json["age"] = "25" // It's OK to set String +json["address"] = "L.A." // Add the "address": "L.A." in json +``` + +```swift +// Array & Dictionary +var json: JSON = ["name": "Jack", "age": 25, "list": ["a", "b", "c", ["what": "this"]]] +json["list"][3]["what"] = "that" +json["list",3,"what"] = "that" +let path: [JSONSubscriptType] = ["list",3,"what"] +json[path] = "that" +``` + +```swift +// With other JSON objects +let user: JSON = ["username" : "Steve", "password": "supersecurepassword"] +let auth: JSON = [ + "user": user.object, // use user.object instead of just user + "apikey": "supersecretapitoken" +] +``` + +#### Merging + +It is possible to merge one JSON into another JSON. Merging a JSON into another JSON adds all non existing values to the original JSON which are only present in the `other` JSON. + +If both JSONs contain a value for the same key, _mostly_ this value gets overwritten in the original JSON, but there are two cases where it provides some special treatment: + +- In case of both values being a `JSON.Type.array` the values form the array found in the `other` JSON getting appended to the original JSON's array value. +- In case of both values being a `JSON.Type.dictionary` both JSON-values are getting merged the same way the encapsulating JSON is merged. + +In case, where two fields in a JSON have a different types, the value will get always overwritten. + +There are two different fashions for merging: `merge` modifies the original JSON, whereas `merged` works non-destructively on a copy. + +```swift +let original: JSON = [ + "first_name": "John", + "age": 20, + "skills": ["Coding", "Reading"], + "address": [ + "street": "Front St", + "zip": "12345", + ] +] + +let update: JSON = [ + "last_name": "Doe", + "age": 21, + "skills": ["Writing"], + "address": [ + "zip": "12342", + "city": "New York City" + ] +] + +let updated = original.merge(with: update) +// [ +// "first_name": "John", +// "last_name": "Doe", +// "age": 21, +// "skills": ["Coding", "Reading", "Writing"], +// "address": [ +// "street": "Front St", +// "zip": "12342", +// "city": "New York City" +// ] +// ] +``` + +## String representation +There are two options available: +- use the default Swift one +- use a custom one that will handle optionals well and represent `nil` as `"null"`: +```swift +let dict = ["1":2, "2":"two", "3": nil] as [String: Any?] +let json = JSON(dict) +let representation = json.rawString(options: [.castNilToNSNull: true]) +// representation is "{\"1\":2,\"2\":\"two\",\"3\":null}", which represents {"1":2,"2":"two","3":null} +``` + +## Work with [Alamofire](https://github.com/Alamofire/Alamofire) + +SwiftyJSON nicely wraps the result of the Alamofire JSON response handler: + +```swift +Alamofire.request(url, method: .get).validate().responseJSON { response in + switch response.result { + case .success(let value): + let json = JSON(value) + print("JSON: \(json)") + case .failure(let error): + print(error) + } +} +``` + +We also provide an extension of Alamofire for serializing NSData to SwiftyJSON's JSON. + +See: [Alamofire-SwiftyJSON](https://github.com/SwiftyJSON/Alamofire-SwiftyJSON) + + +## Work with [Moya](https://github.com/Moya/Moya) + +SwiftyJSON parse data to JSON: + +```swift +let provider = MoyaProvider() +provider.request(.showProducts) { result in + switch result { + case let .success(moyaResponse): + let data = moyaResponse.data + let json = JSON(data: data) // convert network data to json + print(json) + case let .failure(error): + print("error: \(error)") + } +} + +``` diff --git a/SynchronyFinancial/Pods/SwiftyJSON/Source/SwiftyJSON.swift b/SynchronyFinancial/Pods/SwiftyJSON/Source/SwiftyJSON.swift new file mode 100644 index 0000000..f3553fe --- /dev/null +++ b/SynchronyFinancial/Pods/SwiftyJSON/Source/SwiftyJSON.swift @@ -0,0 +1,1563 @@ +// SwiftyJSON.swift +// +// Copyright (c) 2014 - 2017 Ruoyu Fu, Pinglin Tang +// +// 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. + +import Foundation + +// MARK: - Error +// swiftlint:disable line_length +/// Error domain +@available(*, deprecated, message: "ErrorDomain is deprecated. Use `SwiftyJSONError.errorDomain` instead.", renamed: "SwiftyJSONError.errorDomain") +public let ErrorDomain: String = "SwiftyJSONErrorDomain" + +/// Error code +@available(*, deprecated, message: "ErrorUnsupportedType is deprecated. Use `SwiftyJSONError.unsupportedType` instead.", renamed: "SwiftyJSONError.unsupportedType") +public let ErrorUnsupportedType: Int = 999 +@available(*, deprecated, message: "ErrorIndexOutOfBounds is deprecated. Use `SwiftyJSONError.indexOutOfBounds` instead.", renamed: "SwiftyJSONError.indexOutOfBounds") +public let ErrorIndexOutOfBounds: Int = 900 +@available(*, deprecated, message: "ErrorWrongType is deprecated. Use `SwiftyJSONError.wrongType` instead.", renamed: "SwiftyJSONError.wrongType") +public let ErrorWrongType: Int = 901 +@available(*, deprecated, message: "ErrorNotExist is deprecated. Use `SwiftyJSONError.notExist` instead.", renamed: "SwiftyJSONError.notExist") +public let ErrorNotExist: Int = 500 +@available(*, deprecated, message: "ErrorInvalidJSON is deprecated. Use `SwiftyJSONError.invalidJSON` instead.", renamed: "SwiftyJSONError.invalidJSON") +public let ErrorInvalidJSON: Int = 490 + +public enum SwiftyJSONError: Int, Swift.Error { + case unsupportedType = 999 + case indexOutOfBounds = 900 + case elementTooDeep = 902 + case wrongType = 901 + case notExist = 500 + case invalidJSON = 490 +} + +extension SwiftyJSONError: CustomNSError { + + /// return the error domain of SwiftyJSONError + public static var errorDomain: String { return "com.swiftyjson.SwiftyJSON" } + + /// return the error code of SwiftyJSONError + public var errorCode: Int { return self.rawValue } + + /// return the userInfo of SwiftyJSONError + public var errorUserInfo: [String: Any] { + switch self { + case .unsupportedType: + return [NSLocalizedDescriptionKey: "It is an unsupported type."] + case .indexOutOfBounds: + return [NSLocalizedDescriptionKey: "Array Index is out of bounds."] + case .wrongType: + return [NSLocalizedDescriptionKey: "Couldn't merge, because the JSONs differ in type on top level."] + case .notExist: + return [NSLocalizedDescriptionKey: "Dictionary key does not exist."] + case .invalidJSON: + return [NSLocalizedDescriptionKey: "JSON is invalid."] + case .elementTooDeep: + return [NSLocalizedDescriptionKey: "Element too deep. Increase maxObjectDepth and make sure there is no reference loop."] + } + } +} + +// MARK: - JSON Type + +/** +JSON's type definitions. + +See http://www.json.org +*/ +public enum Type: Int { + case number + case string + case bool + case array + case dictionary + case null + case unknown +} + +// MARK: - JSON Base + +public struct JSON { + + /** + Creates a JSON using the data. + + - parameter data: The NSData used to convert to json.Top level object in data is an NSArray or NSDictionary + - parameter opt: The JSON serialization reading options. `[]` by default. + + - returns: The created JSON + */ + public init(data: Data, options opt: JSONSerialization.ReadingOptions = []) throws { + let object: Any = try JSONSerialization.jsonObject(with: data, options: opt) + self.init(jsonObject: object) + } + + /** + Creates a JSON object + - note: this does not parse a `String` into JSON, instead use `init(parseJSON: String)` + + - parameter object: the object + + - returns: the created JSON object + */ + public init(_ object: Any) { + switch object { + case let object as Data: + do { + try self.init(data: object) + } catch { + self.init(jsonObject: NSNull()) + } + default: + self.init(jsonObject: object) + } + } + + /** + Parses the JSON string into a JSON object + + - parameter json: the JSON string + + - returns: the created JSON object + */ + public init(parseJSON jsonString: String) { + if let data = jsonString.data(using: .utf8) { + self.init(data) + } else { + self.init(NSNull()) + } + } + + /** + Creates a JSON from JSON string + + - parameter json: Normal json string like '{"a":"b"}' + + - returns: The created JSON + */ + @available(*, deprecated, message: "Use instead `init(parseJSON: )`") + public static func parse(_ json: String) -> JSON { + return json.data(using: String.Encoding.utf8) + .flatMap { try? JSON(data: $0) } ?? JSON(NSNull()) + } + + /** + Creates a JSON using the object. + + - parameter jsonObject: The object must have the following properties: All objects are NSString/String, NSNumber/Int/Float/Double/Bool, NSArray/Array, NSDictionary/Dictionary, or NSNull; All dictionary keys are NSStrings/String; NSNumbers are not NaN or infinity. + + - returns: The created JSON + */ + fileprivate init(jsonObject: Any) { + self.object = jsonObject + } + + /** + Merges another JSON into this JSON, whereas primitive values which are not present in this JSON are getting added, + present values getting overwritten, array values getting appended and nested JSONs getting merged the same way. + + - parameter other: The JSON which gets merged into this JSON + + - throws `ErrorWrongType` if the other JSONs differs in type on the top level. + */ + public mutating func merge(with other: JSON) throws { + try self.merge(with: other, typecheck: true) + } + + /** + Merges another JSON into this JSON and returns a new JSON, whereas primitive values which are not present in this JSON are getting added, + present values getting overwritten, array values getting appended and nested JSONS getting merged the same way. + + - parameter other: The JSON which gets merged into this JSON + + - throws `ErrorWrongType` if the other JSONs differs in type on the top level. + + - returns: New merged JSON + */ + public func merged(with other: JSON) throws -> JSON { + var merged = self + try merged.merge(with: other, typecheck: true) + return merged + } + + /** + Private woker function which does the actual merging + Typecheck is set to true for the first recursion level to prevent total override of the source JSON + */ + fileprivate mutating func merge(with other: JSON, typecheck: Bool) throws { + if self.type == other.type { + switch self.type { + case .dictionary: + for (key, _) in other { + try self[key].merge(with: other[key], typecheck: false) + } + case .array: + self = JSON(self.arrayValue + other.arrayValue) + default: + self = other + } + } else { + if typecheck { + throw SwiftyJSONError.wrongType + } else { + self = other + } + } + } + + /// Private object + fileprivate var rawArray: [Any] = [] + fileprivate var rawDictionary: [String: Any] = [:] + fileprivate var rawString: String = "" + fileprivate var rawNumber: NSNumber = 0 + fileprivate var rawNull: NSNull = NSNull() + fileprivate var rawBool: Bool = false + + /// JSON type, fileprivate setter + public fileprivate(set) var type: Type = .null + + /// Error in JSON, fileprivate setter + public fileprivate(set) var error: SwiftyJSONError? + + /// Object in JSON + public var object: Any { + get { + switch self.type { + case .array: + return self.rawArray + case .dictionary: + return self.rawDictionary + case .string: + return self.rawString + case .number: + return self.rawNumber + case .bool: + return self.rawBool + default: + return self.rawNull + } + } + set { + error = nil + switch unwrap(newValue) { + case let number as NSNumber: + if number.isBool { + type = .bool + self.rawBool = number.boolValue + } else { + type = .number + self.rawNumber = number + } + case let string as String: + type = .string + self.rawString = string + case _ as NSNull: + type = .null + case nil: + type = .null + case let array as [Any]: + type = .array + self.rawArray = array + case let dictionary as [String: Any]: + type = .dictionary + self.rawDictionary = dictionary + default: + type = .unknown + error = SwiftyJSONError.unsupportedType + } + } + } + + /// The static null JSON + @available(*, unavailable, renamed:"null") + public static var nullJSON: JSON { return null } + public static var null: JSON { return JSON(NSNull()) } +} + +/// Private method to unwarp an object recursively +private func unwrap(_ object: Any) -> Any { + switch object { + case let json as JSON: + return unwrap(json.object) + case let array as [Any]: + return array.map(unwrap) + case let dictionary as [String: Any]: + var unwrappedDic = dictionary + for (k, v) in dictionary { + unwrappedDic[k] = unwrap(v) + } + return unwrappedDic + default: + return object + } +} + +public enum Index: Comparable { + case array(Int) + case dictionary(DictionaryIndex) + case null + + static public func == (lhs: Index, rhs: Index) -> Bool { + switch (lhs, rhs) { + case (.array(let left), .array(let right)): + return left == right + case (.dictionary(let left), .dictionary(let right)): + return left == right + case (.null, .null): return true + default: + return false + } + } + + static public func < (lhs: Index, rhs: Index) -> Bool { + switch (lhs, rhs) { + case (.array(let left), .array(let right)): + return left < right + case (.dictionary(let left), .dictionary(let right)): + return left < right + default: + return false + } + } +} + +public typealias JSONIndex = Index +public typealias JSONRawIndex = Index + +extension JSON: Swift.Collection { + + public typealias Index = JSONRawIndex + + public var startIndex: Index { + switch type { + case .array: + return .array(rawArray.startIndex) + case .dictionary: + return .dictionary(rawDictionary.startIndex) + default: + return .null + } + } + + public var endIndex: Index { + switch type { + case .array: + return .array(rawArray.endIndex) + case .dictionary: + return .dictionary(rawDictionary.endIndex) + default: + return .null + } + } + + public func index(after i: Index) -> Index { + switch i { + case .array(let idx): + return .array(rawArray.index(after: idx)) + case .dictionary(let idx): + return .dictionary(rawDictionary.index(after: idx)) + default: + return .null + } + } + + public subscript (position: Index) -> (String, JSON) { + switch position { + case .array(let idx): + return (String(idx), JSON(self.rawArray[idx])) + case .dictionary(let idx): + let (key, value) = self.rawDictionary[idx] + return (key, JSON(value)) + default: + return ("", JSON.null) + } + } +} + +// MARK: - Subscript + +/** + * To mark both String and Int can be used in subscript. + */ +public enum JSONKey { + case index(Int) + case key(String) +} + +public protocol JSONSubscriptType { + var jsonKey: JSONKey { get } +} + +extension Int: JSONSubscriptType { + public var jsonKey: JSONKey { + return JSONKey.index(self) + } +} + +extension String: JSONSubscriptType { + public var jsonKey: JSONKey { + return JSONKey.key(self) + } +} + +extension JSON { + + /// If `type` is `.array`, return json whose object is `array[index]`, otherwise return null json with error. + fileprivate subscript(index index: Int) -> JSON { + get { + if self.type != .array { + var r = JSON.null + r.error = self.error ?? SwiftyJSONError.wrongType + return r + } else if self.rawArray.indices.contains(index) { + return JSON(self.rawArray[index]) + } else { + var r = JSON.null + r.error = SwiftyJSONError.indexOutOfBounds + return r + } + } + set { + if self.type == .array && + self.rawArray.indices.contains(index) && + newValue.error == nil { + self.rawArray[index] = newValue.object + } + } + } + + /// If `type` is `.dictionary`, return json whose object is `dictionary[key]` , otherwise return null json with error. + fileprivate subscript(key key: String) -> JSON { + get { + var r = JSON.null + if self.type == .dictionary { + if let o = self.rawDictionary[key] { + r = JSON(o) + } else { + r.error = SwiftyJSONError.notExist + } + } else { + r.error = self.error ?? SwiftyJSONError.wrongType + } + return r + } + set { + if self.type == .dictionary && newValue.error == nil { + self.rawDictionary[key] = newValue.object + } + } + } + + /// If `sub` is `Int`, return `subscript(index:)`; If `sub` is `String`, return `subscript(key:)`. + fileprivate subscript(sub sub: JSONSubscriptType) -> JSON { + get { + switch sub.jsonKey { + case .index(let index): return self[index: index] + case .key(let key): return self[key: key] + } + } + set { + switch sub.jsonKey { + case .index(let index): self[index: index] = newValue + case .key(let key): self[key: key] = newValue + } + } + } + + /** + Find a json in the complex data structures by using array of Int and/or String as path. + + Example: + + ``` + let json = JSON[data] + let path = [9,"list","person","name"] + let name = json[path] + ``` + + The same as: let name = json[9]["list"]["person"]["name"] + + - parameter path: The target json's path. + + - returns: Return a json found by the path or a null json with error + */ + public subscript(path: [JSONSubscriptType]) -> JSON { + get { + return path.reduce(self) { $0[sub: $1] } + } + set { + switch path.count { + case 0: + return + case 1: + self[sub:path[0]].object = newValue.object + default: + var aPath = path + aPath.remove(at: 0) + var nextJSON = self[sub: path[0]] + nextJSON[aPath] = newValue + self[sub: path[0]] = nextJSON + } + } + } + + /** + Find a json in the complex data structures by using array of Int and/or String as path. + + - parameter path: The target json's path. Example: + + let name = json[9,"list","person","name"] + + The same as: let name = json[9]["list"]["person"]["name"] + + - returns: Return a json found by the path or a null json with error + */ + public subscript(path: JSONSubscriptType...) -> JSON { + get { + return self[path] + } + set { + self[path] = newValue + } + } +} + +// MARK: - LiteralConvertible + +extension JSON: Swift.ExpressibleByStringLiteral { + + public init(stringLiteral value: StringLiteralType) { + self.init(value) + } + + public init(extendedGraphemeClusterLiteral value: StringLiteralType) { + self.init(value) + } + + public init(unicodeScalarLiteral value: StringLiteralType) { + self.init(value) + } +} + +extension JSON: Swift.ExpressibleByIntegerLiteral { + + public init(integerLiteral value: IntegerLiteralType) { + self.init(value) + } +} + +extension JSON: Swift.ExpressibleByBooleanLiteral { + + public init(booleanLiteral value: BooleanLiteralType) { + self.init(value) + } +} + +extension JSON: Swift.ExpressibleByFloatLiteral { + + public init(floatLiteral value: FloatLiteralType) { + self.init(value) + } +} + +extension JSON: Swift.ExpressibleByDictionaryLiteral { + public init(dictionaryLiteral elements: (String, Any)...) { + let dictionary = elements.reduce(into: [String: Any](), { $0[$1.0] = $1.1}) + self.init(dictionary) + } +} + +extension JSON: Swift.ExpressibleByArrayLiteral { + + public init(arrayLiteral elements: Any...) { + self.init(elements) + } +} + +extension JSON: Swift.ExpressibleByNilLiteral { + + @available(*, deprecated, message: "use JSON.null instead. Will be removed in future versions") + public init(nilLiteral: ()) { + self.init(NSNull() as Any) + } +} + +// MARK: - Raw + +extension JSON: Swift.RawRepresentable { + + public init?(rawValue: Any) { + if JSON(rawValue).type == .unknown { + return nil + } else { + self.init(rawValue) + } + } + + public var rawValue: Any { + return self.object + } + + public func rawData(options opt: JSONSerialization.WritingOptions = JSONSerialization.WritingOptions(rawValue: 0)) throws -> Data { + guard JSONSerialization.isValidJSONObject(self.object) else { + throw SwiftyJSONError.invalidJSON + } + + return try JSONSerialization.data(withJSONObject: self.object, options: opt) + } + + public func rawString(_ encoding: String.Encoding = .utf8, options opt: JSONSerialization.WritingOptions = .prettyPrinted) -> String? { + do { + return try _rawString(encoding, options: [.jsonSerialization: opt]) + } catch { + print("Could not serialize object to JSON because:", error.localizedDescription) + return nil + } + } + + public func rawString(_ options: [writingOptionsKeys: Any]) -> String? { + let encoding = options[.encoding] as? String.Encoding ?? String.Encoding.utf8 + let maxObjectDepth = options[.maxObjextDepth] as? Int ?? 10 + do { + return try _rawString(encoding, options: options, maxObjectDepth: maxObjectDepth) + } catch { + print("Could not serialize object to JSON because:", error.localizedDescription) + return nil + } + } + + fileprivate func _rawString(_ encoding: String.Encoding = .utf8, options: [writingOptionsKeys: Any], maxObjectDepth: Int = 10) throws -> String? { + guard maxObjectDepth > 0 else { throw SwiftyJSONError.invalidJSON } + switch self.type { + case .dictionary: + do { + if !(options[.castNilToNSNull] as? Bool ?? false) { + let jsonOption = options[.jsonSerialization] as? JSONSerialization.WritingOptions ?? JSONSerialization.WritingOptions.prettyPrinted + let data = try self.rawData(options: jsonOption) + return String(data: data, encoding: encoding) + } + + guard let dict = self.object as? [String: Any?] else { + return nil + } + let body = try dict.keys.map { key throws -> String in + guard let value = dict[key] else { + return "\"\(key)\": null" + } + guard let unwrappedValue = value else { + return "\"\(key)\": null" + } + + let nestedValue = JSON(unwrappedValue) + guard let nestedString = try nestedValue._rawString(encoding, options: options, maxObjectDepth: maxObjectDepth - 1) else { + throw SwiftyJSONError.elementTooDeep + } + if nestedValue.type == .string { + return "\"\(key)\": \"\(nestedString.replacingOccurrences(of: "\\", with: "\\\\").replacingOccurrences(of: "\"", with: "\\\""))\"" + } else { + return "\"\(key)\": \(nestedString)" + } + } + + return "{\(body.joined(separator: ","))}" + } catch _ { + return nil + } + case .array: + do { + if !(options[.castNilToNSNull] as? Bool ?? false) { + let jsonOption = options[.jsonSerialization] as? JSONSerialization.WritingOptions ?? JSONSerialization.WritingOptions.prettyPrinted + let data = try self.rawData(options: jsonOption) + return String(data: data, encoding: encoding) + } + + guard let array = self.object as? [Any?] else { + return nil + } + let body = try array.map { value throws -> String in + guard let unwrappedValue = value else { + return "null" + } + + let nestedValue = JSON(unwrappedValue) + guard let nestedString = try nestedValue._rawString(encoding, options: options, maxObjectDepth: maxObjectDepth - 1) else { + throw SwiftyJSONError.invalidJSON + } + if nestedValue.type == .string { + return "\"\(nestedString.replacingOccurrences(of: "\\", with: "\\\\").replacingOccurrences(of: "\"", with: "\\\""))\"" + } else { + return nestedString + } + } + + return "[\(body.joined(separator: ","))]" + } catch _ { + return nil + } + case .string: + return self.rawString + case .number: + return self.rawNumber.stringValue + case .bool: + return self.rawBool.description + case .null: + return "null" + default: + return nil + } + } +} + +// MARK: - Printable, DebugPrintable + +extension JSON: Swift.CustomStringConvertible, Swift.CustomDebugStringConvertible { + + public var description: String { + if let string = self.rawString(options: .prettyPrinted) { + return string + } else { + return "unknown" + } + } + + public var debugDescription: String { + return description + } +} + +// MARK: - Array + +extension JSON { + + //Optional [JSON] + public var array: [JSON]? { + if self.type == .array { + return self.rawArray.map { JSON($0) } + } else { + return nil + } + } + + //Non-optional [JSON] + public var arrayValue: [JSON] { + return self.array ?? [] + } + + //Optional [Any] + public var arrayObject: [Any]? { + get { + switch self.type { + case .array: + return self.rawArray + default: + return nil + } + } + set { + if let array = newValue { + self.object = array + } else { + self.object = NSNull() + } + } + } +} + +// MARK: - Dictionary + +extension JSON { + + //Optional [String : JSON] + public var dictionary: [String: JSON]? { + if self.type == .dictionary { + var d = [String: JSON](minimumCapacity: rawDictionary.count) + for (key, value) in rawDictionary { + d[key] = JSON(value) + } + return d + } else { + return nil + } + } + + //Non-optional [String : JSON] + public var dictionaryValue: [String: JSON] { + return self.dictionary ?? [:] + } + + //Optional [String : Any] + + public var dictionaryObject: [String: Any]? { + get { + switch self.type { + case .dictionary: + return self.rawDictionary + default: + return nil + } + } + set { + if let v = newValue { + self.object = v + } else { + self.object = NSNull() + } + } + } +} + +// MARK: - Bool + +extension JSON { // : Swift.Bool + + //Optional bool + public var bool: Bool? { + get { + switch self.type { + case .bool: + return self.rawBool + default: + return nil + } + } + set { + if let newValue = newValue { + self.object = newValue as Bool + } else { + self.object = NSNull() + } + } + } + + //Non-optional bool + public var boolValue: Bool { + get { + switch self.type { + case .bool: + return self.rawBool + case .number: + return self.rawNumber.boolValue + case .string: + return ["true", "y", "t", "yes", "1"].contains { self.rawString.caseInsensitiveCompare($0) == .orderedSame } + default: + return false + } + } + set { + self.object = newValue + } + } +} + +// MARK: - String + +extension JSON { + + //Optional string + public var string: String? { + get { + switch self.type { + case .string: + return self.object as? String + default: + return nil + } + } + set { + if let newValue = newValue { + self.object = NSString(string: newValue) + } else { + self.object = NSNull() + } + } + } + + //Non-optional string + public var stringValue: String { + get { + switch self.type { + case .string: + return self.object as? String ?? "" + case .number: + return self.rawNumber.stringValue + case .bool: + return (self.object as? Bool).map { String($0) } ?? "" + default: + return "" + } + } + set { + self.object = NSString(string: newValue) + } + } +} + +// MARK: - Number + +extension JSON { + + //Optional number + public var number: NSNumber? { + get { + switch self.type { + case .number: + return self.rawNumber + case .bool: + return NSNumber(value: self.rawBool ? 1 : 0) + default: + return nil + } + } + set { + self.object = newValue ?? NSNull() + } + } + + //Non-optional number + public var numberValue: NSNumber { + get { + switch self.type { + case .string: + let decimal = NSDecimalNumber(string: self.object as? String) + if decimal == NSDecimalNumber.notANumber { // indicates parse error + return NSDecimalNumber.zero + } + return decimal + case .number: + return self.object as? NSNumber ?? NSNumber(value: 0) + case .bool: + return NSNumber(value: self.rawBool ? 1 : 0) + default: + return NSNumber(value: 0.0) + } + } + set { + self.object = newValue + } + } +} + +// MARK: - Null + +extension JSON { + + public var null: NSNull? { + get { + switch self.type { + case .null: + return self.rawNull + default: + return nil + } + } + set { + self.object = NSNull() + } + } + public func exists() -> Bool { + if let errorValue = error, (400...1000).contains(errorValue.errorCode) { + return false + } + return true + } +} + +// MARK: - URL + +extension JSON { + + //Optional URL + public var url: URL? { + get { + switch self.type { + case .string: + // Check for existing percent escapes first to prevent double-escaping of % character + if self.rawString.range(of: "%[0-9A-Fa-f]{2}", options: .regularExpression, range: nil, locale: nil) != nil { + return Foundation.URL(string: self.rawString) + } else if let encodedString_ = self.rawString.addingPercentEncoding(withAllowedCharacters: CharacterSet.urlQueryAllowed) { + // We have to use `Foundation.URL` otherwise it conflicts with the variable name. + return Foundation.URL(string: encodedString_) + } else { + return nil + } + default: + return nil + } + } + set { + self.object = newValue?.absoluteString ?? NSNull() + } + } +} + +// MARK: - Int, Double, Float, Int8, Int16, Int32, Int64 + +extension JSON { + + public var double: Double? { + get { + return self.number?.doubleValue + } + set { + if let newValue = newValue { + self.object = NSNumber(value: newValue) + } else { + self.object = NSNull() + } + } + } + + public var doubleValue: Double { + get { + return self.numberValue.doubleValue + } + set { + self.object = NSNumber(value: newValue) + } + } + + public var float: Float? { + get { + return self.number?.floatValue + } + set { + if let newValue = newValue { + self.object = NSNumber(value: newValue) + } else { + self.object = NSNull() + } + } + } + + public var floatValue: Float { + get { + return self.numberValue.floatValue + } + set { + self.object = NSNumber(value: newValue) + } + } + + public var int: Int? { + get { + return self.number?.intValue + } + set { + if let newValue = newValue { + self.object = NSNumber(value: newValue) + } else { + self.object = NSNull() + } + } + } + + public var intValue: Int { + get { + return self.numberValue.intValue + } + set { + self.object = NSNumber(value: newValue) + } + } + + public var uInt: UInt? { + get { + return self.number?.uintValue + } + set { + if let newValue = newValue { + self.object = NSNumber(value: newValue) + } else { + self.object = NSNull() + } + } + } + + public var uIntValue: UInt { + get { + return self.numberValue.uintValue + } + set { + self.object = NSNumber(value: newValue) + } + } + + public var int8: Int8? { + get { + return self.number?.int8Value + } + set { + if let newValue = newValue { + self.object = NSNumber(value: Int(newValue)) + } else { + self.object = NSNull() + } + } + } + + public var int8Value: Int8 { + get { + return self.numberValue.int8Value + } + set { + self.object = NSNumber(value: Int(newValue)) + } + } + + public var uInt8: UInt8? { + get { + return self.number?.uint8Value + } + set { + if let newValue = newValue { + self.object = NSNumber(value: newValue) + } else { + self.object = NSNull() + } + } + } + + public var uInt8Value: UInt8 { + get { + return self.numberValue.uint8Value + } + set { + self.object = NSNumber(value: newValue) + } + } + + public var int16: Int16? { + get { + return self.number?.int16Value + } + set { + if let newValue = newValue { + self.object = NSNumber(value: newValue) + } else { + self.object = NSNull() + } + } + } + + public var int16Value: Int16 { + get { + return self.numberValue.int16Value + } + set { + self.object = NSNumber(value: newValue) + } + } + + public var uInt16: UInt16? { + get { + return self.number?.uint16Value + } + set { + if let newValue = newValue { + self.object = NSNumber(value: newValue) + } else { + self.object = NSNull() + } + } + } + + public var uInt16Value: UInt16 { + get { + return self.numberValue.uint16Value + } + set { + self.object = NSNumber(value: newValue) + } + } + + public var int32: Int32? { + get { + return self.number?.int32Value + } + set { + if let newValue = newValue { + self.object = NSNumber(value: newValue) + } else { + self.object = NSNull() + } + } + } + + public var int32Value: Int32 { + get { + return self.numberValue.int32Value + } + set { + self.object = NSNumber(value: newValue) + } + } + + public var uInt32: UInt32? { + get { + return self.number?.uint32Value + } + set { + if let newValue = newValue { + self.object = NSNumber(value: newValue) + } else { + self.object = NSNull() + } + } + } + + public var uInt32Value: UInt32 { + get { + return self.numberValue.uint32Value + } + set { + self.object = NSNumber(value: newValue) + } + } + + public var int64: Int64? { + get { + return self.number?.int64Value + } + set { + if let newValue = newValue { + self.object = NSNumber(value: newValue) + } else { + self.object = NSNull() + } + } + } + + public var int64Value: Int64 { + get { + return self.numberValue.int64Value + } + set { + self.object = NSNumber(value: newValue) + } + } + + public var uInt64: UInt64? { + get { + return self.number?.uint64Value + } + set { + if let newValue = newValue { + self.object = NSNumber(value: newValue) + } else { + self.object = NSNull() + } + } + } + + public var uInt64Value: UInt64 { + get { + return self.numberValue.uint64Value + } + set { + self.object = NSNumber(value: newValue) + } + } +} + +// MARK: - Comparable + +extension JSON: Swift.Comparable {} + +public func == (lhs: JSON, rhs: JSON) -> Bool { + + switch (lhs.type, rhs.type) { + case (.number, .number): + return lhs.rawNumber == rhs.rawNumber + case (.string, .string): + return lhs.rawString == rhs.rawString + case (.bool, .bool): + return lhs.rawBool == rhs.rawBool + case (.array, .array): + return lhs.rawArray as NSArray == rhs.rawArray as NSArray + case (.dictionary, .dictionary): + return lhs.rawDictionary as NSDictionary == rhs.rawDictionary as NSDictionary + case (.null, .null): + return true + default: + return false + } +} + +public func <= (lhs: JSON, rhs: JSON) -> Bool { + + switch (lhs.type, rhs.type) { + case (.number, .number): + return lhs.rawNumber <= rhs.rawNumber + case (.string, .string): + return lhs.rawString <= rhs.rawString + case (.bool, .bool): + return lhs.rawBool == rhs.rawBool + case (.array, .array): + return lhs.rawArray as NSArray == rhs.rawArray as NSArray + case (.dictionary, .dictionary): + return lhs.rawDictionary as NSDictionary == rhs.rawDictionary as NSDictionary + case (.null, .null): + return true + default: + return false + } +} + +public func >= (lhs: JSON, rhs: JSON) -> Bool { + + switch (lhs.type, rhs.type) { + case (.number, .number): + return lhs.rawNumber >= rhs.rawNumber + case (.string, .string): + return lhs.rawString >= rhs.rawString + case (.bool, .bool): + return lhs.rawBool == rhs.rawBool + case (.array, .array): + return lhs.rawArray as NSArray == rhs.rawArray as NSArray + case (.dictionary, .dictionary): + return lhs.rawDictionary as NSDictionary == rhs.rawDictionary as NSDictionary + case (.null, .null): + return true + default: + return false + } +} + +public func > (lhs: JSON, rhs: JSON) -> Bool { + + switch (lhs.type, rhs.type) { + case (.number, .number): + return lhs.rawNumber > rhs.rawNumber + case (.string, .string): + return lhs.rawString > rhs.rawString + default: + return false + } +} + +public func < (lhs: JSON, rhs: JSON) -> Bool { + + switch (lhs.type, rhs.type) { + case (.number, .number): + return lhs.rawNumber < rhs.rawNumber + case (.string, .string): + return lhs.rawString < rhs.rawString + default: + return false + } +} + +private let trueNumber = NSNumber(value: true) +private let falseNumber = NSNumber(value: false) +private let trueObjCType = String(cString: trueNumber.objCType) +private let falseObjCType = String(cString: falseNumber.objCType) + +// MARK: - NSNumber: Comparable + +extension NSNumber { + fileprivate var isBool: Bool { + let objCType = String(cString: self.objCType) + if (self.compare(trueNumber) == .orderedSame && objCType == trueObjCType) || (self.compare(falseNumber) == .orderedSame && objCType == falseObjCType) { + return true + } else { + return false + } + } +} + +func == (lhs: NSNumber, rhs: NSNumber) -> Bool { + switch (lhs.isBool, rhs.isBool) { + case (false, true): + return false + case (true, false): + return false + default: + return lhs.compare(rhs) == .orderedSame + } +} + +func != (lhs: NSNumber, rhs: NSNumber) -> Bool { + return !(lhs == rhs) +} + +func < (lhs: NSNumber, rhs: NSNumber) -> Bool { + + switch (lhs.isBool, rhs.isBool) { + case (false, true): + return false + case (true, false): + return false + default: + return lhs.compare(rhs) == .orderedAscending + } +} + +func > (lhs: NSNumber, rhs: NSNumber) -> Bool { + + switch (lhs.isBool, rhs.isBool) { + case (false, true): + return false + case (true, false): + return false + default: + return lhs.compare(rhs) == ComparisonResult.orderedDescending + } +} + +func <= (lhs: NSNumber, rhs: NSNumber) -> Bool { + + switch (lhs.isBool, rhs.isBool) { + case (false, true): + return false + case (true, false): + return false + default: + return lhs.compare(rhs) != .orderedDescending + } +} + +func >= (lhs: NSNumber, rhs: NSNumber) -> Bool { + + switch (lhs.isBool, rhs.isBool) { + case (false, true): + return false + case (true, false): + return false + default: + return lhs.compare(rhs) != .orderedAscending + } +} + +public enum writingOptionsKeys { + case jsonSerialization + case castNilToNSNull + case maxObjextDepth + case encoding +} + +// MARK: - JSON: Codable +extension JSON: Codable { + private static var codableTypes: [Codable.Type] { + return [ + Bool.self, + Int.self, + Int8.self, + Int16.self, + Int32.self, + Int64.self, + UInt.self, + UInt8.self, + UInt16.self, + UInt32.self, + UInt64.self, + Double.self, + String.self, + [JSON].self, + [String: JSON].self + ] + } + public init(from decoder: Decoder) throws { + var object: Any? + + if let container = try? decoder.singleValueContainer(), !container.decodeNil() { + for type in JSON.codableTypes { + if object != nil { + break + } + // try to decode value + switch type { + case let boolType as Bool.Type: + object = try? container.decode(boolType) + case let intType as Int.Type: + object = try? container.decode(intType) + case let int8Type as Int8.Type: + object = try? container.decode(int8Type) + case let int32Type as Int32.Type: + object = try? container.decode(int32Type) + case let int64Type as Int64.Type: + object = try? container.decode(int64Type) + case let uintType as UInt.Type: + object = try? container.decode(uintType) + case let uint8Type as UInt8.Type: + object = try? container.decode(uint8Type) + case let uint16Type as UInt16.Type: + object = try? container.decode(uint16Type) + case let uint32Type as UInt32.Type: + object = try? container.decode(uint32Type) + case let uint64Type as UInt64.Type: + object = try? container.decode(uint64Type) + case let doubleType as Double.Type: + object = try? container.decode(doubleType) + case let stringType as String.Type: + object = try? container.decode(stringType) + case let jsonValueArrayType as [JSON].Type: + object = try? container.decode(jsonValueArrayType) + case let jsonValueDictType as [String: JSON].Type: + object = try? container.decode(jsonValueDictType) + default: + break + } + } + } + self.init(object ?? NSNull()) + } + public func encode(to encoder: Encoder) throws { + var container = encoder.singleValueContainer() + if object is NSNull { + try container.encodeNil() + return + } + switch object { + case let intValue as Int: + try container.encode(intValue) + case let int8Value as Int8: + try container.encode(int8Value) + case let int32Value as Int32: + try container.encode(int32Value) + case let int64Value as Int64: + try container.encode(int64Value) + case let uintValue as UInt: + try container.encode(uintValue) + case let uint8Value as UInt8: + try container.encode(uint8Value) + case let uint16Value as UInt16: + try container.encode(uint16Value) + case let uint32Value as UInt32: + try container.encode(uint32Value) + case let uint64Value as UInt64: + try container.encode(uint64Value) + case let doubleValue as Double: + try container.encode(doubleValue) + case let boolValue as Bool: + try container.encode(boolValue) + case let stringValue as String: + try container.encode(stringValue) + case is [Any]: + let jsonValueArray = array ?? [] + try container.encode(jsonValueArray) + case is [String: Any]: + let jsonValueDictValue = dictionary ?? [:] + try container.encode(jsonValueDictValue) + default: + break + } + } +} diff --git a/SynchronyFinancial/Pods/Target Support Files/Pods-SynchronyFinancial WatchKit App/Pods-SynchronyFinancial WatchKit App-acknowledgements.markdown b/SynchronyFinancial/Pods/Target Support Files/Pods-SynchronyFinancial WatchKit App/Pods-SynchronyFinancial WatchKit App-acknowledgements.markdown index 8b3a377..a903569 100644 --- a/SynchronyFinancial/Pods/Target Support Files/Pods-SynchronyFinancial WatchKit App/Pods-SynchronyFinancial WatchKit App-acknowledgements.markdown +++ b/SynchronyFinancial/Pods/Target Support Files/Pods-SynchronyFinancial WatchKit App/Pods-SynchronyFinancial WatchKit App-acknowledgements.markdown @@ -48,4 +48,29 @@ 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. + +## SwiftyJSON + +The MIT License (MIT) + +Copyright (c) 2017 Ruoyu Fu + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + Generated by CocoaPods - https://cocoapods.org diff --git a/SynchronyFinancial/Pods/Target Support Files/Pods-SynchronyFinancial WatchKit App/Pods-SynchronyFinancial WatchKit App-acknowledgements.plist b/SynchronyFinancial/Pods/Target Support Files/Pods-SynchronyFinancial WatchKit App/Pods-SynchronyFinancial WatchKit App-acknowledgements.plist index 6a14367..dd3aabf 100644 --- a/SynchronyFinancial/Pods/Target Support Files/Pods-SynchronyFinancial WatchKit App/Pods-SynchronyFinancial WatchKit App-acknowledgements.plist +++ b/SynchronyFinancial/Pods/Target Support Files/Pods-SynchronyFinancial WatchKit App/Pods-SynchronyFinancial WatchKit App-acknowledgements.plist @@ -72,6 +72,37 @@ SOFTWARE. Type PSGroupSpecifier + + FooterText + The MIT License (MIT) + +Copyright (c) 2017 Ruoyu Fu + +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. + + License + MIT + Title + SwiftyJSON + Type + PSGroupSpecifier + FooterText Generated by CocoaPods - https://cocoapods.org diff --git a/SynchronyFinancial/Pods/Target Support Files/Pods-SynchronyFinancial WatchKit App/Pods-SynchronyFinancial WatchKit App.debug.xcconfig b/SynchronyFinancial/Pods/Target Support Files/Pods-SynchronyFinancial WatchKit App/Pods-SynchronyFinancial WatchKit App.debug.xcconfig index fb04101..ec26d67 100644 --- a/SynchronyFinancial/Pods/Target Support Files/Pods-SynchronyFinancial WatchKit App/Pods-SynchronyFinancial WatchKit App.debug.xcconfig +++ b/SynchronyFinancial/Pods/Target Support Files/Pods-SynchronyFinancial WatchKit App/Pods-SynchronyFinancial WatchKit App.debug.xcconfig @@ -1,11 +1,11 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire-watchOS" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/Alamofire-watchOS/Alamofire.modulemap" -OTHER_LDFLAGS = $(inherited) -ObjC -l"Alamofire-watchOS" -OTHER_SWIFT_FLAGS = $(inherited) -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/Alamofire-watchOS/Alamofire.modulemap" $(inherited) "-D" "COCOAPODS" +LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire-watchOS" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftyJSON-watchOS" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/Alamofire-watchOS/Alamofire.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/SwiftyJSON-watchOS/SwiftyJSON.modulemap" +OTHER_LDFLAGS = $(inherited) -ObjC -l"Alamofire-watchOS" -l"SwiftyJSON-watchOS" +OTHER_SWIFT_FLAGS = $(inherited) -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/Alamofire-watchOS/Alamofire.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/SwiftyJSON-watchOS/SwiftyJSON.modulemap" $(inherited) "-D" "COCOAPODS" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. PODS_ROOT = ${SRCROOT}/Pods -SWIFT_INCLUDE_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire-watchOS" +SWIFT_INCLUDE_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire-watchOS" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftyJSON-watchOS" diff --git a/SynchronyFinancial/Pods/Target Support Files/Pods-SynchronyFinancial WatchKit App/Pods-SynchronyFinancial WatchKit App.release.xcconfig b/SynchronyFinancial/Pods/Target Support Files/Pods-SynchronyFinancial WatchKit App/Pods-SynchronyFinancial WatchKit App.release.xcconfig index fb04101..ec26d67 100644 --- a/SynchronyFinancial/Pods/Target Support Files/Pods-SynchronyFinancial WatchKit App/Pods-SynchronyFinancial WatchKit App.release.xcconfig +++ b/SynchronyFinancial/Pods/Target Support Files/Pods-SynchronyFinancial WatchKit App/Pods-SynchronyFinancial WatchKit App.release.xcconfig @@ -1,11 +1,11 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire-watchOS" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/Alamofire-watchOS/Alamofire.modulemap" -OTHER_LDFLAGS = $(inherited) -ObjC -l"Alamofire-watchOS" -OTHER_SWIFT_FLAGS = $(inherited) -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/Alamofire-watchOS/Alamofire.modulemap" $(inherited) "-D" "COCOAPODS" +LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire-watchOS" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftyJSON-watchOS" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/Alamofire-watchOS/Alamofire.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/SwiftyJSON-watchOS/SwiftyJSON.modulemap" +OTHER_LDFLAGS = $(inherited) -ObjC -l"Alamofire-watchOS" -l"SwiftyJSON-watchOS" +OTHER_SWIFT_FLAGS = $(inherited) -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/Alamofire-watchOS/Alamofire.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/SwiftyJSON-watchOS/SwiftyJSON.modulemap" $(inherited) "-D" "COCOAPODS" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. PODS_ROOT = ${SRCROOT}/Pods -SWIFT_INCLUDE_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire-watchOS" +SWIFT_INCLUDE_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire-watchOS" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftyJSON-watchOS" diff --git a/SynchronyFinancial/Pods/Target Support Files/Pods-SynchronyFinancial WatchKit Extension/Pods-SynchronyFinancial WatchKit Extension-acknowledgements.markdown b/SynchronyFinancial/Pods/Target Support Files/Pods-SynchronyFinancial WatchKit Extension/Pods-SynchronyFinancial WatchKit Extension-acknowledgements.markdown index 8b3a377..a903569 100644 --- a/SynchronyFinancial/Pods/Target Support Files/Pods-SynchronyFinancial WatchKit Extension/Pods-SynchronyFinancial WatchKit Extension-acknowledgements.markdown +++ b/SynchronyFinancial/Pods/Target Support Files/Pods-SynchronyFinancial WatchKit Extension/Pods-SynchronyFinancial WatchKit Extension-acknowledgements.markdown @@ -48,4 +48,29 @@ 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. + +## SwiftyJSON + +The MIT License (MIT) + +Copyright (c) 2017 Ruoyu Fu + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + Generated by CocoaPods - https://cocoapods.org diff --git a/SynchronyFinancial/Pods/Target Support Files/Pods-SynchronyFinancial WatchKit Extension/Pods-SynchronyFinancial WatchKit Extension-acknowledgements.plist b/SynchronyFinancial/Pods/Target Support Files/Pods-SynchronyFinancial WatchKit Extension/Pods-SynchronyFinancial WatchKit Extension-acknowledgements.plist index 6a14367..dd3aabf 100644 --- a/SynchronyFinancial/Pods/Target Support Files/Pods-SynchronyFinancial WatchKit Extension/Pods-SynchronyFinancial WatchKit Extension-acknowledgements.plist +++ b/SynchronyFinancial/Pods/Target Support Files/Pods-SynchronyFinancial WatchKit Extension/Pods-SynchronyFinancial WatchKit Extension-acknowledgements.plist @@ -72,6 +72,37 @@ SOFTWARE. Type PSGroupSpecifier + + FooterText + The MIT License (MIT) + +Copyright (c) 2017 Ruoyu Fu + +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. + + License + MIT + Title + SwiftyJSON + Type + PSGroupSpecifier + FooterText Generated by CocoaPods - https://cocoapods.org diff --git a/SynchronyFinancial/Pods/Target Support Files/Pods-SynchronyFinancial WatchKit Extension/Pods-SynchronyFinancial WatchKit Extension.debug.xcconfig b/SynchronyFinancial/Pods/Target Support Files/Pods-SynchronyFinancial WatchKit Extension/Pods-SynchronyFinancial WatchKit Extension.debug.xcconfig index fb04101..ec26d67 100644 --- a/SynchronyFinancial/Pods/Target Support Files/Pods-SynchronyFinancial WatchKit Extension/Pods-SynchronyFinancial WatchKit Extension.debug.xcconfig +++ b/SynchronyFinancial/Pods/Target Support Files/Pods-SynchronyFinancial WatchKit Extension/Pods-SynchronyFinancial WatchKit Extension.debug.xcconfig @@ -1,11 +1,11 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire-watchOS" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/Alamofire-watchOS/Alamofire.modulemap" -OTHER_LDFLAGS = $(inherited) -ObjC -l"Alamofire-watchOS" -OTHER_SWIFT_FLAGS = $(inherited) -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/Alamofire-watchOS/Alamofire.modulemap" $(inherited) "-D" "COCOAPODS" +LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire-watchOS" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftyJSON-watchOS" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/Alamofire-watchOS/Alamofire.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/SwiftyJSON-watchOS/SwiftyJSON.modulemap" +OTHER_LDFLAGS = $(inherited) -ObjC -l"Alamofire-watchOS" -l"SwiftyJSON-watchOS" +OTHER_SWIFT_FLAGS = $(inherited) -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/Alamofire-watchOS/Alamofire.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/SwiftyJSON-watchOS/SwiftyJSON.modulemap" $(inherited) "-D" "COCOAPODS" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. PODS_ROOT = ${SRCROOT}/Pods -SWIFT_INCLUDE_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire-watchOS" +SWIFT_INCLUDE_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire-watchOS" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftyJSON-watchOS" diff --git a/SynchronyFinancial/Pods/Target Support Files/Pods-SynchronyFinancial WatchKit Extension/Pods-SynchronyFinancial WatchKit Extension.release.xcconfig b/SynchronyFinancial/Pods/Target Support Files/Pods-SynchronyFinancial WatchKit Extension/Pods-SynchronyFinancial WatchKit Extension.release.xcconfig index fb04101..ec26d67 100644 --- a/SynchronyFinancial/Pods/Target Support Files/Pods-SynchronyFinancial WatchKit Extension/Pods-SynchronyFinancial WatchKit Extension.release.xcconfig +++ b/SynchronyFinancial/Pods/Target Support Files/Pods-SynchronyFinancial WatchKit Extension/Pods-SynchronyFinancial WatchKit Extension.release.xcconfig @@ -1,11 +1,11 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire-watchOS" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/Alamofire-watchOS/Alamofire.modulemap" -OTHER_LDFLAGS = $(inherited) -ObjC -l"Alamofire-watchOS" -OTHER_SWIFT_FLAGS = $(inherited) -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/Alamofire-watchOS/Alamofire.modulemap" $(inherited) "-D" "COCOAPODS" +LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire-watchOS" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftyJSON-watchOS" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/Alamofire-watchOS/Alamofire.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/SwiftyJSON-watchOS/SwiftyJSON.modulemap" +OTHER_LDFLAGS = $(inherited) -ObjC -l"Alamofire-watchOS" -l"SwiftyJSON-watchOS" +OTHER_SWIFT_FLAGS = $(inherited) -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/Alamofire-watchOS/Alamofire.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/SwiftyJSON-watchOS/SwiftyJSON.modulemap" $(inherited) "-D" "COCOAPODS" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. PODS_ROOT = ${SRCROOT}/Pods -SWIFT_INCLUDE_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire-watchOS" +SWIFT_INCLUDE_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire-watchOS" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftyJSON-watchOS" diff --git a/SynchronyFinancial/Pods/Target Support Files/Pods-SynchronyFinancial/Pods-SynchronyFinancial-acknowledgements.markdown b/SynchronyFinancial/Pods/Target Support Files/Pods-SynchronyFinancial/Pods-SynchronyFinancial-acknowledgements.markdown index 8b3a377..a903569 100644 --- a/SynchronyFinancial/Pods/Target Support Files/Pods-SynchronyFinancial/Pods-SynchronyFinancial-acknowledgements.markdown +++ b/SynchronyFinancial/Pods/Target Support Files/Pods-SynchronyFinancial/Pods-SynchronyFinancial-acknowledgements.markdown @@ -48,4 +48,29 @@ 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. + +## SwiftyJSON + +The MIT License (MIT) + +Copyright (c) 2017 Ruoyu Fu + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + Generated by CocoaPods - https://cocoapods.org diff --git a/SynchronyFinancial/Pods/Target Support Files/Pods-SynchronyFinancial/Pods-SynchronyFinancial-acknowledgements.plist b/SynchronyFinancial/Pods/Target Support Files/Pods-SynchronyFinancial/Pods-SynchronyFinancial-acknowledgements.plist index 6a14367..dd3aabf 100644 --- a/SynchronyFinancial/Pods/Target Support Files/Pods-SynchronyFinancial/Pods-SynchronyFinancial-acknowledgements.plist +++ b/SynchronyFinancial/Pods/Target Support Files/Pods-SynchronyFinancial/Pods-SynchronyFinancial-acknowledgements.plist @@ -72,6 +72,37 @@ SOFTWARE. Type PSGroupSpecifier + + FooterText + The MIT License (MIT) + +Copyright (c) 2017 Ruoyu Fu + +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. + + License + MIT + Title + SwiftyJSON + Type + PSGroupSpecifier + FooterText Generated by CocoaPods - https://cocoapods.org diff --git a/SynchronyFinancial/Pods/Target Support Files/Pods-SynchronyFinancial/Pods-SynchronyFinancial.debug.xcconfig b/SynchronyFinancial/Pods/Target Support Files/Pods-SynchronyFinancial/Pods-SynchronyFinancial.debug.xcconfig index 9c1bb06..6fa0f18 100644 --- a/SynchronyFinancial/Pods/Target Support Files/Pods-SynchronyFinancial/Pods-SynchronyFinancial.debug.xcconfig +++ b/SynchronyFinancial/Pods/Target Support Files/Pods-SynchronyFinancial/Pods-SynchronyFinancial.debug.xcconfig @@ -1,11 +1,11 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire-iOS" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/Alamofire-iOS/Alamofire.modulemap" -OTHER_LDFLAGS = $(inherited) -ObjC -l"Alamofire-iOS" -OTHER_SWIFT_FLAGS = $(inherited) -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/Alamofire-iOS/Alamofire.modulemap" $(inherited) "-D" "COCOAPODS" +LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire-iOS" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftyJSON-iOS" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/Alamofire-iOS/Alamofire.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/SwiftyJSON-iOS/SwiftyJSON.modulemap" +OTHER_LDFLAGS = $(inherited) -ObjC -l"Alamofire-iOS" -l"SwiftyJSON-iOS" +OTHER_SWIFT_FLAGS = $(inherited) -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/Alamofire-iOS/Alamofire.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/SwiftyJSON-iOS/SwiftyJSON.modulemap" $(inherited) "-D" "COCOAPODS" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. PODS_ROOT = ${SRCROOT}/Pods -SWIFT_INCLUDE_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire-iOS" +SWIFT_INCLUDE_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire-iOS" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftyJSON-iOS" diff --git a/SynchronyFinancial/Pods/Target Support Files/Pods-SynchronyFinancial/Pods-SynchronyFinancial.release.xcconfig b/SynchronyFinancial/Pods/Target Support Files/Pods-SynchronyFinancial/Pods-SynchronyFinancial.release.xcconfig index 9c1bb06..6fa0f18 100644 --- a/SynchronyFinancial/Pods/Target Support Files/Pods-SynchronyFinancial/Pods-SynchronyFinancial.release.xcconfig +++ b/SynchronyFinancial/Pods/Target Support Files/Pods-SynchronyFinancial/Pods-SynchronyFinancial.release.xcconfig @@ -1,11 +1,11 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire-iOS" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/Alamofire-iOS/Alamofire.modulemap" -OTHER_LDFLAGS = $(inherited) -ObjC -l"Alamofire-iOS" -OTHER_SWIFT_FLAGS = $(inherited) -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/Alamofire-iOS/Alamofire.modulemap" $(inherited) "-D" "COCOAPODS" +LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire-iOS" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftyJSON-iOS" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/Alamofire-iOS/Alamofire.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/SwiftyJSON-iOS/SwiftyJSON.modulemap" +OTHER_LDFLAGS = $(inherited) -ObjC -l"Alamofire-iOS" -l"SwiftyJSON-iOS" +OTHER_SWIFT_FLAGS = $(inherited) -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/Alamofire-iOS/Alamofire.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/SwiftyJSON-iOS/SwiftyJSON.modulemap" $(inherited) "-D" "COCOAPODS" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. PODS_ROOT = ${SRCROOT}/Pods -SWIFT_INCLUDE_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire-iOS" +SWIFT_INCLUDE_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire-iOS" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftyJSON-iOS" diff --git a/SynchronyFinancial/Pods/Target Support Files/SwiftyJSON-iOS/SwiftyJSON-iOS-dummy.m b/SynchronyFinancial/Pods/Target Support Files/SwiftyJSON-iOS/SwiftyJSON-iOS-dummy.m new file mode 100644 index 0000000..86461c2 --- /dev/null +++ b/SynchronyFinancial/Pods/Target Support Files/SwiftyJSON-iOS/SwiftyJSON-iOS-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_SwiftyJSON_iOS : NSObject +@end +@implementation PodsDummy_SwiftyJSON_iOS +@end diff --git a/SynchronyFinancial/Pods/Target Support Files/SwiftyJSON-iOS/SwiftyJSON-iOS-prefix.pch b/SynchronyFinancial/Pods/Target Support Files/SwiftyJSON-iOS/SwiftyJSON-iOS-prefix.pch new file mode 100644 index 0000000..beb2a24 --- /dev/null +++ b/SynchronyFinancial/Pods/Target Support Files/SwiftyJSON-iOS/SwiftyJSON-iOS-prefix.pch @@ -0,0 +1,12 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + diff --git a/SynchronyFinancial/Pods/Target Support Files/SwiftyJSON-iOS/SwiftyJSON-iOS.xcconfig b/SynchronyFinancial/Pods/Target Support Files/SwiftyJSON-iOS/SwiftyJSON-iOS.xcconfig new file mode 100644 index 0000000..700b95f --- /dev/null +++ b/SynchronyFinancial/Pods/Target Support Files/SwiftyJSON-iOS/SwiftyJSON-iOS.xcconfig @@ -0,0 +1,9 @@ +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/SwiftyJSON-iOS +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" -import-underlying-module -Xcc -fmodule-map-file="${SRCROOT}/${MODULEMAP_FILE}" +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/SwiftyJSON +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES diff --git a/SynchronyFinancial/Pods/Target Support Files/SwiftyJSON-watchOS/SwiftyJSON-watchOS-dummy.m b/SynchronyFinancial/Pods/Target Support Files/SwiftyJSON-watchOS/SwiftyJSON-watchOS-dummy.m new file mode 100644 index 0000000..8f5fc9c --- /dev/null +++ b/SynchronyFinancial/Pods/Target Support Files/SwiftyJSON-watchOS/SwiftyJSON-watchOS-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_SwiftyJSON_watchOS : NSObject +@end +@implementation PodsDummy_SwiftyJSON_watchOS +@end diff --git a/SynchronyFinancial/Pods/Target Support Files/SwiftyJSON-watchOS/SwiftyJSON-watchOS-prefix.pch b/SynchronyFinancial/Pods/Target Support Files/SwiftyJSON-watchOS/SwiftyJSON-watchOS-prefix.pch new file mode 100644 index 0000000..e33fc32 --- /dev/null +++ b/SynchronyFinancial/Pods/Target Support Files/SwiftyJSON-watchOS/SwiftyJSON-watchOS-prefix.pch @@ -0,0 +1,12 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + diff --git a/SynchronyFinancial/Pods/Target Support Files/SwiftyJSON-watchOS/SwiftyJSON-watchOS.xcconfig b/SynchronyFinancial/Pods/Target Support Files/SwiftyJSON-watchOS/SwiftyJSON-watchOS.xcconfig new file mode 100644 index 0000000..04c0184 --- /dev/null +++ b/SynchronyFinancial/Pods/Target Support Files/SwiftyJSON-watchOS/SwiftyJSON-watchOS.xcconfig @@ -0,0 +1,9 @@ +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/SwiftyJSON-watchOS +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" -import-underlying-module -Xcc -fmodule-map-file="${SRCROOT}/${MODULEMAP_FILE}" +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/SwiftyJSON +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES diff --git a/SynchronyFinancial/podfile b/SynchronyFinancial/podfile index edd6104..8b83659 100644 --- a/SynchronyFinancial/podfile +++ b/SynchronyFinancial/podfile @@ -4,16 +4,19 @@ target 'SynchronyFinancial' do platform :ios, '10.0' pod 'SwiftLint' pod 'Alamofire' + pod 'SwiftyJSON' end target 'SynchronyFinancial WatchKit App' do platform :watchos, '2.0' pod 'SwiftLint' pod 'Alamofire' + pod 'SwiftyJSON' end target 'SynchronyFinancial WatchKit Extension' do platform :watchos, '2.0' pod 'SwiftLint' pod 'Alamofire' + pod 'SwiftyJSON' end