[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 6 / f / 0 / OfflinePackage / 0.0.4 / OfflinePackage.podspec.json
blobbb32e335a8b5d5cee3e0d230df79411ece145433
2   "name": "OfflinePackage",
3   "version": "0.0.4",
4   "summary": "offline-package manager module in iOS",
5   "homepage": "https://github.com/CodingForMoney/offline-pack-ios",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "luoxianming": "luoxianmingg@gmail.com"
11   },
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/CodingForMoney/offline-pack-ios.git",
17     "tag": "0.0.4"
18   },
19   "libraries": "bz2",
20   "source_files": "OfflinePackage/OfflinePackage/*.h",
21   "dependencies": {
22     "SSZipArchive": [
24     ],
25     "MXRSA": [
27     ]
28   },
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "OfflinePackage/OfflinePackage/OfflinePackage/*.{h,m}"
33     }
34   ]