blob: 9ef0af93e6e722d2b77d3a68e7162b22f9a3050b [file] [log] [blame]
{
"name": "AnnotationKit",
"version": "1.0.2",
"summary": "an annotation solution using objective-c",
"description": "AnnotationKit provides you a way for meta-programming",
"homepage": "https://github.com/luoqisheng/AnnotationKit",
"license": "MIT",
"authors": {
"luoqisheng": "540025011@qq.com"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/luoqisheng/AnnotationKit.git",
"tag": "v1.0.2"
},
"xcconfig": {
"CLANG_CXX_LANGUAGE_STANDARD": "compiler-default",
"CLANG_CXX_LIBRARY": "compiler-default",
"GCC_C_LANGUAGE_STANDARD": "compiler-default"
},
"subspecs": [
{
"name": "Core",
"source_files": [
"AnnotationKit/Core/*.{h,m}",
"AnnotationKit/Category/*.{h,m}"
],
"requires_arc": true
},
{
"name": "Router",
"source_files": "AnnotationKit/Router/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AnnotationKit/Core": [
],
"HHRouter": [
]
}
},
{
"name": "EventCenter",
"source_files": "AnnotationKit/EventCenter/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AnnotationKit/Core": [
]
}
}
]
}