4 "summary": "Reliant is a light-weight Dependency Injection (DI) framework for Objective-C, both for OS X and iOS.",
5 "homepage": "https://github.com/appfoundry/Reliant",
8 "Mike Seghers": "mike.seghers@appfoundry.be"
11 "git": "https://github.com/appfoundry/Reliant.git",
14 "private_header_files": [
15 "Reliant/Classes/Runtime/*.h",
16 "Reliant/Classes/ContextLocator/OCSBoundContextLocatorFactory.h"
18 "source_files": "Reliant/Classes/**/*.{h,m}",
24 "exclude_files": "Reliant/Classes/ContextLocator/OSX/*",
29 "Reliant/Classes/Categories/UIKit/*",
30 "Reliant/Classes/ContextLocator/iOS/*"
32 "frameworks": "AppKit"
34 "frameworks": "Foundation",