blob: 9043893a7005423188245e5a20ebbb4c8f4af7d7 [file] [log] [blame]
{
"name": "SPMacro",
"version": "0.0.9",
"summary": "Some very convenient macro definition code, developers use convenience.一些简单方便的宏定义帮助开发者快速使用",
"homepage": "https://github.com/lishiping/SPMacro.git",
"license": "LICENSE",
"authors": {
"lishiping": "83118274@qq.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/lishiping/SPMacro.git",
"tag": "0.0.9"
},
"source_files": [
"SPMacro/SPMacro/*.{h,m,mm,cpp,c}",
"SPMacro/SPMacro/*/*.{h,m,mm,cpp,c}"
],
"public_header_files": [
"SPMacro/SPMacro/*.h",
"SPMacro/SPMacro/*/*.h"
],
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include"
}
}