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