[Add] AudioLib 0.0.2
[CocoaPods.git] / Specs / 7 / 4 / b / WZBridge / 0.1.0 / WZBridge.podspec.json
blob3c6af831db533aa5271bd675f250f948d16a9616
2   "name": "WZBridge",
3   "version": "0.1.0",
4   "summary": "A short description of WZBridge.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/arcangelw/WZBridge",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "arcangelw": "wuzhezmc@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/arcangelw/WZBridge.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "source_files": "WZBridge/Classes/**/*.{h,m}",
23   "resources": "WZBridge/Classes/*.js",
24   "public_header_files": "WZBridge/Classes/**/*.h",
25   "module_map": "WZBridge/Classes/WZBridge.modulemap",
26   "frameworks": [
27     "WebKit",
28     "UIKit",
29     "Foundation"
30   ],
31   "static_framework": true,
32   "user_target_xcconfig": {
33     "OTHER_LDFLAGS": "-ObjC"
34   }