├── AFHTTPRequestOperationManager+AutoRetry.h ├── AFHTTPRequestOperationManager+AutoRetry.m ├── AFHTTPSessionManager+AutoRetry.h ├── AFHTTPSessionManager+AutoRetry.m ├── AFNetworking+AutoRetry.podspec ├── AFNetworking-AutoRetry.xcodeproj ├── project.pbxproj └── xcuserdata │ └── shai.xcuserdatad │ └── xcschemes │ ├── AFNetworking-AutoRetry 2.xcscheme │ ├── AFNetworking-AutoRetry.xcscheme │ ├── AFNetworking-AutoRetryTests.xcscheme │ └── xcschememanagement.plist ├── AFNetworking-AutoRetry.xcworkspace ├── contents.xcworkspacedata ├── xcshareddata │ └── AFNetworking-AutoRetry.xccheckout └── xcuserdata │ └── shai.xcuserdatad │ └── UserInterfaceState.xcuserstate ├── LICENSE ├── Podfile ├── Podfile.lock └── README.md /AFHTTPRequestOperationManager+AutoRetry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaioz/AFNetworking-AutoRetry/HEAD/AFHTTPRequestOperationManager+AutoRetry.h -------------------------------------------------------------------------------- /AFHTTPRequestOperationManager+AutoRetry.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaioz/AFNetworking-AutoRetry/HEAD/AFHTTPRequestOperationManager+AutoRetry.m -------------------------------------------------------------------------------- /AFHTTPSessionManager+AutoRetry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaioz/AFNetworking-AutoRetry/HEAD/AFHTTPSessionManager+AutoRetry.h -------------------------------------------------------------------------------- /AFHTTPSessionManager+AutoRetry.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaioz/AFNetworking-AutoRetry/HEAD/AFHTTPSessionManager+AutoRetry.m -------------------------------------------------------------------------------- /AFNetworking+AutoRetry.podspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaioz/AFNetworking-AutoRetry/HEAD/AFNetworking+AutoRetry.podspec -------------------------------------------------------------------------------- /AFNetworking-AutoRetry.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaioz/AFNetworking-AutoRetry/HEAD/AFNetworking-AutoRetry.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /AFNetworking-AutoRetry.xcodeproj/xcuserdata/shai.xcuserdatad/xcschemes/AFNetworking-AutoRetry 2.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaioz/AFNetworking-AutoRetry/HEAD/AFNetworking-AutoRetry.xcodeproj/xcuserdata/shai.xcuserdatad/xcschemes/AFNetworking-AutoRetry 2.xcscheme -------------------------------------------------------------------------------- /AFNetworking-AutoRetry.xcodeproj/xcuserdata/shai.xcuserdatad/xcschemes/AFNetworking-AutoRetry.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaioz/AFNetworking-AutoRetry/HEAD/AFNetworking-AutoRetry.xcodeproj/xcuserdata/shai.xcuserdatad/xcschemes/AFNetworking-AutoRetry.xcscheme -------------------------------------------------------------------------------- /AFNetworking-AutoRetry.xcodeproj/xcuserdata/shai.xcuserdatad/xcschemes/AFNetworking-AutoRetryTests.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaioz/AFNetworking-AutoRetry/HEAD/AFNetworking-AutoRetry.xcodeproj/xcuserdata/shai.xcuserdatad/xcschemes/AFNetworking-AutoRetryTests.xcscheme -------------------------------------------------------------------------------- /AFNetworking-AutoRetry.xcodeproj/xcuserdata/shai.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaioz/AFNetworking-AutoRetry/HEAD/AFNetworking-AutoRetry.xcodeproj/xcuserdata/shai.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /AFNetworking-AutoRetry.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaioz/AFNetworking-AutoRetry/HEAD/AFNetworking-AutoRetry.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /AFNetworking-AutoRetry.xcworkspace/xcshareddata/AFNetworking-AutoRetry.xccheckout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaioz/AFNetworking-AutoRetry/HEAD/AFNetworking-AutoRetry.xcworkspace/xcshareddata/AFNetworking-AutoRetry.xccheckout -------------------------------------------------------------------------------- /AFNetworking-AutoRetry.xcworkspace/xcuserdata/shai.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaioz/AFNetworking-AutoRetry/HEAD/AFNetworking-AutoRetry.xcworkspace/xcuserdata/shai.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaioz/AFNetworking-AutoRetry/HEAD/LICENSE -------------------------------------------------------------------------------- /Podfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaioz/AFNetworking-AutoRetry/HEAD/Podfile -------------------------------------------------------------------------------- /Podfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaioz/AFNetworking-AutoRetry/HEAD/Podfile.lock -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaioz/AFNetworking-AutoRetry/HEAD/README.md --------------------------------------------------------------------------------