blob: 74d5aea8e89f702f1b1e2ec5376a6f6b83d4c83e [file] [log] [blame]
{
"name": "PSSDK-inner",
"version": "1.0.0",
"summary": "PSSDK dev version",
"homepage": "https://github.com/yehongZhou/PSSDK-inner",
"license": "Code is MIT, then custom font licenses.",
"authors": {
"zhouyehong": "zhouyehong@newborn-town.com"
},
"source": {
"git": "https://github.com/yehongZhou/PSSDK-inner.git",
"tag": "1.0.0"
},
"social_media_url": "http://www.pingstart.com",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "PSSDK/*.{h,m}",
"ios": {
"vendored_libraries": "PSSDK/libPingStart-iOS.a"
},
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
}
}