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