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