blob: bd84abde677f9b0e82f090238d78c36a82df1408 [file] [log] [blame]
{
"name": "GDMobileSDK",
"version": "0.1.5",
"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.1.5"
},
"requires_arc": true,
"resources": "GDMobileSDK/GDMobileSDKResource.bundle",
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"vendored_libraries": "GDMobileSDK/libGDMobileSDK.a",
"source_files": "GDMobileSDK/Header/**/*.h",
"public_header_files": "GDMobileSDK/Header/**/*.h",
"frameworks": [
"UIKit",
"Security",
"MapKit",
"CoreLocation",
"AVFoundation",
"QuartzCore",
"JavaScriptCore"
],
"dependencies": {
"JSONModel": [
"~> 1.0.2"
],
"SDWebImage": [
"~> 3.7.1"
],
"MJRefresh": [
],
"MBProgressHUD": [
"~> 0.9.1"
],
"IQKeyboardManager": [
],
"NJKWebViewProgress": [
]
}
}