blob: e83b5ddef3d61feacedcf2a738ba20283ea6234b [file] [log] [blame]
{
"name": "SCPackageDemo",
"version": "0.1.1",
"summary": "package Demo",
"description": "this is a description",
"homepage": "https://github.com/gejunyu5/SCPackageDemo",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"gejunyu5": "393864523@qq.com"
},
"source": {
"git": "https://github.com/gejunyu5/SCPackageDemo.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SCPackageDemo/Classes/*.{h,m,pch}",
"user_target_xcconfig": {
"OTHER_LDFLAGS": [
"-ObjC",
"-all_load"
]
},
"requires_arc": true,
"public_header_files": "SCPackageDemo/Classes/SCExample.h",
"libraries": [
"z",
"sqlite3"
],
"frameworks": [
"UIKit",
"MapKit"
]
}