blob: 82428121d26a3a858888216e97f08ad8a35bd573 [file] [log] [blame]
{
"name": "DPFactory",
"version": "0.0.3",
"summary": "工厂类",
"homepage": "https://github.com/HolyLe/DPFactory.git",
"license": "MIT",
"authors": {
"麻小亮": "zshnr1993@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/HolyLe/DPFactory.git",
"tag": "0.0.3"
},
"public_header_files": "Factory/DPFactory.h",
"source_files": "Factory/DPFactory.h",
"subspecs": [
{
"name": "ViewController",
"source_files": "Factory/ViewController/*.{h,m}",
"dependencies": {
"DPCategory": [
]
}
},
{
"name": "Proxy",
"source_files": "Factory/Proxy/*.{h,m}"
},
{
"name": "TextLabel",
"source_files": "Factory/TextLabel/*.{h,m}",
"frameworks": [
"CoreText",
"UIKit"
]
},
{
"name": "Timer",
"source_files": "Factory/Timer/*.{h,m}"
}
]
}