| { |
| "name": "PWDataBridge", |
| "version": "0.0.16", |
| "summary": "KVO数据封装", |
| "description": "KVO数据封装", |
| "homepage": "https://github.com/wnrz/PWDataBridge.git", |
| "license": "MIT", |
| "authors": { |
| "PW": "66682060@qq.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "public_header_files": "PWDataBridge/PWDataBridge/*.h", |
| "source_files": "PWDataBridge/PWDataBridge/PWDataBridge.h", |
| "source": { |
| "git": "https://github.com/wnrz/PWDataBridge.git", |
| "tag": "0.0.16" |
| }, |
| "requires_arc": true, |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ], |
| "resource_bundles": { |
| "PWDataBridge": [ |
| "PWDataBridge/PWDataBridge/**/*.{png,plist,xib}" |
| ] |
| }, |
| "subspecs": [ |
| { |
| "name": "PWDataBridge", |
| "source_files": "PWDataBridge/PWDataBridge/**/*.{h,m,c}", |
| "ios": { |
| "frameworks": [ |
| "UIKit", |
| "Foundation", |
| "UIKit" |
| ] |
| } |
| } |
| ] |
| } |