[Add] flutter_libmwc 0.0.3
[CocoaPods.git] / Specs / b / 6 / d / QKPubBean / 1.0.1 / QKPubBean.podspec.json
blobdf6dde244cef6531a6a5cd931a09bdf337226388
2   "name": "QKPubBean",
3   "version": "1.0.1",
4   "summary": "QKPubBean",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/qklive/pubsdk_ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "quklive": "yangpeng@quklive.com"
13   },
14   "source": {
15     "git": "https://github.com/qklive/pubsdk_ios.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "frameworks": [
22     "UIKit",
23     "Foundation"
24   ],
25   "source_files": "QKPubBean/Classes/pubBean/*.{h,m}",
26   "resource_bundles": {
27     "QKPubBean": [
28       "QKPubBean/Assets/img/*",
29       "QKPubBean/Assets/xib/*"
30     ]
31   },
32   "vendored_frameworks": "QKPubBean/framework/*.framework",
33   "static_framework": true,
34   "xcconfig": {
35     "OTHER_LDFLAGS": "-ObjC"
36   },
37   "dependencies": {
38     "FMDB": [
40     ],
41     "SVProgressHUD": [
43     ]
44   }