[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / 2 / 7 / 1 / AnalyticsManager / 0.1.0 / AnalyticsManager.podspec.json
blob4dcd06b30d3e2da8a819ab09a26310f21e153aed
2   "name": "AnalyticsManager",
3   "version": "0.1.0",
4   "summary": "A simple abstraction to manage your analytics providers",
5   "description": "AnalyticsManager provides a simple abstraction to manage your analytics providers (e.g. GoogleAnalytics, Segment, Drift, Mixpanel...).\n\nIt provides the following features:\n* Configure your providers\n* Identify your user\n* Reset the user identity\n* Track an event",
6   "homepage": "https://github.com/Nonouf/AnalyticsManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Arnaud Schildknecht": "arnaud.schild@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/Nonouf11",
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/Nonouf/AnalyticsManager.git",
20     "tag": "0.1.0"
21   },
22   "source_files": [
23     "AnalyticsManager",
24     "AnalyticsManager/**/*.{h,m}"
25   ],
26   "pushed_with_swift_version": "4.0"