blob: d18059844eceb332e26c44dc25fdbcc0a3163944 [file] [log] [blame]
{
"name": "GDMobileSDK",
"version": "0.0.14",
"summary": "GD SDK for iOS developers",
"homepage": "https://github.com/guodong10518/GDMobileSDK",
"license": "MIT",
"authors": {
"guodong10518": "guodong10518@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/guodong10518/GDMobileSDK.git",
"tag": "0.0.14"
},
"source_files": "GDMobileSDK/**",
"preserve_paths": "GDMobileSDK/Header/**",
"resources": "GDMobileSDK/GDMobileSDKResource.bundle",
"vendored_libraries": "GDMobileSDK/*.a",
"requires_arc": true,
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"frameworks": [
"JavaScriptCore",
"CoreLocation"
],
"libraries": [
"z",
"c++"
],
"dependencies": {
"JSONModel": [
"~> 1.0.2"
],
"SDWebImage": [
"~> 3.7.1"
],
"MJRefresh": [
],
"MBProgressHUD": [
"~> 0.9.1"
],
"IQKeyboardManager": [
],
"NJKWebViewProgress": [
]
}
}