[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 9 / 1 / 7 / Symbiote / 0.1.2 / Symbiote.podspec.json
blob51fd8db0977e4a67a534415c24fdaab4f6d1e524
2   "name": "Symbiote",
3   "version": "0.1.2",
4   "summary": "Symbiote is an analytics framework that supports multiple platforms, auto enables analytics in an app (through swizzling) and is easily extensible.",
5   "description": "Symbiote is an analytics framework that supports multiple platforms, auto enables basic analytics in your app and is easily extensible with event processors.\nExtended analytics support can be enabled by subclassing UIButtons and UIViewControllers from analytics subclasses and providing a view name. This will enable the framework to automatically build view paths and label buttons with their respective actions correctly.\nUnsupported analytics platforms may be integrated by implementing a simple event logging protocol. Custom events can be created easily.\nEvents may be filtered and processed (add/edit/remove/analyze data) by adding custom event processors to the event bus.",
6   "homepage": "https://github.com/vectorform/Symbiote",
7   "license": "BSD",
8   "authors": {
9     "Vectorform": "jstart@vectorform.de"
10   },
11   "source": {
12     "git": "https://github.com/vectorform/Symbiote.git",
13     "tag": "0.1.2"
14   },
15   "social_media_url": "https://twitter.com/vectorform",
16   "source_files": "Core/",
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "frameworks": "UIKit",
22   "default_subspecs": [
23     "Core",
24     "Provider/DebugLog"
25   ],
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "Core/**/*.swift"
30     },
31     {
32       "name": "Provider",
33       "subspecs": [
34         {
35           "name": "DebugLog",
36           "dependencies": {
37             "Symbiote/Core": [
39             ]
40           },
41           "source_files": "Provider/DebugLog/*.swift"
42         },
43         {
44           "name": "AWSMobileAnalytics",
45           "dependencies": {
46             "Symbiote/Core": [
48             ],
49             "AWSMobileAnalytics": [
50               "~> 2.3.2"
51             ]
52           },
53           "source_files": "Provider/AWSMobileAnalytics/*.swift"
54         },
55         {
56           "name": "FlurryAnalytics",
57           "dependencies": {
58             "Symbiote/Core": [
60             ],
61             "Flurry-iOS-SDK/FlurrySDK": [
63             ]
64           },
65           "source_files": "Provider/FlurryAnalytics/*.swift"
66         }
67       ]
68     }
69   ]