blob: eccbb0c8122172783ca307e038c4676a3c5c4039 [file] [log] [blame]
{
"name": "SPMacro",
"version": "0.1.2",
"summary": "The macro of Foundation and UIKit,print,type,notification,threads,screen adaptation,colors etc. Foundation,UIKit层宏定义,打印,类型,通知,线程等,屏幕适配,颜色等",
"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.1.2"
},
"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"
}
}