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