seqoy / jump

Jump
jump.seqoy.org
Apache License 2.0
10 stars 7 forks source link

JUMP Framework

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.

Modules

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.

JUMP Network Module and AFNetworking

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:

Yes, a little effort. But I'm sure that worths the deal.

Documentation

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.

License

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.