[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 8 / 7 / d / ImpressionKit-OC / 0.0.1 / ImpressionKit-OC.podspec.json
blob35984f17a210e173947a88896bc38e4bf05dc4e9
2   "name": "ImpressionKit-OC",
3   "version": "0.0.1",
4   "summary": "This is a library to analyze impression events for UIView in iOS (exposure of UIView).",
5   "homepage": "https://github.com/Dwarven/ImpressionKit-OC",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Dwarven": "prison.yang@gmail.com"
12   },
13   "platforms": {
14     "ios": "11.0"
15   },
16   "swift_versions": "5",
17   "default_subspecs": "Core",
18   "source": {
19     "git": "https://github.com/Dwarven/ImpressionKit-OC.git",
20     "tag": "0.0.1"
21   },
22   "requires_arc": true,
23   "subspecs": [
24     {
25       "name": "Core",
26       "frameworks": "UIKit",
27       "source_files": "ImpressionKit-OC/*.{h,m}"
28     },
29     {
30       "name": "SwiftUI",
31       "dependencies": {
32         "ImpressionKit-OC/Core": [
34         ]
35       },
36       "source_files": "ImpressionKit-OC/*.swift"
37     }
38   ],
39   "swift_version": "5"