blob: 5e1d12aebe0b5bcbb3ee4a4b52e32e4dd1442bde [file] [log] [blame]
{
"name": "Reliant",
"version": "2.3.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.3.1"
},
"private_header_files": [
"Reliant/Classes/Runtime/*.h",
"Reliant/Classes/ContextLocator/OCSBoundContextLocatorFactory.h"
],
"source_files": "Reliant/Classes/**/*.{h,m}",
"platforms": {
"ios": "6.0",
"watchos": "2.0",
"tvos": "9.0",
"osx": "10.8"
},
"ios": {
"exclude_files": "Reliant/Classes/ContextLocator/OSX/*",
"frameworks": "UIKit"
},
"watchos": {
"exclude_files": [
"Reliant/Classes/ContextLocator/OSX/*",
"Reliant/Classes/ContextLocator/iOS/*",
"Reliant/Classes/Categories/UIKit/*"
]
},
"tvos": {
"exclude_files": "Reliant/Classes/ContextLocator/OSX/*"
},
"osx": {
"exclude_files": [
"Reliant/Classes/Categories/UIKit/*",
"Reliant/Classes/ContextLocator/iOS/*"
],
"frameworks": "AppKit"
},
"frameworks": "Foundation",
"requires_arc": true
}