[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / c / 7 / 4 / PPILibrary / 0.0.1 / PPILibrary.podspec.json
blob533826cc6f8bdd77f86ebec5577e0c4a410b7760
2   "name": "PPILibrary",
3   "version": "0.0.1",
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.1"
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/Core/*.swift",
36         "Sources/Core/*.h"
37       ],
38       "frameworks": [
39         "Foundation",
40         "UIKit"
41       ]
42     }
43   ],
44   "swift_version": "5.5"