blob: ee26a9545a8d6799cef0df7b1bef33209553efec [file] [log] [blame]
{
"name": "BSDiff",
"version": "4.3.0.0",
"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.0"
},
"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}",
"subspecs": [
{
"name": "bsdiff",
"source_files": "BSDiff/**/*.{c}"
}
]
}