blob: 817c883a6de3b3880bb3cc65bdca9708a7bac5a7 [file] [log] [blame]
{
"name": "SPFoundation",
"version": "1.0.6",
"summary": "本尊iOS常用.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/lansepan/SPFoundation",
"authors": {
"BluePan": "243492212@qq.com"
},
"source": {
"git": "https://github.com/lansepan/SPFoundation.git",
"tag": "1.0.6"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"public_header_files": "SPFoundationExample/SPFoundation/SPFoundation.h",
"source_files": "SPFoundationExample/SPFoundation/SPFoundation.h",
"subspecs": [
{
"name": "Macros",
"source_files": "SPFoundationExample/SPFoundation/Macros/*.{h,m}"
},
{
"name": "Helpers",
"source_files": "SPFoundationExample/SPFoundation/Helpers/*.{h,m}"
},
{
"name": "Transition",
"source_files": "SPFoundationExample/SPFoundation/Transition/*.{h,m}"
},
{
"name": "UIKit",
"source_files": "SPFoundationExample/SPFoundation/UIKit/*.{h,m}"
}
]
}