[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 5 / e / Reliant / 2.4.0 / Reliant.podspec.json
blob946b9b383dfbca7d1cffad797bd3627d014346cd
2   "name": "Reliant",
3   "version": "2.4.0",
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",
6   "license": "MIT",
7   "authors": {
8     "Mike Seghers": "mike.seghers@appfoundry.be"
9   },
10   "source": {
11     "git": "https://github.com/appfoundry/Reliant.git",
12     "tag": "2.4.0"
13   },
14   "private_header_files": [
15     "Reliant/Classes/Runtime/*.h",
16     "Reliant/Classes/ContextLocator/OCSBoundContextLocatorFactory.h"
17   ],
18   "source_files": "Reliant/Classes/**/*.{h,m}",
19   "platforms": {
20     "ios": "6.0",
21     "watchos": "2.0",
22     "tvos": "9.0",
23     "osx": "10.8"
24   },
25   "ios": {
26     "exclude_files": "Reliant/Classes/ContextLocator/OSX/*",
27     "frameworks": "UIKit"
28   },
29   "watchos": {
30     "exclude_files": [
31       "Reliant/Classes/ContextLocator/OSX/*",
32       "Reliant/Classes/ContextLocator/iOS/*",
33       "Reliant/Classes/Categories/UIKit/*"
34     ]
35   },
36   "tvos": {
37     "exclude_files": "Reliant/Classes/ContextLocator/OSX/*"
38   },
39   "osx": {
40     "exclude_files": [
41       "Reliant/Classes/Categories/UIKit/*",
42       "Reliant/Classes/ContextLocator/iOS/*"
43     ],
44     "frameworks": "AppKit"
45   },
46   "frameworks": "Foundation",
47   "requires_arc": true