[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / 8 / 6 / 2 / DTTracker / 0.0.1 / DTTracker.podspec.json
blob9eccb54d4f302b32ed05d7991efa545b94065313
2   "name": "DTTracker",
3   "version": "0.0.1",
4   "summary": "DTTracker SDK",
5   "description": "you can use DTTracker to track your user behavior in your app",
6   "homepage": "https://www.dtstack.com/",
7   "license": "MIT",
8   "authors": {
9     "liuyunclouder": "liuyunclouder@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/liuyunclouder/DTTracker.git",
16     "tag": "0.0.1"
17   },
18   "vendored_frameworks": "frameworks/cocoapods/DTTracker.framework",
19   "frameworks": [
20     "Foundation",
21     "UIKit",
22     "CoreTelephony"
23   ],
24   "libraries": [
25     "sqlite3",
26     "z"
27   ],
28   "requires_arc": true,
29   "pod_target_xcconfig": {
30     "OTHER_LDFLAGS": "-ObjC -all_load"
31   }