[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 5 / e / Reliant / 2.2.2 / Reliant.podspec.json
blob1ff8c3729e8fe3882a31fb9d84840bb6543d9c5b
2   "name": "Reliant",
3   "version": "2.2.2",
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.2.2"
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     "osx": "10.8"
22   },
23   "ios": {
24     "exclude_files": "Reliant/Classes/ContextLocator/OSX/*",
25     "frameworks": "UIKit"
26   },
27   "osx": {
28     "exclude_files": [
29       "Reliant/Classes/Categories/UIKit/*",
30       "Reliant/Classes/ContextLocator/iOS/*"
31     ],
32     "frameworks": "AppKit"
33   },
34   "frameworks": "Foundation",
35   "requires_arc": true