[Add] TMUserCenter 0.2.55
[CocoaPods.git] / Specs / 6 / c / 2 / ZerzuraKit / 0.8.0 / ZerzuraKit.podspec.json
blobbbe4e43e6e4b1a080bcb53df080f5519f1e6f84b
2   "name": "ZerzuraKit",
3   "version": "0.8.0",
4   "license": {
5     "type": "MIT"
6   },
7   "homepage": "https://github.com/VictorLi08/ZerzuraKit",
8   "authors": {
9     "Victor Li": "victorli08@outlook.com"
10   },
11   "summary": "Versatile general-purpose Swift library.",
12   "source": {
13     "git": "https://github.com/VictorLi08/ZerzuraKit.git",
14     "tag": "v0.8.0"
15   },
16   "swift_versions": "5.1",
17   "platforms": {
18     "ios": "10.0",
19     "tvos": "10.0",
20     "watchos": "2.0",
21     "osx": "10.10"
22   },
23   "source_files": "Common/*.swift",
24   "ios": {
25     "source_files": [
26       "Common/Mobile/*.swift",
27       "Common/iOS_tvOS/*.swift",
28       "iOS/*.swift"
29     ],
30     "frameworks": "UIKit"
31   },
32   "tvos": {
33     "source_files": [
34       "Common/Mobile/*.swift",
35       "Common/iOS_tvOS/*.swift",
36       "tvOS/*.swift"
37     ],
38     "frameworks": "UIKit"
39   },
40   "watchos": {
41     "source_files": [
42       "Common/Mobile/*.swift",
43       "watchOS/*.swift"
44     ]
45   },
46   "osx": {
47     "source_files": "macOS/*.swift",
48     "frameworks": "Cocoa"
49   },
50   "frameworks": "CoreLocation",
51   "swift_version": "5.1"