blob: acb8cd1aeaa23f64ce97f9cf5b0c7d874c0af83d [file] [log] [blame]
{
"name": "OBUIKit",
"version": "1.0.0",
"summary": "Base UI library.",
"description": "TODO: A library of base UI.",
"homepage": "https://github.com/ObornJung/OBUIKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Oborn.Jung": "obornjung.jj@alibaba-inc.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/ObornJung/OBUIKit.git",
"tag": "1.0.0"
},
"source_files": "OBUIKit/*.{m,h}",
"public_header_files": "OBUIKit/*.h",
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"OBFoundationLib": [
]
},
"subspecs": [
{
"name": "Moudle",
"dependencies": {
"OBUIKit/UIExtend": [
]
},
"source_files": "OBUIKit/Moudle/**/*.{m,h}",
"public_header_files": "OBUIKit/Moudle/**/*.h"
},
{
"name": "UIExtend",
"source_files": "OBUIKit/UIExtend/**/*.{m,h}",
"public_header_files": "OBUIKit/UIExtend/**/*.h"
}
]
}