blob: ca2493079479cc9043efbe067657717b99c34d63 [file] [log] [blame]
{
"name": "Reliant",
"version": "2.1",
"summary": "Reliant is a light-weight Dependency Injection (DI) framework for Objective-C, both for OS X and iOS.",
"homepage": "https://github.com/appfoundry/Reliant",
"license": "MIT",
"authors": {
"Mike Seghers": "mike.seghers@appfoundry.be"
},
"source": {
"git": "https://github.com/appfoundry/Reliant.git",
"tag": "2.1"
},
"private_header_files": "Reliant/Classes/Runtime/*.h,Reliant/Classes/ContextLocator/OCSBoundContextLocatorFactory.h",
"source_files": "Reliant/Classes/**/*.{h,m}",
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"ios": {
"exclude_files": "Reliant/Classes/ContextLocator/OSX/*",
"frameworks": "UIKit"
},
"osx": {
"exclude_files": [
"Reliant/Classes/Categories/UIKit/*",
"Reliant/Classes/ContextLocator/iOS/*"
],
"frameworks": "AppKit"
},
"frameworks": "Foundation",
"requires_arc": true
}