[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / 8 / 9 / OrangeFramework / 1.2.0 / OrangeFramework.podspec.json
blobcadf847dd4b20c05832d0a374d844f4e21338b85
2   "name": "OrangeFramework",
3   "version": "1.2.0",
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://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.2.0"
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       "subspecs": [
35         {
36           "name": "UI",
37           "source_files": "Source/Extensions/UI/*.{swift,h,m}"
38         },
39         {
40           "name": "Array",
41           "source_files": "Source/Extensions/Core/Array/*.{swift,h,m}"
42         },
43         {
44           "name": "Date",
45           "source_files": "Source/Extensions/Core/Date/*.{swift,h,m}"
46         },
47         {
48           "name": "Error",
49           "source_files": "Source/Extensions/Core/Error/*.{swift,h,m}"
50         },
51         {
52           "name": "GCD",
53           "source_files": "Source/Extensions/Core/GCD/*.{swift,h,m}"
54         },
55         {
56           "name": "Localization",
57           "source_files": "Source/Extensions/Core/Localization/*.{swift,h,m}"
58         },
59         {
60           "name": "Log",
61           "source_files": "Source/Extensions/Core/Log/*.{swift,h,m}"
62         },
63         {
64           "name": "String",
65           "source_files": "Source/Extensions/Core/String/*.{swift,h,m}"
66         }
67       ]
68     },
69     {
70       "name": "Segues",
71       "source_files": "Source/Segues/**/*.{swift,h,m}"
72     }
73   ]