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",
6 "homepage": "http://bee-framework.com",
12 "gavinkwoe": "gavinkwoe@gmail.com"
15 "git": "https://github.com/stcui/BeeFramework.git",
23 "SystemConfiguration",
28 "vendored_libraries": "services/**/*.a",
34 "requires_arc": false,
38 "source_files": "framework/vendor/JSONKit/JSONKit.{h,m}",
43 "resources": "services/**/*.{xml, bundle}",
45 "framework/**/*.{h,m,mm}",
46 "services/**/*.{h,m,mm}",
47 "framework/vendor/*.{h,m}"
49 "exclude_files": "framework/vendor/{ASI,ZipArchive,FMDB,JSONKit,OpenUDID,Reachability,TouchXML}/**/*",
51 "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libz, $(SDKROOT)/usr/include/libxml2",
52 "CLANG_CXX_LANGUAGE_STANDARD": "gnu++0x",
53 "CLANG_CXX_LIBRARY": "libstdc++",
54 "CLANG_WARN_DIRECT_OBJC_ISA_USAGE": "YES"
56 "requires_arc": false,
76 "BeeFramework/JSONKit": [