[Add] Storyly 3.12.1
[CocoaPods.git] / Specs / 7 / d / 4 / BSGMetrics / 0.2.0 / BSGMetrics.podspec.json
blobd0a12ea14244ba07133c890696b47281ae0809b1
2   "name": "BSGMetrics",
3   "version": "0.2.0",
4   "summary": "Send simple JSON for metrics collection.",
5   "description": "A client implementation for Bootstragram's BSGMetrics analytics product.",
6   "homepage": "https://github.com/Bootstragram/BSGMetrics",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Bootstragram": "contact@bootstragram.com"
13   },
14   "source": {
15     "git": "https://github.com/Bootstragram/BSGMetrics.git",
16     "tag": "0.2.0"
17   },
18   "social_media_url": "https://twitter.com/bootstragram",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "BSGMetrics/Classes/**/*",
23   "public_header_files": [
24     "BSGMetrics/Classes/BSGMetrics.h",
25     "BSGMetrics/Classes/BSGMetricsConfiguration.h",
26     "BSGMetrics/Classes/BSGMetricsEvent.h",
27     "BSGMetrics/Classes/BSGMetricsService.h"
28   ],
29   "dependencies": {
30     "AFNetworking": [
32     ],
33     "FCModel": [
35     ]
36   }