blob: a5f262fa2195c173aff2924f2d01701207a31c3e [file] [log] [blame]
{
"name": "SPFoundation",
"version": "1.0.9",
"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.9"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"frameworks": [
"UIKit",
"MapKit",
"Security",
"Foundation"
],
"dependencies": {
"TAPageControl": [
],
"SDWebImage": [
]
},
"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}"
},
{
"name": "Foundation",
"source_files": "SPFoundationExample/SPFoundation/Foundation/**/*.{h,m}"
}
]
}