[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / a / 5 / d / SwiftKick / 1.2.0 / SwiftKick.podspec.json
blobb1d5303d23ca7c2fa273c7602ce1e520421fd0ab
2   "name": "SwiftKick",
3   "version": "1.2.0",
4   "license": {
5     "type": "MIT"
6   },
7   "summary": "Some classes and functions for kickstarting your Swift development project",
8   "homepage": "https://github.com/dudash/swiftkick",
9   "social_media_url": "http://about.me/jasondudash",
10   "authors": {
11     "Jason Dudash": "jason.dudash@gmail.com"
12   },
13   "platforms": {
14     "ios": "9.3",
15     "tvos": "10.2"
16   },
17   "requires_arc": true,
18   "source": {
19     "git": "https://github.com/dudash/swiftkick.git",
20     "tag": "1.2.0"
21   },
22   "source_files": "Sources/*.{h,swift}",
23   "default_subspecs": "All",
24   "pod_target_xcconfig": {
25     "SWIFT_VERSION": "3.1"
26   },
27   "pushed_with_swift_version": "3.0",
28   "subspecs": [
29     {
30       "name": "All",
31       "source_files": "Sources/**/*.swift"
32     },
33     {
34       "name": "Collections",
35       "source_files": "Sources/Collections/*.swift"
36     },
37     {
38       "name": "Extensions",
39       "source_files": [
40         "Sources/Extensions/*.swift",
41         "Sources/Extensions/**/*.swift"
42       ]
43     },
44     {
45       "name": "NumberExtensions",
46       "source_files": "Sources/Extensions/NumberTypes/*.swift"
47     },
48     {
49       "name": "StringExtensions",
50       "source_files": "Sources/Extensions/String/*.swift"
51     },
52     {
53       "name": "UIExtensions",
54       "source_files": "Sources/Extensions/UITypes/*.swift"
55     },
56     {
57       "name": "PreferencesExtensions",
58       "source_files": "Sources/Extensions/FoundationPreferences/*.swift"
59     },
60     {
61       "name": "Logger",
62       "source_files": "Sources/Logger/*.swift"
63     }
64   ]