[Add] FaceCoreBasicNightly 6.2.803
[CocoaPods.git] / Specs / 2 / f / 8 / ZLTestSPMBundle / 1.0.0 / ZLTestSPMBundle.podspec.json
blobc7ebca2c785d283db8adda53fe85c30d61247c39
2   "name": "ZLTestSPMBundle",
3   "version": "1.0.0",
4   "summary": "test spm bundle",
5   "homepage": "https://github.com/longitachi/ZLTestSPMBundle",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "longitachi": "longitachi@163.com"
12   },
13   "source": {
14     "git": "https://github.com/longitachi/ZLTestSPMBundle.git",
15     "tag": "1.0.0"
16   },
17   "platforms": {
18     "ios": "10.0"
19   },
20   "swift_versions": [
21     "5.0",
22     "5.1",
23     "5.2"
24   ],
25   "requires_arc": true,
26   "resources": "Sources/*.{png,bundle}",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": [
31         "Sources/*.swift",
32         "Sources/ZLTestSPMBundle.h"
33       ]
34     }
35   ],
36   "swift_version": "5.2"