[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / 6 / 0 / 7 / Analytical / 0.5.1 / Analytical.podspec.json
bloba5015bf6131a97dbf282426499769762502042bd
2   "name": "Analytical",
3   "version": "0.5.1",
4   "summary": "Analytical is a lightweight analytics library wrapper.",
5   "description": "A simple, lightweight Swift analytics abstraction layer.",
6   "homepage": "https://github.com/legoless/Analytical",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Dal Rupnik": "legoless@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/legoless/Analytical.git",
16     "tag": "0.5.1"
17   },
18   "social_media_url": "https://twitter.com/thelegoless",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "pushed_with_swift_version": "3.0",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Analytical/Classes/Core/**/*.{swift}"
27     },
28     {
29       "name": "Facebook",
30       "source_files": "Analytical/Classes/Provider/FacebookProvider.swift",
31       "dependencies": {
32         "Analytical/Core": [
34         ],
35         "FBSDKCoreKit": [
37         ]
38       }
39     },
40     {
41       "name": "Mixpanel",
42       "source_files": "Analytical/Classes/Provider/MixpanelProvider.swift",
43       "dependencies": {
44         "Analytical/Core": [
46         ],
47         "Mixpanel-swift": [
49         ]
50       }
51     },
52     {
53       "name": "Flurry",
54       "source_files": "Analytical/Classes/Provider/FlurryProvider.swift",
55       "dependencies": {
56         "Analytical/Core": [
58         ],
59         "Flurry-iOS-SDK/FlurrySDK": [
61         ]
62       }
63     },
64     {
65       "name": "Log",
66       "source_files": "Analytical/Classes/Provider/LogProvider.swift",
67       "dependencies": {
68         "Analytical/Core": [
70         ],
71         "XCGLogger": [
73         ]
74       }
75     },
76     {
77       "name": "Segment",
78       "source_files": "Analytical/Classes/Provider/SegmentProvider.swift",
79       "dependencies": {
80         "Analytical/Core": [
82         ],
83         "Analytics": [
85         ]
86       }
87     }
88   ]