2 "name": "OrangeFrameworkObjC",
4 "summary": "Powerful framework aimed at fast and high quality developing mobile apps on Objective-C.",
5 "description": "OrangeFramework is a collection of components for fast and high quality developing mobile apps on Objective-C.\nIt includes a light-weight iOC container for dependency injection, simple logger, compoment for detecting running device, useful extensions and segues.",
6 "homepage": "https://github.com/kuler90/OrangeFramework",
9 "Roman Kulesha": "kulesha.r@gmail.com"
12 "git": "https://github.com/kuler90/OrangeFramework.git",
29 "source_files": "Source/Dependency/**/*.{h,m}",
30 "private_header_files": "Source/Dependency/**/__OFPrivateServiceLocator.h"
34 "source_files": "Source/Log/**/*.{h,m}"
38 "source_files": "Source/Device/**/*.{h,m}"
42 "source_files": "Source/Extensions/**/*.{h,m}"
46 "source_files": "Source/Segues/**/*.{h,m}"