blob: 164c30a7a9dafe74ed35955350c38b64b686233c [file] [log] [blame]
{
"name": "FDDCloudSDK",
"version": "0.0.1",
"summary": "FDDCloudSDK FrameWork.",
"description": "房多多saas云平台 SDK",
"homepage": "http://www.fangdd.com/shanghai",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"liuzhipeng": "liuzhipeng@fangdd.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/lzpWhite/FDDCloudSDK.git",
"tag": "0.0.1"
},
"frameworks": [
"UIKit",
"WebKit"
],
"vendored_frameworks": "FDDCloudSDK.framework",
"requires_arc": true,
"prefix_header_contents": "#import \"FDDCloudSDK.h\"",
"resources": [
"FDDCloudSDK.framework/**/*.bundle"
],
"dependencies": {
"Alamofire": [
],
"WebViewJavascriptBridge": [
],
"SwiftyJSON": [
],
"ObjectMapper": [
]
}
}