[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / e / 7 / Thyme / 2.0 / Thyme.podspec.json
blob316872e9787f9cc47f5be49f8a6d71d6503d0ef6
2   "name": "Thyme",
3   "version": "2.0",
4   "summary": "A thin wrapper around *Core Graphics* that makes it possible to reuse the same drawing code on both iOS and macOS.",
5   "homepage": "https://github.com/kaishin/Thyme",
6   "social_media_url": "http://twitter.com/kaishin",
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Reda Lemeden": "git@kaishin.haz.email"
13   },
14   "source": {
15     "git": "https://github.com/kaishin/Thyme.git",
16     "tag": "v2.0"
17   },
18   "ios": {
19     "source_files": [
20       "Thyme/**/*.{h,swift}",
21       "Shared/**/*.{h,swift}"
22     ]
23   },
24   "osx": {
25     "source_files": [
26       "ThymeMac/**/*.{h,swift}",
27       "Shared/**/*.{h,swift}"
28     ]
29   },
30   "requires_arc": true,
31   "platforms": {
32     "ios": "10.0",
33     "osx": "10.10"
34   },
35   "pushed_with_swift_version": "4.0"