[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 4 / a / 2 / PWDataBridge / 0.0.19 / PWDataBridge.podspec.json
blob7ab463c96aba3edc3a9f8c3e8edb7f6ee1137c33
2   "name": "PWDataBridge",
3   "version": "0.0.19",
4   "summary": "KVO数据封装",
5   "description": "KVO数据封装",
6   "homepage": "https://github.com/wnrz/PWDataBridge.git",
7   "license": "MIT",
8   "authors": {
9     "PW": "66682060@qq.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "public_header_files": "PWDataBridge/PWDataBridge/*.h",
15   "source_files": "PWDataBridge/PWDataBridge/PWDataBridge.h",
16   "source": {
17     "git": "https://github.com/wnrz/PWDataBridge.git",
18     "tag": "0.0.19"
19   },
20   "requires_arc": true,
21   "frameworks": [
22     "UIKit",
23     "Foundation"
24   ],
25   "resource_bundles": {
26     "PWDataBridge": [
27       "PWDataBridge/PWDataBridge/**/*.{png,plist,xib}"
28     ]
29   },
30   "subspecs": [
31     {
32       "name": "PWDataBridge",
33       "source_files": "PWDataBridge/PWDataBridge/**/*.{h,m,c}",
34       "ios": {
35         "frameworks": [
36           "UIKit",
37           "Foundation",
38           "UIKit"
39         ]
40       }
41     }
42   ]