[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 6 / d / c / ThemingKit / 1.0.1 / ThemingKit.podspec.json
blob63a08b157e2b0ddd96e2dd604e545196c802ff06
2   "name": "ThemingKit",
3   "version": "1.0.1",
4   "summary": "Library for theming an iOS application easily",
5   "homepage": "https://pilgrimagesoftware.com",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Paul Schifferer": "paul@schifferers.net"
12   },
13   "social_media_url": "https://wanderingmonster.org",
14   "source": {
15     "git": "https://github.com/paulyhedral/ThemingKit.git",
16     "tag": "1.0.1",
17     "submodules": true
18   },
19   "frameworks": "Foundation",
20   "ios": {
21     "frameworks": "UIKit"
22   },
23   "platforms": {
24     "ios": "10.0"
25   },
26   "requires_arc": true,
27   "source_files": "Sources/ThemingKit/**/*.{h,m,c,swift}",
28   "resources": "Sources/ThemingKit/**/*.strings",
29   "dependencies": {
30     "SwiftyBeaver": [
32     ],
33     "KBRoundedButton": [
35     ]
36   }