[Add] YIM 2.2.8
[CocoaPods.git] / Specs / 5 / c / 2 / BeeFramework / 0.3 / BeeFramework.podspec.json
blobaf4e1a3123837594f1b2dc41325deb90b4674261
2   "name": "BeeFramework",
3   "version": "0.3",
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.3"
17   },
18   "resources": "BeeDebugger/*.png",
19   "source_files": [
20     "BeeDebugger/**/*.{h,m}",
21     "BeeFramework/**/*.{h,m,mm}",
22     "BeeTemplates/**/*.{h,m,mm}",
23     "BeeUnitTest/**/*.{h,m,mm}"
24   ],
25   "frameworks": [
26     "CoreMedia",
27     "CoreVideo",
28     "AVFoundation",
29     "Security",
30     "SystemConfiguration",
31     "QuartzCore",
32     "MobileCoreServices",
33     "CFNetwork"
34   ],
35   "libraries": "z",
36   "xcconfig": {
37     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libz"
38   },
39   "dependencies": {
40     "JSONKit": [
42     ],
43     "ASIHTTPRequest": [
45     ],
46     "Reachability": [
48     ],
49     "SFHFKeychainUtils": [
51     ],
52     "FMDB": [
54     ],
55     "TouchXML": [
57     ]
58   },
59   "requires_arc": false