[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 3 / c / 2 / ObjectiveMetrics / 2.1 / ObjectiveMetrics.podspec.json
blob8a3956b24be0707961fb43d833351096d9a6e590
2   "name": "ObjectiveMetrics",
3   "version": "2.1",
4   "summary": "Implementation of DeskMetrics for iOS & OS X.",
5   "homepage": "https://github.com/jorgenpt/ObjectiveMetrics",
6   "license": "BSD",
7   "authors": {
8     "Jørgen P. Tjernø": "jorgenpt@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/jorgenpt/ObjectiveMetrics.git",
12     "tag": "v2.1"
13   },
14   "platforms": {
15     "ios": "4.3",
16     "osx": "10.6"
17   },
18   "osx": {
19     "source_files": [
20       "ObjectiveMetrics",
21       "Sparkle"
22     ]
23   },
24   "ios": {
25     "source_files": [
26       "ObjectiveMetrics",
27       "Sparkle",
28       "TouchMetrics/UIDevice-Extension"
29     ]
30   },
31   "public_header_files": "ObjectiveMetrics/DMTracker.h",
32   "prefix_header_file": "ObjectiveMetrics/ObjectiveMetrics-Prefix.pch",
33   "dependencies": {
34     "SBJson": [
35       "~> 3.1.1"
36     ]
37   },
38   "requires_arc": false