[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / b / 5 / e / Reliant / 2.0.1 / Reliant.podspec.json
blob2239599d7ed85fe5ab4459075e888cb1403d8a9d
2   "name": "Reliant",
3   "version": "2.0.1",
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.0.1"
13   },
14   "private_header_files": "Reliant/Classes/Runtime/*.h,Reliant/Classes/ContextLocator/OCSBoundContextLocatorFactory.h",
15   "source_files": "Reliant/Classes/**/*.{h,m}",
16   "platforms": {
17     "ios": "6.0",
18     "osx": "10.8"
19   },
20   "ios": {
21     "exclude_files": "Reliant/Classes/ContextLocator/OSX/*",
22     "frameworks": "UIKit"
23   },
24   "osx": {
25     "exclude_files": [
26       "Reliant/Classes/Categories/UIKit/*",
27       "Reliant/Classes/ContextLocator/iOS/*"
28     ],
29     "frameworks": "AppKit"
30   },
31   "frameworks": "Foundation",
32   "requires_arc": true