2 "name": "BeeFramework",
4 "summary": "Bee Framework is a rapid developemnt framework for iOS.",
5 "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",
6 "homepage": "http://bee-framework.com",
12 "gavinkwoe": "gavinkwoe@gmail.com"
15 "git": "https://github.com/stcui/BeeFramework.git",
18 "resources": "services/**/*.bundle",
20 "framework/*.{h,m,mm}",
21 "framework/application/**/*.{h,m,mm}",
22 "framework/service/**/*.{h,m,mm}",
23 "framework/system/**/*.{h,m,mm}",
24 "services/**/*.{h,m,mm}",
25 "framework/vendor/*.[hm]"
32 "SystemConfiguration",
44 "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libz $(SDKROOT)/usr/include/libxml2"