[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / a / 4 / 7 / wcdbframework / 0.0.1 / wcdbframework.podspec.json
blobacce76171cd52aab56c611518e23aac2d6f8e71d
2   "name": "wcdbframework",
3   "version": "0.0.1",
4   "summary": "build framework of wcdb for X86_64,armv7s,arm64",
5   "description": "easy use wcdb framework ,build framework of wcdb for X86_64,armv7s,arm64",
6   "homepage": "https://github.com/xiazhouquan/wcdbframework",
7   "license": "MIT",
8   "authors": {
9     "852784647@qq.com": "852784647@qq.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/xiazhouquan/wcdbframework.git",
16     "tag": "0.0.1"
17   },
18   "source_files": [
19     "wcdbframework/WCDB.framework/Headers/*.{h}",
20     "wcdbframework/sqlcipher.framework/Headers/*.{h}"
21   ],
22   "exclude_files": "Classes/Exclude",
23   "vendored_frameworks": [
24     "wcdbframework/WCDB.framework",
25     "wcdbframework/sqlcipher.framework"
26   ],
27   "frameworks": [
28     "CoreFoundation",
29     "Security",
30     "Foundation"
31   ],
32   "ios": {
33     "frameworks": "UIKit"
34   },
35   "libraries": [
36     "z",
37     "c++"
38   ],
39   "requires_arc": true