blob: ad93781268b0b69f1408d5922511e7f485244bd2 [file] [log] [blame]
{
"name": "LFTestPod",
"version": "0.0.1",
"summary": "学习建立自己的pod库",
"description": "学习建立自己的pod库,包括子模块",
"homepage": "https://github.com/liufeng0504/LFTestPod",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"liufeng0504": "1483682940@qq.com"
},
"source": {
"git": "https://github.com/liufeng0504/LFTestPod.git",
"tag": "0.0.1",
"submodules": true
},
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"frameworks": "UIKit",
"source_files": "LFTestPod/Classes/**/*.{h,m}",
"exclude_files": "LFTestPod/Classes/LFModule.{h,m}",
"public_header_files": "LFTestPod/Classes/LFPublic.h",
"resource_bundles": {
"LFTestPod": [
"LFTestPod/Assets/*.bundle"
]
},
"subspecs": [
{
"name": "Module",
"source_files": "LFTestPod/Classes/LFModule.{h,m}"
}
]
}