[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 5 / 1 / POSAllocationTracker / 1.0.0 / POSAllocationTracker.podspec.json
blobb2d2488af1ca648584eae485f35c93653f6e9362
2   "name": "POSAllocationTracker",
3   "version": "1.0.0",
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.0"
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}"