blob: 975354dbd625cafbe79b6e2caeed6415d54540a7 [file] [log] [blame]
{
"name": "GDMobileSDK",
"version": "0.0.7",
"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.7"
},
"source_files": "GDMobileSDK/**",
"resources": "GDMobileSDK/GDMobileSDKResource.bundle",
"vendored_libraries": "GDMobileSDK/*.a",
"requires_arc": true,
"frameworks": [
"JavaScriptCore",
"CoreLocation"
],
"dependencies": {
"JSONModel": [
"~> 1.0.2"
],
"SDWebImage": [
"~> 3.7.1"
],
"MJRefresh": [
],
"MBProgressHUD": [
"~> 0.9.1"
],
"IQKeyboardManager": [
],
"NJKWebViewProgress": [
]
}
}