[Add] zcshare-sdkframework 0.0.12
[CocoaPods.git] / Specs / 5 / c / 2 / BeeFramework / 0.5 / BeeFramework.podspec.json
blobf2bcb4aac0d7445a8a87e46bf559efb762015e6b
2   "name": "BeeFramework",
3   "version": "0.5",
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",
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.5.1"
17   },
18   "frameworks": [
19     "CoreMedia",
20     "CoreVideo",
21     "AVFoundation",
22     "Security",
23     "SystemConfiguration",
24     "QuartzCore",
25     "MobileCoreServices",
26     "CFNetwork"
27   ],
28   "vendored_libraries": "services/**/*.a",
29   "libraries": [
30     "z",
31     "xml2",
32     "sqlite3"
33   ],
34   "requires_arc": false,
35   "subspecs": [
36     {
37       "name": "JSONKit",
38       "source_files": "framework/vendor/JSONKit/JSONKit.{h,m}",
39       "requires_arc": false
40     },
41     {
42       "name": "Core",
43       "resources": "services/**/*.{xml, bundle}",
44       "source_files": [
45         "framework/**/*.{h,m,mm}",
46         "services/**/*.{h,m,mm}",
47         "framework/vendor/*.{h,m}"
48       ],
49       "exclude_files": "framework/vendor/{ASI,ZipArchive,FMDB,JSONKit,OpenUDID,Reachability,TouchXML}/**/*",
50       "xcconfig": {
51         "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libz, $(SDKROOT)/usr/include/libxml2",
52         "CLANG_CXX_LANGUAGE_STANDARD": "gnu++0x",
53         "CLANG_CXX_LIBRARY": "libstdc++",
54         "CLANG_WARN_DIRECT_OBJC_ISA_USAGE": "YES"
55       },
56       "requires_arc": false,
57       "dependencies": {
58         "ASIHTTPRequest": [
60         ],
61         "Reachability": [
63         ],
64         "OpenUDID": [
66         ],
67         "ZipArchive": [
69         ],
70         "FMDB": [
72         ],
73         "TouchXML": [
75         ],
76         "BeeFramework/JSONKit": [
78         ]
79       }
80     }
81   ]