blob: 771032aa00485999dd16b547ba8ebcaffd3868a3 [file] [log] [blame]
{
"name": "BeeFramework",
"version": "0.4",
"summary": "Bee Framework is a rapid developemnt framework for iOS.",
"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://bee-framework.com",
"license": "MIT",
"platforms": {
"ios": null
},
"authors": {
"gavinkwoe": "gavinkwoe@gmail.com"
},
"source": {
"git": "https://github.com/stcui/BeeFramework.git",
"tag": "0.4"
},
"resources": "services/**/*.bundle",
"source_files": [
"framework/*.{h,m,mm}",
"framework/application/**/*.{h,m,mm}",
"framework/service/**/*.{h,m,mm}",
"framework/system/**/*.{h,m,mm}",
"services/**/*.{h,m,mm}",
"framework/vendor/*.[hm]"
],
"frameworks": [
"CoreMedia",
"CoreVideo",
"AVFoundation",
"Security",
"SystemConfiguration",
"QuartzCore",
"MobileCoreServices",
"CFNetwork",
"CoreVideo"
],
"libraries": [
"z",
"sqlite3",
"xml2"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libz $(SDKROOT)/usr/include/libxml2"
},
"dependencies": {
"JSONKit": [
],
"ASIHTTPRequest": [
],
"Reachability": [
],
"OpenUDID": [
],
"FMDB": [
],
"TouchXML": [
]
},
"requires_arc": false
}