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