[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / 6 / 0 / 7 / Analytical / 0.1.2 / Analytical.podspec.json
blob4d570bced78446087523a284282f5f481c1f9946
2   "name": "Analytical",
3   "version": "0.1.2",
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.1.2"
17   },
18   "social_media_url": "https://twitter.com/thelegoless",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "Analytical/Classes/Core/**/*.{swift}"
26     },
27     {
28       "name": "Mixpanel",
29       "source_files": "Analytical/Classes/Provider/MixpanelProvider.swift",
30       "dependencies": {
31         "Analytical/Core": [
33         ],
34         "Mixpanel": [
36         ]
37       }
38     },
39     {
40       "name": "Facebook",
41       "source_files": "Analytical/Classes/Provider/FacebookProvider.swift",
42       "dependencies": {
43         "Analytical/Core": [
45         ],
46         "FBSDKCoreKit": [
48         ]
49       }
50     }
51   ]