[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / 5 / 1 / POSAllocationTracker / 1.2.1 / POSAllocationTracker.podspec.json
blobfc08d3b85166f8d7509f0aac7d0f95280216f2c6
2   "name": "POSAllocationTracker",
3   "version": "1.2.1",
4   "license": "MIT",
5   "summary": "Simple utility for runtime tracking instances of interested classes.",
6   "homepage": "https://github.com/pavelosipov/POSAllocationTracker",
7   "authors": {
8     "Pavel Osipov": "posipov84@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/pavelosipov/POSAllocationTracker.git",
12     "tag": "1.2.1"
13   },
14   "platforms": {
15     "ios": "7.0",
16     "osx": "10.8"
17   },
18   "requires_arc": true,
19   "xcconfig": {
20     "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
21     "OTHER_LDFLAGS": "-lc++"
22   },
23   "source_files": "POSAllocationTracker/**/*.{h,m,mm,cpp}"