[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / 4 / 1 / OrangeFrameworkObjC / 1.1.0 / OrangeFrameworkObjC.podspec.json
blobc8177e8afb59c86f2e119f8aa46bcb2bde75ee10
2   "name": "OrangeFrameworkObjC",
3   "version": "1.1.0",
4   "summary": "Powerful framework aimed at fast and high quality developing mobile apps on Objective-C.",
5   "description": "OrangeFramework is a collection of components for fast and high quality developing mobile apps on Objective-C.\nIt includes a light-weight iOC container for dependency injection, simple logger, compoment for detecting running device, useful extensions and segues.",
6   "homepage": "https://github.com/kuler90/OrangeFramework",
7   "license": "MIT",
8   "authors": {
9     "Roman Kulesha": "kulesha.r@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/kuler90/OrangeFramework.git",
13     "tag": "1.1.0"
14   },
15   "default_subspecs": [
16     "Dependency",
17     "Log",
18     "Device",
19     "Extensions",
20     "Segues"
21   ],
22   "platforms": {
23     "ios": "8.0"
24   },
25   "requires_arc": true,
26   "subspecs": [
27     {
28       "name": "Dependency",
29       "source_files": "Source/Dependency/**/*.{h,m}",
30       "private_header_files": "Source/Dependency/**/__OFPrivateServiceLocator.h"
31     },
32     {
33       "name": "Log",
34       "source_files": "Source/Log/**/*.{h,m}"
35     },
36     {
37       "name": "Device",
38       "source_files": "Source/Device/**/*.{h,m}"
39     },
40     {
41       "name": "Extensions",
42       "source_files": "Source/Extensions/**/*.{h,m}"
43     },
44     {
45       "name": "Segues",
46       "source_files": "Source/Segues/**/*.{h,m}"
47     }
48   ]