blob: 93644284406f1ec3ca65f1cb4cbe2e90d6c26e38 [file] [log] [blame]
{
"name": "SJUIFactory",
"version": "0.0.1",
"summary": "make view.",
"description": "make views.",
"homepage": "https://github.com/changsanjiang/SJUIFactory",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"SanJiang": "changsanjiang@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/changsanjiang/SJUIFactory.git",
"tag": "v0.0.1"
},
"source_files": "Classes/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"SJAttributesFactory": [
]
},
"subspecs": [
{
"name": "Worker",
"subspecs": [
{
"name": "Controller",
"source_files": "Classes/Worker/Controller/*.{h,m}"
},
{
"name": "View",
"source_files": "Classes/Worker/View/*.{h,m}"
}
]
}
]
}