[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / 8 / 9 / OrangeFramework / 1.2.2 / OrangeFramework.podspec.json
blob63eafe939f9a46dc2631f9c8c07720f9c82065dc
2   "name": "OrangeFramework",
3   "version": "1.2.2",
4   "summary": "Powerful framework aimed at fast and high quality developing mobile apps on Objective-C and Swift.",
5   "description": "OrangeFramework is a collection of components for fast and high quality developing mobile apps on Objective-C and Swift.\nIt includes a light-weight iOC container, component for detecting running device, powerful extensions and useful segues.",
6   "homepage": "https://bitbucket.org/orangesoft-mobile/orangeframework",
7   "license": "MIT",
8   "authors": {
9     "Roman Kulesha": "kulesha.r@gmail.com"
10   },
11   "source": {
12     "git": "https://bitbucket.org/orangesoft-mobile/orangeframework.git",
13     "tag": "1.2.2"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "xcconfig": {
20     "SWIFT_INSTALL_OBJC_HEADER": "NO",
21     "EMBEDDED_CONTENT_CONTAINS_SWIFT": "NO"
22   },
23   "subspecs": [
24     {
25       "name": "Dependency",
26       "source_files": "Source/Dependency/**/*.{swift,h,m}"
27     },
28     {
29       "name": "Device",
30       "source_files": "Source/Device/**/*.{swift,h,m}"
31     },
32     {
33       "name": "Extensions",
34       "source_files": "Source/Extensions/Core/*.{swift,h,m}",
35       "subspecs": [
36         {
37           "name": "Array",
38           "source_files": "Source/Extensions/Core/Array/*.{swift,h,m}"
39         },
40         {
41           "name": "Date",
42           "source_files": "Source/Extensions/Core/Date/*.{swift,h,m}"
43         },
44         {
45           "name": "Error",
46           "source_files": "Source/Extensions/Core/Error/*.{swift,h,m}"
47         },
48         {
49           "name": "GCD",
50           "source_files": "Source/Extensions/Core/GCD/*.{swift,h,m}"
51         },
52         {
53           "name": "Localization",
54           "source_files": "Source/Extensions/Core/Localization/*.{swift,h,m}"
55         },
56         {
57           "name": "Log",
58           "source_files": "Source/Extensions/Core/Log/*.{swift,h,m}"
59         },
60         {
61           "name": "String",
62           "source_files": "Source/Extensions/Core/String/*.{swift,h,m}"
63         },
64         {
65           "name": "UI",
66           "source_files": "Source/Extensions/UI/*.{swift,h,m}"
67         }
68       ]
69     },
70     {
71       "name": "Segues",
72       "source_files": "Source/Segues/**/*.{swift,h,m}"
73     }
74   ]