blob: 203772e05b81f0312727253641a3ece7c3e549b3 [file] [log] [blame]
{
"name": "OMTSocial",
"version": "0.0.1",
"summary": "A short description of OMTSocial.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/yangshiyu666/OMTSocial",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"864745256@qq.com": "wyh900207@126.com"
},
"source": {
"git": "/Users/zwd/Desktop/业务组件/OMTSocial"
},
"platforms": {
"ios": "8.0"
},
"frameworks": "UIKit",
"subspecs": [
{
"name": "Core",
"ios": {
"vendored_frameworks": "OMTSocial-0.0.1/ios/OMTSocial.framework"
},
"public_header_files": "OMTSocial-0.0.1/ios/OMTSocial.framework/Headers/*.{h}"
},
{
"name": "Facebook",
"ios": {
"vendored_frameworks": "OMTSocialFacebook-0.0.1/ios/OMTSocialFacebook.framework"
},
"public_header_files": "OMTSocialFacebook-0.0.1/ios/OMTSocialFacebook.framework/Headers/*.{h}",
"dependencies": {
"OMTSocial/Core": [
]
}
}
]
}