[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 2 / f / 6 / SNSwiftPackageDemo1 / 0.0.1 / SNSwiftPackageDemo1.podspec.json
blobfe68213d1b741848bf3ae9836d4895440b2cb015
2   "name": "SNSwiftPackageDemo1",
3   "version": "0.0.1",
4   "summary": "SNSwiftPackageDemo1.",
5   "swift_version": "4.0",
6   "description": "这只是一个建立pod仓库的简单demo,并没有实际的意思。教学使用。\n当然这里只是尝试搭建一个自己的pod",
7   "homepage": "https://github.com/SpectatorNanWithZZC/SNSwiftPackageDemo1",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "spectatorNan": "spectatornan@gmail.com"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/SpectatorNanWithZZC/SNSwiftPackageDemo1.git",
20     "tag": "0.0.1"
21   },
22   "requires_arc": true,
23   "default_subspecs": "Core",
24   "deprecated": true,
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "Dependences/Classes/SNExtension/**/*",
29       "frameworks": [
30         "Foundation",
31         "UIKit"
32       ]
33     },
34     {
35       "name": "RxSwiftExtension",
36       "source_files": "Dependences/Classes/Rx/**/*",
37       "dependencies": {
38         "RxSwift": [
39           "~> 4.0"
40         ],
41         "RxCocoa": [
42           "~> 4.0.0"
43         ]
44       }
45     }
46   ]