[Add] WorldfoneproSDK 1.0.0
[CocoaPods.git] / Specs / 6 / f / 0 / OfflinePackage / 0.0.1 / OfflinePackage.podspec.json
bloba080c9215afaebc0534f1e42c539b10773b8b2d1
2   "name": "OfflinePackage",
3   "version": "0.0.1",
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.1"
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   ]