5 "summary": "Making code maintainable and reusable with aspect-oriented programming for Objective-C",
6 "homepage": "https://github.com/xareelee/XAspect",
8 "Kang-Yu Xaree Lee": "xareelee@gmail.com"
11 "git": "https://github.com/xareelee/XAspect.git",
15 "requires_arc": false,
22 "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
23 "CLANG_CXX_LIBRARY": "libc++"
25 "public_header_files": "XAspect/*.h",
26 "source_files": "XAspect/*.{h,m}",
29 "XAspectMetaprogramming"
34 "source_files": "XAspect/*.{h,m}",
43 "source_files": "XAspect/Macros/*.h"
47 "source_files": "XAspect/Core/*.{h,m,mm,c,cpp}",
55 "name": "XAspectMetaprogramming",
56 "source_files": "XAspect/XAspectMetaprogramming/*.{h,m,mm,c,cpp}",