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}",
26 "exclude_files": "Reliant/Classes/ContextLocator/OSX/*",
31 "Reliant/Classes/ContextLocator/OSX/*",
32 "Reliant/Classes/ContextLocator/iOS/*",
33 "Reliant/Classes/Categories/UIKit/*"
37 "exclude_files": "Reliant/Classes/ContextLocator/OSX/*"
41 "Reliant/Classes/Categories/UIKit/*",
42 "Reliant/Classes/ContextLocator/iOS/*"
44 "frameworks": "AppKit"
46 "frameworks": "Foundation",