[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 9 / 3 / 7 / FinniversKit / 0.5.1 / FinniversKit.podspec.json
blob66f3efdd357635d1eb6994eb5f782f384308e4f3
2   "name": "FinniversKit",
3   "version": "0.5.1",
4   "summary": "FINN's iOS Components",
5   "authors": "FINN.no",
6   "homepage": "https://schibsted.frontify.com/d/oCLrx0cypXJM/design-system",
7   "social_media_url": "https://twitter.com/FINN_tech",
8   "description": "FinniversKit is the iOS native implementation of FINN's design system.",
9   "license": {
10     "type": "Apache License, Version 2.0",
11     "text": "    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n"
12   },
13   "platforms": {
14     "ios": "9.0"
15   },
16   "swift_version": "4.0",
17   "source": {
18     "git": "https://github.com/finn-no/FinniversKit.git",
19     "tag": "0.5.1"
20   },
21   "requires_arc": true,
22   "source_files": [
23     "Sources/*.{h,m,swift}",
24     "Sources/**/*.{h,m,swift}",
25     "Sources/**/**/*.{h,m,swift}"
26   ],
27   "resources": [
28     "Sources/Resources/Fonts/*.ttf",
29     "Sources/Resources/*.xcassets"
30   ],
31   "resource_bundles": {
32     "FinniversKit": [
33       "Sources/Resources/*.xcassets",
34       "Sources/Resources/Fonts/*.ttf"
35     ]
36   },
37   "exclude_files": [
38     "Demo*.swift",
39     "*Demo*.swift",
40     "Sources/**/**/Demo/*swift",
41     "Sources/**/**/**/Demo/*swift",
42     "Sources/Components/**/*DemoView.swift",
43     "Sources/Components/**/Demo/",
44     "*DemoView.swift",
45     "Sources/Components/**/**/Demo/*.swift",
46     "*Helpers.swift",
47     "Sources/DNA/**/Demo/*.swift"
48   ],
49   "frameworks": [
50     "Foundation",
51     "UIKit"
52   ],
53   "subspecs": [
54     {
55       "name": "DNA",
56       "source_files": [
57         "Sources/*.{h,m,swift}",
58         "Sources/DNA/*.{h,m,swift}",
59         "Sources/DNA/**/*.{h,m,swift}",
60         "Sources/DNA/**/**/*.{h,m,swift}",
61         "Sources/Resources/*.{h,m,swift}",
62         "Sources/Resources/**/*.{h,m,swift}",
63         "Sources/Resources/**/**/*.{h,m,swift}"
64       ],
65       "resource_bundles": {
66         "FinniversKitDNA": [
67           "Sources/Resources/*.xcassets",
68           "Sources/Resources/Fonts/*.ttf"
69         ]
70       },
71       "requires_arc": true,
72       "exclude_files": [
73         "Demo*.swift",
74         "*Demo*.swift",
75         "Sources/**/**/Demo/*swift",
76         "Sources/**/**/**/Demo/*swift",
77         "Sources/Components/**/*DemoView.swift",
78         "Sources/Components/**/Demo/",
79         "*DemoView.swift",
80         "Sources/Components/**/**/Demo/*.swift",
81         "*Helpers.swift",
82         "Sources/DNA/**/Demo/*.swift"
83       ],
84       "frameworks": [
85         "Foundation",
86         "UIKit"
87       ]
88     }
89   ]