blob: f4652827be00813bca00e897aa57ba2d6d60c4cb [file] [log] [blame]
{
"name": "DPFactory",
"version": "0.0.4",
"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.4"
},
"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}"
}
]
}