blob: c836163bd9d1a170b3b52941c35b732b057912d3 [file] [log] [blame]
{
"name": "BeeFramework",
"version": "0.2.3",
"summary": "Bee Framework is an iOS MVC framework to help you develop your app rapidly.",
"description": " Bee Framework is a MVC Framework to develop iOS application. \n It has pretty clear hieracy and signal based mechanism, also with cache and asynchonized networking methods in it.\n Add __BEE_DEBUGGER__=1 in build setting of Pods target and add [BeeDebugger show] to AppDelegate to enable Bee Debugger.\n",
"homepage": "http://bbs.whatsbug.com/BeeFramework",
"license": "MIT",
"authors": {
"gavinkwoe": "gavinkwoe@gmail.com"
},
"source": {
"git": "https://github.com/stcui/BeeFramework.git",
"tag": "0.2.3"
},
"resources": "BeeDebugger/*.png",
"platforms": {
"ios": null
},
"source_files": [
"BeeDebugger/**/*.{h,m}",
"BeeFramework/**/*.{h,m,mm}",
"BeeTemplates/**/*.{h,m,mm}",
"BeeUnitTest/**/*.{h,m,mm}"
],
"frameworks": [
"CoreMedia",
"CoreVideo",
"AVFoundation",
"Security",
"SystemConfiguration",
"QuartzCore",
"MobileCoreServices",
"CFNetwork"
],
"libraries": "z",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libz"
},
"dependencies": {
"JSONKit": [
],
"ASIHTTPRequest": [
],
"Reachability": [
],
"SFHFKeychainUtils": [
],
"FMDB": [
]
},
"requires_arc": false
}