[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 6 / f / 0 / OfflinePackage / 0.1.0 / OfflinePackage.podspec.json
blobf52b9e37b797e9462be7461584a35d24f60baa1b
2   "name": "OfflinePackage",
3   "version": "0.1.0",
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.1.0"
18   },
19   "libraries": "bz2",
20   "frameworks": "SystemConfiguration",
21   "source_files": "OfflinePackage/OfflinePackage/*.h",
22   "dependencies": {
23     "SSZipArchive": [
25     ],
26     "MXRSA": [
28     ]
29   },
30   "subspecs": [
31     {
32       "name": "Core",
33       "source_files": "OfflinePackage/OfflinePackage/OfflinePackage/*.{h,m}"
34     }
35   ]