JUMP Framework is a collection of classes in Objective-C to perform a series of tasks on iOS or Mac OS applications. From Network libraries until User Interface libraries. The framework have classes to accomplish day by day tasks until very complex applications.
JUMP Framework is divided on different weakly coupled modules. You can import all modules or only the modules that you want to use on your project. See JUMP Framework Start Guide to learn more about it.
The JUMP Network Module was updated to start to use AFNetworking instead of ASIHTTPRequest. This update introduce ARC to this module, modern Objective-C code and a more robust HTTP Request engine.
However, when you update this you should change some minor tricks to your project: - You must import the Pods.xcodeproj into your main project. It is located at JUMP/JUMPNetwork/Pods. - If you use JUMP_Reachability, you must use Reachability from AFNetworking. - If you use any ASIHTTPRequest error constants. You need to update to NSURLErrorDomain error constants.
Yes, a little effort. But I'm sure that worths the deal.
JUMP Framework Modules documentation is generated from code using Doxygen. Access seqoy.github.com/jump to learn more about it, many Programming Guides and Code Snippets for the different modules are provided to help you understand and start to use right away.
Copyright 2014, SEQOY Foundation
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.