blob: a080c9215afaebc0534f1e42c539b10773b8b2d1 [file] [log] [blame]
{
"name": "OfflinePackage",
"version": "0.0.1",
"summary": "offline-package manager module in iOS",
"homepage": "https://github.com/CodingForMoney/offline-pack-ios",
"license": {
"type": "MIT"
},
"authors": {
"luoxianming": "luoxianmingg@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/CodingForMoney/offline-pack-ios.git",
"tag": "0.0.1"
},
"libraries": "bz2",
"source_files": "OfflinePackage/OfflinePackage/*.h",
"dependencies": {
"SSZipArchive": [
],
"MXRSA": [
]
},
"subspecs": [
{
"name": "Core",
"source_files": "OfflinePackage/OfflinePackage/OfflinePackage/*.{h,m}"
}
]
}