blob: 8df1285abbbe06a67f1376974665548db1aa93d3 [file] [log] [blame]
{
"name": "project-Normal",
"version": "1.0.2",
"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.2",
"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"
]
}
]
}