[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 2 / f / c / FLSKAutoGAI / 0.1.1 / FLSKAutoGAI.podspec.json
blobaed0df8b83afc6d6c2f6b91ac26053cb14da0fa5
2   "name": "FLSKAutoGAI",
3   "version": "0.1.1",
4   "summary": "Automatic tracking with GAI of all UIViewController.",
5   "description": "Automatic UIViewController tracking in GAI without subclassing. \n  Using Google Analytics for iOS requires subclassing of all UIViewControllers in order to automatically track them. This is annoying in general and makes UITableViewController/UICollectionViewController unusable. This pod makes all UIViewControllers automatically tracked in GAI with their class name as the default value. \n  Setup GAI as normally and: #import <UIViewController+FLSKAutoGAI.h> in the view controllers that should be tracked. \n  ",
6   "homepage": "https://github.com/floskel/FLSKAutoGAI",
7   "license": "MIT",
8   "authors": {
9     "floskel": "karlo@floskel.com"
10   },
11   "source": {
12     "git": "https://github.com/floskel/FLSKAutoGAI.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes",
20   "dependencies": {
21     "GoogleAnalytics-iOS-SDK": [
22       "~> 3.0"
23     ]
24   }