blob: fc08d3b85166f8d7509f0aac7d0f95280216f2c6 [file] [log] [blame]
{
"name": "POSAllocationTracker",
"version": "1.2.1",
"license": "MIT",
"summary": "Simple utility for runtime tracking instances of interested classes.",
"homepage": "https://github.com/pavelosipov/POSAllocationTracker",
"authors": {
"Pavel Osipov": "posipov84@gmail.com"
},
"source": {
"git": "https://github.com/pavelosipov/POSAllocationTracker.git",
"tag": "1.2.1"
},
"platforms": {
"ios": "7.0",
"osx": "10.8"
},
"requires_arc": true,
"xcconfig": {
"CLANG_CXX_LANGUAGE_STANDARD": "c++11",
"OTHER_LDFLAGS": "-lc++"
},
"source_files": "POSAllocationTracker/**/*.{h,m,mm,cpp}"
}