[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / b / 0 / 9 / StepTracking / 0.1.0 / StepTracking.podspec.json
blob4969bac00a48461374e97a9b4c325da55dbca48c
2   "name": "StepTracking",
3   "version": "0.1.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.1.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"