blob: 4faf40049c4b887fb7dd88fb7d4157f5913fd5a2 [file] [log] [blame]
{
"name": "POSAllocationTracker",
"version": "1.3.0",
"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.3.0"
},
"platforms": {
"ios": "7.0",
"osx": "10.8"
},
"requires_arc": true,
"xcconfig": {
"CLANG_CXX_LANGUAGE_STANDARD": "gnu++14",
"OTHER_LDFLAGS": "-lc++"
},
"source_files": "POSAllocationTracker/**/*.{h,m,mm,cpp}",
"private_header_files": "POSAllocationTracker/AllocationTracker.h"
}