blob: a807c70a629c2d4c857e90821d9090231b5e6d2d [file] [log] [blame]
{
"name": "CocoaModule",
"version": "0.0.1",
"summary": "模块化。。。",
"description": "模块化,项目管理维护更加方便",
"homepage": "https://coding.net/u/ZKReadStone/p/CocoaModuleTest/git",
"license": "MIT",
"authors": {
"zhangkang": "zhangkangjiqi@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://git.coding.net/ZKReadStone/CocoaModuleTest.git",
"tag": "0.0.1"
},
"source_files": [
"CocoaModule",
"CocoaModule/**/*.{h,m}"
],
"public_header_files": "CocoaModule/**/*.h",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
}
}