##1. Abstract
BeeHive is a solution for iOS Application module programs, it absorbed the Spring Framework API service concept to avoid to coupling between modules.
We can get to know the architecture of BeeHive from this picture.
##2. Doc
##3. Module: Modules are separated by different function, every module can communicate with other one through their own services.
##4. Service: Services are the interface of the specifically module.
##5. Integrated approach
- use cocoapods
pod "BeeHive", '1.0.0'
##6. author
##7. License
BeeHive is available under the GPL license. See the LICENSE file for more info.