| { |
| "name": "BSDiff", |
| "version": "4.3.0.1", |
| "summary": "bsdiff and bspatch are libraries for ios", |
| "description": "bsdiff and bspatch are libraries for ios.", |
| "homepage": "https://github.com/amisare/BSDiff-iOS", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "amisare": "243297288@qq.com" |
| }, |
| "source": { |
| "git": "https://github.com/amisare/BSDiff-iOS.git", |
| "tag": "4.3.0.1" |
| }, |
| "social_media_url": "https://www.jianshu.com/u/9df9f28ff266", |
| "requires_arc": true, |
| "libraries": "bz2.1.0", |
| "platforms": { |
| "osx": "10.7", |
| "ios": "6.0" |
| }, |
| "osx": { |
| "pod_target_xcconfig": { |
| "PRODUCT_BUNDLE_IDENTIFIER": "com.nn.BSDiff" |
| } |
| }, |
| "ios": { |
| "pod_target_xcconfig": { |
| "PRODUCT_BUNDLE_IDENTIFIER": "com.nn.BSDiff" |
| } |
| }, |
| "source_files": [ |
| "BSDiff/*.{m,h}", |
| "BSDiff/**/*.{c,h}" |
| ], |
| "private_header_files": "BSDiff/bsmacros.h" |
| } |