[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / c / 2 / BeeFramework / 0.1.1 / BeeFramework.podspec.json
blob136fdb659cfa16d9ff63506f97a6e4edf076c34d
2   "name": "BeeFramework",
3   "version": "0.1.1",
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.1.1"
14   },
15   "resources": "BeeDebugger/*.png",
16   "platforms": {
17     "ios": null
18   },
19   "source_files": [
20     "BeeDebugger/**/*.{h,m}",
21     "BeeFramework/{Foundation,MVC}/**/*.{h,m,mm}",
22     "BeeFramework/Bee.h"
23   ],
24   "frameworks": [
25     "CoreMedia",
26     "CoreVideo",
27     "AVFoundation",
28     "Security",
29     "SystemConfiguration",
30     "QuartzCore",
31     "MobileCoreServices",
32     "CFNetwork"
33   ],
34   "libraries": "z",
35   "xcconfig": {
36     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libz"
37   },
38   "dependencies": {
39     "JSONKit": [
41     ],
42     "ASIHTTPRequest": [
44     ],
45     "Reachability": [
47     ],
48     "SFHFKeychainUtils": [
50     ]
51   },
52   "requires_arc": false