[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 0 / c / 7 / FBAllocationTracker / 0.1.5 / FBAllocationTracker.podspec.json
blob85e8fb4c3000b23b21683317676d7e263ed00da5
2   "name": "FBAllocationTracker",
3   "version": "0.1.5",
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.5"
16   },
17   "source_files": [
18     "FBAllocationTracker",
19     "FBAllocationTracker/**/*.{h,m,mm}"
20   ],
21   "requires_arc": [
22     "FBAllocationTracker/FBAllocationTracker.h",
23     "FBAllocationTracker/FBAllocationTrackerDefines.h",
24     "FBAllocationTracker/FBAllocationTrackerFunctors.h",
25     "FBAllocationTracker/FBAllocationTrackerHelpers.h",
26     "FBAllocationTracker/FBAllocationTrackerImpl.h",
27     "FBAllocationTracker/FBAllocationTrackerManager.h",
28     "FBAllocationTracker/FBAllocationTrackerSummary.h",
29     "FBAllocationTracker/Generations/FBAllocationTrackerGeneration.h",
30     "FBAllocationTracker/Generations/FBAllocationTrackerGenerationManager.h",
31     "FBAllocationTracker/FBAllocationTrackerSummary.m",
32     "FBAllocationTracker/FBAllocationTrackerImpl.mm",
33     "FBAllocationTracker/FBAllocationTrackerManager.mm",
34     "FBAllocationTracker/Generations/FBAllocationTrackerGeneration.mm",
35     "FBAllocationTracker/Generations/FBAllocationTrackerGenerationManager.mm"
36   ],
37   "public_header_files": [
38     "FBAllocationTracker/FBAllocationTracker.h",
39     "FBAllocationTracker/FBAllocationTrackerManager.h",
40     "FBAllocationTracker/FBAllocationTrackerSummary.h",
41     "FBAllocationTracker/FBAllocationTrackerDefines.h"
42   ],
43   "frameworks": "Foundation",
44   "libraries": "c++"