[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / e / f / GAI-AutomaticSessionManagement / 1.0.1 / GAI-AutomaticSessionManagement.podspec.json
blobc41ae9e615b76d088220aadd0f44ca4e8fa78fb3
2   "name": "GAI-AutomaticSessionManagement",
3   "version": "1.0.1",
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.1"
21   },
22   "source_files": [
23     "Classes",
24     "Classes/**/*.{h,m}"
25   ],
26   "requires_arc": true,
27   "dependencies": {
28     "GoogleAnalytics-iOS-SDK": [
29       "= 3.0.6"
30     ]
31   }