blob: 2a9231c75c3bb18f074116501aa2d7ea417d83d9 [file] [log] [blame]
{
"name": "project-Normal",
"version": "1.0.5",
"license": "MIT",
"summary": "The project collects some common stortcut methods.",
"homepage": "https://github.com/qiancaox/project-Normal",
"social_media_url": "https://github.com/qiancaox/project-Normal",
"authors": {
"qiancaox": "http://qiancaox.top/"
},
"source": {
"git": "https://github.com/qiancaox/project-Normal.git",
"tag": "1.0.5",
"submodules": true
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"public_header_files": "project-Normal/General/General.h",
"source_files": "project-Normal/General/General.h",
"subspecs": [
{
"name": "Core",
"source_files": [
"project-Normal/General/UI*.{h,m}",
"project-Normal/General/NS*.{h,m}",
"project-Normal/General/ObjcRuntimeGeneral.{h,m}"
],
"frameworks": [
"Foundation",
"UIKit"
]
}
]
}