blob: 1921d29caf01ab1ce344c7ef57b7d8d82fb234c2 [file] [log] [blame]
{
"name": "XAspect",
"version": "1.0.4",
"license": "MIT",
"summary": "Making code maintainable and reusable with aspect-oriented programming for Objective-C",
"homepage": "https://github.com/xareelee/XAspect",
"authors": {
"Kang-Yu Xaree Lee": "xareelee@gmail.com"
},
"source": {
"git": "https://github.com/xareelee/XAspect.git",
"tag": "1.0.4",
"submodules": true
},
"requires_arc": false,
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"libraries": "c++",
"xcconfig": {
"CLANG_CXX_LANGUAGE_STANDARD": "c++11",
"CLANG_CXX_LIBRARY": "libc++"
},
"public_header_files": "XAspect/XAspect.h",
"source_files": "XAspect/XAspect.h",
"default_subspecs": [
"Core",
"Macros"
],
"subspecs": [
{
"name": "Macros",
"source_files": "XAspect/Macros/*.h"
},
{
"name": "Core",
"source_files": "XAspect/Core/*.{h,m,mm,c,cpp}",
"dependencies": {
"XAspect/Macros": [
]
}
}
]
}