[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 3 / 8 / 9 / OrangeFramework / 1.1.0 / OrangeFramework.podspec.json
blobb122482d737d1fd24d15056e6a89cada8e1921af
2   "name": "OrangeFramework",
3   "version": "1.1.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 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   "xcconfig": {
27     "SWIFT_INSTALL_OBJC_HEADER": "NO",
28     "EMBEDDED_CONTENT_CONTAINS_SWIFT": "NO"
29   },
30   "subspecs": [
31     {
32       "name": "Dependency",
33       "source_files": "Source/Dependency/**/*.{swift,h,m}"
34     },
35     {
36       "name": "Log",
37       "source_files": "Source/Log/**/*.{swift,h,m}"
38     },
39     {
40       "name": "Device",
41       "source_files": "Source/Device/**/*.{swift,h,m}"
42     },
43     {
44       "name": "Extensions",
45       "source_files": "Source/Extensions/**/*.{swift,h,m}"
46     },
47     {
48       "name": "Segues",
49       "source_files": "Source/Segues/**/*.{swift,h,m}"
50     }
51   ]