[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / b / 0 / 9 / StepTracking / 0.2.0 / StepTracking.podspec.json
blob9c90845089944cfbad06864e712a1f1609924410
2   "name": "StepTracking",
3   "version": "0.2.0",
4   "swift_versions": [
5     "5.0",
6     "5.1",
7     "5.2",
8     "5.3"
9   ],
10   "summary": "[StepTracking] Track code behavior follow step by step.",
11   "description": "Core Tracking to implement tracking layer which independent with Analytics agencies.\nYour flow will be abstracted to steps. Each step has some default values. All events was sent in step included available values of the step.",
12   "homepage": "https://github.com/congncif/StepTracking",
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "authors": {
18     "NGUYEN CHI CONG": "congnc.if@gmail.com"
19   },
20   "source": {
21     "git": "https://github.com/congncif/StepTracking.git",
22     "tag": "0.2.0"
23   },
24   "social_media_url": "https://twitter.com/congncif",
25   "platforms": {
26     "ios": "10.0"
27   },
28   "default_subspecs": "Default",
29   "subspecs": [
30     {
31       "name": "Default",
32       "dependencies": {
33         "StepTracking/Core": [
35         ]
36       }
37     },
38     {
39       "name": "Core",
40       "source_files": "StepTracking/StepTracking/**/*"
41     },
42     {
43       "name": "RxTracking",
44       "source_files": "StepTracking/RxTracking/**/*",
45       "dependencies": {
46         "StepTracking/Core": [
48         ],
49         "RxSwift": [
51         ]
52       }
53     }
54   ],
55   "swift_version": "5.3"