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