[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 2 / 4 / 1 / OrangeFrameworkObjC / 0.1.0 / OrangeFrameworkObjC.podspec.json
blob1c242a6b8673f494301da27f93e152e74bcc9a7d
2   "name": "OrangeFrameworkObjC",
3   "version": "0.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 (used for dependency injection), flexible logger, powerful extensions and simple system info getter.",
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": "0.1.0"
14   },
15   "default_subspecs": [
16     "Dependency",
17     "Log",
18     "SystemInfo",
19     "Extensions",
20     "Segues"
21   ],
22   "platforms": {
23     "ios": "7.0"
24   },
25   "requires_arc": true,
26   "subspecs": [
27     {
28       "name": "Dependency",
29       "source_files": "Source/Dependency/**/*.{h,m}"
30     },
31     {
32       "name": "Log",
33       "source_files": "Source/Log/**/*.{h,m}"
34     },
35     {
36       "name": "SystemInfo",
37       "source_files": "Source/SystemInfo/**/*.{h,m}"
38     },
39     {
40       "name": "Extensions",
41       "source_files": "Source/Extensions/**/*.{h,m}"
42     },
43     {
44       "name": "Segues",
45       "source_files": "Source/Segues/**/*.{h,m}"
46     }
47   ]