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,
21 "pod_target_xcconfig": {
22 "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
23 "CLANG_CXX_LIBRARY": "libc++"
25 "public_header_files": "XAspect/XAspect.h",
26 "source_files": "XAspect/XAspect.h",
34 "source_files": "XAspect/Macros/*.h"
38 "source_files": "XAspect/Core/*.{h,m,mm,c,cpp}",