[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / d / e / a / JKPacket / 0.2.0 / JKPacket.podspec.json
blob97ec45c546eab1542957294c196dcb4c3caa201e
2   "name": "JKPacket",
3   "version": "0.2.0",
4   "summary": "a swift lifecycle reponsable observe tool",
5   "description": "a tool can observe lifecycle data,and respoonse with RxSwift.",
6   "homepage": "https://github.com/xindizhiyin2014/JKPacket",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "xindizhiyin2014": "929097264@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/xindizhiyin2014/JKPacket.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.11"
21   },
22   "swift_versions": "4.2",
23   "dependencies": {
24     "RxSwift": [
25       "~> 5.0.0"
26     ]
27   },
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": "JKPacket/Classes/Core/**/*"
32     },
33     {
34       "name": "iOS",
35       "platforms": {
36         "ios": "9.0"
37       },
38       "source_files": "JKPacket/Classes/iOS/**/*",
39       "dependencies": {
40         "JKPacket/Core": [
42         ]
43       }
44     },
45     {
46       "name": "OSX",
47       "platforms": {
48         "osx": "10.11"
49       },
50       "source_files": "JKPacket/Classes/OSX/**/*",
51       "dependencies": {
52         "JKPacket/Core": [
54         ]
55       }
56     }
57   ],
58   "swift_version": "4.2"