blob: e4ac68cfceb8889220cb4baecc91e489ffe3f25a [file] [log] [blame]
{
"name": "SJUIFactory",
"version": "0.0.12",
"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.12"
},
"source_files": "Classes/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"SJLabel": [
]
},
"subspecs": [
{
"name": "Category",
"source_files": "Classes/Category/*.{h,m}"
}
]
}