[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / c / d / BNEasyGoogleAnalytics / 0.1.0 / BNEasyGoogleAnalytics.podspec.json
blob7882e555d0c8775a83bc037257adadcd0375acfb
2   "name": "BNEasyGoogleAnalytics",
3   "version": "0.1.0",
4   "summary": "An objective-c wrapper for Google's Analytics API, with a more fluent interface",
5   "description": "                       BNEasyGoogleAnalytics is a wrapper around the default GoogleAnalytics iOS SDK, providing\n                       a slightly restricted subset of the features it offers with a much more native interface.\n                       Say goodbye to GAIDictionaryBuilder, and hello to an analytics interface that feels like\n                       it was actually written by a developer who had used Objective-C before.\n",
6   "homepage": "https://github.com/brandnetworks/BNEasyGoogleAnalytics",
7   "license": "apache 2",
8   "authors": {
9     "Ben Nicholas": "bn@bn.co"
10   },
11   "source": {
12     "git": "https://github.com/brandnetworks/BNEasyGoogleAnalytics.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/brandnetworks",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes",
21   "public_header_files": "Pod/Classes/BNEasyGoogleAnalytics.h",
22   "dependencies": {
23     "GoogleAnalytics-iOS-SDK": [
24       "~> 3.0"
25     ]
26   }