[Add] MapboxCommon 24.10.0-daily-2024-12-24-04-25
[CocoaPods.git] / Specs / 0 / e / f / GAI-AutomaticSessionManagement / 1.0.2 / GAI-AutomaticSessionManagement.podspec.json
blobb44db518cf1cac8a8b59630bd41f84f58d81cfc5
2   "name": "GAI-AutomaticSessionManagement",
3   "version": "1.0.2",
4   "summary": "Enables automatic session management for Google Analytics for iOS (GAI) version 3.",
5   "description": "                   This small library enables automatic session management for Google Analytics (GAI) for iOS version 3. Automatic session management feature is supported in the prior version of GAI for iOS and the latest version of GAI for Android, but somehow only GAI for iOS version 3 doesn't. For more information, refer the following documents:\n\n                   - GAI for iOS version 3 session management: https://developers.google.com/analytics/devguides/collection/ios/v3/sessions\n                   - GAI for iOS version 2 session management: https://developers.google.com/analytics/devguides/collection/ios/v2/sessions\n                   - GAI for Android version 3 session management: https://developers.google.com/analytics/devguides/collection/android/v3/sessions\n",
6   "homepage": "https://github.com/akisute/GAI-AutomaticSessionManagement",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "akisute": "akisutesama@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/akisute",
15   "platforms": {
16     "ios": "5.0"
17   },
18   "source": {
19     "git": "https://github.com/akisute/GAI-AutomaticSessionManagement.git",
20     "tag": "1.0.2"
21   },
22   "source_files": [
23     "Classes",
24     "Classes/**/*.{h,m}"
25   ],
26   "requires_arc": true,
27   "dependencies": {
28     "GoogleAnalytics-iOS-SDK": [
29       "= 3.10"
30     ]
31   }