[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 7 / 4 / PPILibrary / 0.0.2 / PPILibrary.podspec.json
blob2273a2ebbec489294917f52df5a944b63eddb530
2   "name": "PPILibrary",
3   "version": "0.0.2",
4   "homepage": "https://github.com/ShenYj/PPILibrary",
5   "license": {
6     "type": "MIT",
7     "file": "License"
8   },
9   "authors": {
10     "ShenYj": "shenyanjie123@foxmail.com"
11   },
12   "social_media_url": "https://github.com/ShenYj/ShenYj.github.io/wiki",
13   "requires_arc": true,
14   "swift_versions": [
15     "5.2",
16     "5.4",
17     "5.5"
18   ],
19   "source": {
20     "git": "https://github.com/ShenYj/PPILibrary.git",
21     "tag": "0.0.2"
22   },
23   "summary": "基础工具扩展库.",
24   "description": "个人开发的基础工具扩展库, 通过subspec增加了一些依赖库的扩展支持",
25   "default_subspecs": [
26     "Core"
27   ],
28   "platforms": {
29     "ios": "12.0"
30   },
31   "subspecs": [
32     {
33       "name": "Core",
34       "source_files": [
35         "Sources/PPILibrary.h",
36         "Sources/Core/*.swift",
37         "Sources/Core/Protocol/*.swift",
38         "Sources/Core/Extension/*.swift"
39       ],
40       "frameworks": [
41         "Foundation",
42         "UIKit"
43       ]
44     }
45   ],
46   "swift_version": "5.5"