[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / b / 5 / e / Reliant / 0.0.1 / Reliant.podspec.json
blob44ff982f5a9cf3f888ae2b7076703adda93c6e30
2   "name": "Reliant",
3   "version": "0.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/idamediafoundry/Reliant",
6   "license": "Apache Licence 2.0",
7   "authors": {
8     "iDA MediaFoundry": "info@ida-mediafoundry.be",
9     "Mike Seghers": "mike@oakcs.be"
10   },
11   "source": {
12     "git": "https://github.com/idamediafoundry/Reliant.git",
13     "tag": "0.0.1"
14   },
15   "platforms": {
16     "ios": "5.0",
17     "osx": "10.7"
18   },
19   "source_files": "Reliant/**/*.{h,m}",
20   "exclude_files": "Classes/Exclude",
21   "public_header_files": [
22     "Reliant/OCSScope.h",
23     "Reliant/OCSConfigurator.h",
24     "Reliant/OCSConfiguratorBase.h",
25     "Reliant/OCSConfiguratorBase+ForSubclassEyesOnly.h",
26     "Reliant/OCSConfiguratorFromClass.h",
27     "Reliant/OCSApplicationContext.h",
28     "Reliant/OCSDefinition.h"
29   ],
30   "frameworks": [
31     "UIKit",
32     "Foundation"
33   ],
34   "requires_arc": false,
35   "dependencies": {
36     "OCMock": [
37       "~> 2.0"
38     ]
39   }