blob: 28e4709a6bf01df97771f2f689414a1399740ddf [file] [log] [blame]
{
"name": "SCShopFramework",
"version": "0.4.6",
"summary": "shopping",
"description": "A shopping framework demo",
"homepage": "https://github.com/gejunyu5/SCShopFramework",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"gejunyu5": "393864523@qq.com"
},
"source": {
"git": "https://github.com/gejunyu5/SCShopFramework.git",
"tag": "0.4.6"
},
"platforms": {
"ios": "9.0"
},
"source_files": [
"SCShopFramework/Classes/**/*.{h,m,pch}",
"SCShopFramework/Classes/**/**/*.{h,m}",
"SCShopFramework/Classes/**/**/**/*.{h,m}",
"SCShopFramework/Classes/**/**/**/**/*.{h,m}"
],
"public_header_files": "SCShopFramework/Classes/Util/SCShoppingManager.h",
"prefix_header_file": "SCShopFramework/Classes/Util/SCCommonPrefix.pch",
"user_target_xcconfig": {
"OTHER_LDFLAGS": [
"-ObjC",
"-all_load"
]
},
"static_framework": true,
"requires_arc": true,
"libraries": [
"z",
"sqlite3"
],
"frameworks": [
"UIKit",
"MapKit",
"CoreGraphics",
"MobileCoreServices",
"Security",
"SystemConfiguration",
"CoreTelephony",
"MessageUI",
"QuartzCore",
"CoreFoundation",
"CoreText",
"CoreImage",
"ImageIO",
"AssetsLibrary",
"Accelerate",
"WebKit",
"CoreLocation",
"EventKit",
"JavaScriptCore",
"AdSupport"
],
"dependencies": {
"AFNetworking": [
"~> 3.2.0"
],
"FMDB": [
"~> 2.7.2"
],
"YYModel": [
"~> 1.0.4"
],
"SDWebImage": [
"~> 5.8.1"
],
"SDCycleScrollView": [
"~> 1.80"
],
"MJRefresh": [
"~> 3.4.3"
],
"Masonry": [
"~> 1.1.0"
],
"WebViewJavascriptBridge": [
"~> 6.0"
],
"WKWebViewExtension": [
"~> 0.1"
]
}
}