blob: 96a8b5d97bfde3590badab4c22748b13b1a7d0e8 [file] [log] [blame]
{
"name": "GDTest",
"version": "0.0.8",
"summary": "GD SDK for iOS developers",
"homepage": "https://github.com/guodong10518/GDTest",
"license": "MIT",
"authors": {
"guodong10518": "guodong10518@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/guodong10518/GDTest.git",
"tag": "0.0.8"
},
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"vendored_libraries": "GDTest/libGDTest.a",
"source_files": "GDTest/Header/**/*.h",
"public_header_files": "GDTest/Header/**/*.h",
"resources": "GDTest/GDMobileSDKResource.bundle",
"frameworks": [
"UIKit",
"Security",
"MapKit",
"CoreLocation",
"AVFoundation",
"QuartzCore",
"JavaScriptCore"
],
"dependencies": {
"JSONModel": [
"~> 1.0.2"
],
"SDWebImage": [
"~> 3.7.1"
],
"MJRefresh": [
],
"MBProgressHUD": [
"~> 0.9.1"
],
"IQKeyboardManager": [
],
"NJKWebViewProgress": [
]
}
}