[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / 5 / 1 / POSAllocationTracker / 1.0.1 / POSAllocationTracker.podspec.json
blobadfd650901487f774216c388f4dd9cef3658750b
2   "name": "POSAllocationTracker",
3   "version": "1.0.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.0.1"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "xcconfig": {
19     "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
20     "OTHER_LDFLAGS": "-lc++"
21   },
22   "source_files": "POSAllocationTracker/**/*.{h,m,mm,cpp}"