[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 5 / c / 2 / BeeFramework / 0.4 / BeeFramework.podspec.json
blob771032aa00485999dd16b547ba8ebcaffd3868a3
2   "name": "BeeFramework",
3   "version": "0.4",
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",
7   "license": "MIT",
8   "platforms": {
9     "ios": null
10   },
11   "authors": {
12     "gavinkwoe": "gavinkwoe@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/stcui/BeeFramework.git",
16     "tag": "0.4"
17   },
18   "resources": "services/**/*.bundle",
19   "source_files": [
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]"
26   ],
27   "frameworks": [
28     "CoreMedia",
29     "CoreVideo",
30     "AVFoundation",
31     "Security",
32     "SystemConfiguration",
33     "QuartzCore",
34     "MobileCoreServices",
35     "CFNetwork",
36     "CoreVideo"
37   ],
38   "libraries": [
39     "z",
40     "sqlite3",
41     "xml2"
42   ],
43   "xcconfig": {
44     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libz $(SDKROOT)/usr/include/libxml2"
45   },
46   "dependencies": {
47     "JSONKit": [
49     ],
50     "ASIHTTPRequest": [
52     ],
53     "Reachability": [
55     ],
56     "OpenUDID": [
58     ],
59     "FMDB": [
61     ],
62     "TouchXML": [
64     ]
65   },
66   "requires_arc": false