[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / c / 7 / FBAllocationTracker / 0.1.4 / FBAllocationTracker.podspec.json
blob02895a086b199d83905186e1e0d28b4510a85e60
2   "name": "FBAllocationTracker",
3   "version": "0.1.4",
4   "summary": "Interface for tracking allocations and generations of objects",
5   "homepage": "https://github.com/facebook/FBAllocationTracker",
6   "license": "BSD",
7   "authors": {
8     "Grzegorz Pstrucha": "gricha@fb.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/facebook/FBAllocationTracker.git",
15     "tag": "0.1.4"
16   },
17   "source_files": [
18     "FBAllocationTracker",
19     "FBAllocationTracker/**/*.{h,m,mm}"
20   ],
21   "requires_arc": [
22     "FBAllocationTracker/FBAllocationTracker.h",
23     "FBAllocationTracker/FBAllocationTrackerFunctors.h",
24     "FBAllocationTracker/FBAllocationTrackerImpl.h",
25     "FBAllocationTracker/FBAllocationTrackerManager.h",
26     "FBAllocationTracker/FBAllocationTrackerSummary.h",
27     "FBAllocationTracker/Generations/FBAllocationTrackerGeneration.h",
28     "FBAllocationTracker/Generations/FBAllocationTrackerGenerationManager.h",
29     "FBAllocationTracker/FBAllocationTrackerSummary.m",
30     "FBAllocationTracker/FBAllocationTrackerImpl.mm",
31     "FBAllocationTracker/FBAllocationTrackerManager.mm",
32     "FBAllocationTracker/Generations/FBAllocationTrackerGeneration.mm",
33     "FBAllocationTracker/Generations/FBAllocationTrackerGenerationManager.mm"
34   ],
35   "public_header_files": [
36     "FBAllocationTracker/FBAllocationTracker.h",
37     "FBAllocationTracker/FBAllocationTrackerManager.h",
38     "FBAllocationTracker/FBAllocationTrackerSummary.h"
39   ],
40   "frameworks": "Foundation",
41   "libraries": "c++"