[Add] zcshare-sdkframework 0.0.12
[CocoaPods.git] / Specs / 5 / c / 2 / BeeFramework / 0.2.3 / BeeFramework.podspec.json
blobc836163bd9d1a170b3b52941c35b732b057912d3
2   "name": "BeeFramework",
3   "version": "0.2.3",
4   "summary": "Bee Framework is an iOS MVC framework to help you develop your app rapidly.",
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://bbs.whatsbug.com/BeeFramework",
7   "license": "MIT",
8   "authors": {
9     "gavinkwoe": "gavinkwoe@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/stcui/BeeFramework.git",
13     "tag": "0.2.3"
14   },
15   "resources": "BeeDebugger/*.png",
16   "platforms": {
17     "ios": null
18   },
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   },
56   "requires_arc": false