blob: 5676ecfb3cd30bf6be9744feefc80ca9553820b7 [file] [log] [blame]
{
"name": "ZJComponents",
"version": "0.1.0",
"summary": "ZJComponents 包含网络请求组件,常用工具组件,功能性组件开发中",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/zhujin001032/ZJComponents",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jason He": "zhujin001xb@163.con"
},
"source": {
"git": "https://github.com/zhujin001032/ZJComponents.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ZJComponents.h",
"public_header_files": "ZJComponents.h",
"subspecs": [
{
"name": "HTTPComponent",
"source_files": "HTTPComponent/ZJHTTPManager.{h,m}",
"public_header_files": "HTTPComponent/ZJHTTPManager.h",
"dependencies": {
"AFNetworking": [
"~>3.1.0"
]
}
},
{
"name": "UtilComponent",
"source_files": "UtilComponent/**/*.{h,m}",
"public_header_files": "UtilComponent/**/*.h",
"resource_bundles": {
"UtilComponent": [
"UtilComponent/Assets/*.png"
]
}
}
]
}